How to send a directory folder to FTP
Hi Forum
Please can you assist, I need to send a directory (folder) frough to FTP site using WinSCP script, but not the contents of the directory.
My script that I use has the following:
This script copies the contents of the
Please can you assist, I need to send a directory (folder) frough to FTP site using WinSCP script, but not the contents of the directory.
My script that I use has the following:
option batch abort option confirm off open "ftp://username:password@x.x.x.x" put C:\testftp\* close exit
C:\testftp
directory, I want to send the testftp
directory only.