First, thank you very much for den excellent tool. I have one problem: I have written the following command:
"REMOTE_URL&key=MYKEY&tree=tree1&file=<MYFILE.ged&time_stamp=postfix" (the parameters like MYFILE have to be replaced by real values).
When I use it with a browser everything works fine und a file named "MYFILE_DATE_TIME.ged" is created. But if I use it in bash shell script or directly in the shell with wget "REMOTE_URL&key=MYKEY&tree=tree1&file=<MYFILE.ged&time_stamp=postfix" a file is created but has the file name of the above command, i.e.: "index.php@route=%2FExtendedImportExport&key=MYKEY&tree=tree1&file=<MYFILE.ged&time_stamp=postfix" .
That occurs with wget in Linux Mint or Windows 11.
First, thank you very much for den excellent tool. I have one problem: I have written the following command:
"REMOTE_URL&key=MYKEY&tree=tree1&file=<MYFILE.ged&time_stamp=postfix" (the parameters like MYFILE have to be replaced by real values).
When I use it with a browser everything works fine und a file named "MYFILE_DATE_TIME.ged" is created. But if I use it in bash shell script or directly in the shell with wget "REMOTE_URL&key=MYKEY&tree=tree1&file=<MYFILE.ged&time_stamp=postfix" a file is created but has the file name of the above command, i.e.: "index.php@route=%2FExtendedImportExport&key=MYKEY&tree=tree1&file=<MYFILE.ged&time_stamp=postfix" .
That occurs with wget in Linux Mint or Windows 11.