Put command - upload files within a folder but not the folder itself
Hello,
I'm trying to use the PUT command to upload the contents of a folder into the root folder of my ftp server, but not the folder itself. Basically I want the entire contents of the folder to go directly into the root folder of the FTP. This is what I tried to do:
/command "open ftp://user:pass@ftp server" "put C:\Users\Computer\Desktop\Upload\ /" "exit"
What am I missing?
Thank you.
I'm trying to use the PUT command to upload the contents of a folder into the root folder of my ftp server, but not the folder itself. Basically I want the entire contents of the folder to go directly into the root folder of the FTP. This is what I tried to do:
/command "open ftp://user:pass@ftp server" "put C:\Users\Computer\Desktop\Upload\ /" "exit"
What am I missing?
Thank you.