Re: Upload same files to multiple FTP directories
The only problem now is that i have no idea how to actually execute the script.
See https://winscp.net/eng/docs/guide_automation#script_file
The only problem now is that i have no idea how to actually execute the script.
Thank you for the information, unfortunately i have no idea how to do that. I can place the commands in a text file, that is easy, but I have no idea how to run that script. Very new to SQL and automation like this. Any help you could give would be appreciated
You have to use one command per directory.
But it's not that more complicated.
If you are uploading all files from the current working directory, you just prefix each folder withput *
:put * <folder1>
put * <folder2>
...
put *
:
put * <folder1>
put * <folder2>
...