Re: How to send a directory folder to FTP
I do not understand, what you mean by to send directory, but not its contents.
Do you want to create an empty directory on the server? For that use
https://winscp.net/eng/docs/scriptcommand_mkdir
Or do you want to upload the files from the directory, but not its the subdirectories?
https://winscp.net/eng/docs/faq_script_non_recursive
Do you want to create an empty directory on the server? For that use
mkdir
command:
mkdir C:\testftp
https://winscp.net/eng/docs/scriptcommand_mkdir
Or do you want to upload the files from the directory, but not its the subdirectories?
https://winscp.net/eng/docs/faq_script_non_recursive