Search found 2 matches
- 07 Jun 2011 00:17
- Forum: DOS Batch Forum
- Topic: Batch script to Secure FTP and mail notification
- Replies: 7
- Views: 11220
Re: Batch script to Secure FTP and mail notification
Hi, I am using DOS Script to transfer files using WinSCP exe. Script: @ECHO OFF > sfput.sftp ECHO open <user>:<pw>@<ip>:22 >>sfput.sftp ECHO cd >>sfput.sftp ECHO lcd C:\Upload\Ready >>sfput.sftp ECHO option confirm off >>sfput.sftp ECHO put *.xml >>sfput.sftp ECHO exit :: Use the temporary script fo...
- 06 Jun 2011 23:30
- Forum: DOS Batch Forum
- Topic: Batch script to Secure FTP and mail notification
- Replies: 7
- Views: 11220
Re: Batch script to Secure FTP and mail notification
Hi Hershcel,
I also require same kind of script. So, can you share me if you find the solution for your below mentioned question
Regards,
Srikar.Shiva
I also require same kind of script. So, can you share me if you find the solution for your below mentioned question
Regards,
Srikar.Shiva