- martin
Post a reply
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Topic review
- NAV.S.
.bat file for windows to transfer folders through WinSCP
Hi,
I want to make a batch file through which i can transfer some of the directories(allowing only newer files to transferred) from the local windows machine to a Linux FTP server.
I made a bat file as following
cd "Path to the Directories"
winscp usrname:password@IP:port number
Using this batch files we are logged on the FTP directory, but if i pass anyother
command in this batch file it does'nt works.
I want to make a batch file through which i can transfer some of the directories(allowing only newer files to transferred) from the local windows machine to a Linux FTP server.
I made a bat file as following
cd "Path to the Directories"
winscp usrname:password@IP:port number
Using this batch files we are logged on the FTP directory, but if i pass anyother
command in this batch file it does'nt works.