Upload same files to multiple FTP directories
I have a couple hundred files (local) that i need to upload to 63 different folders (FTP Server). Can i do this with one command or do i have to do each folder individually
Advertisement
Advertisement
put *
:
put * <folder1> put * <folder2> ...
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> ...
Start here: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
Advertisement
See https://winscp.net/eng/docs/guide_automation#script_fileThe only problem now is that i have no idea how to actually execute the script.
Advertisement
You can post new topics in this forum