Search found 1 match
- 13 Jan 2014 15:58
- Forum: DOS Batch Forum
- Topic: Replace FTP -s:E:\FtpScript.txt with SFTP?
- Replies: 2
- Views: 3185
Replace FTP -s:E:\FtpScript.txt with SFTP?
I have the following Windows script that connects to a regular FTP server and downloads files. However, the files have since been moved to an SFTP server. How can I modify the following script so that it connects to this new secure ftp server? I really don't want to modify too much since it had been...