command help please
Hello, I am a complete novice at this...but here goes...
I have created a batch file and script file and together they open the winscp.com in the command window and connect to my site.
THe problem is I cant figure out the commands to commence a synchronization of the folders.
My script file reads as follows:
open ftp://user%40eqanalyst.com:password@200.62.15.200/ -rawsettings ProxyPort
Batch file reads as
@echo on
"C:\Program Files (x86)\WinSCP\WinSCP.com" /script=C:\Users\steve\Desktop\upload.txt.txt
pause
A session is started in the cmd window...and a connection is made to the site
What do I add to commence a synch of files to the remote site please???
TIA...apologies if this in posted in the wrong place..first ever post here.
I have created a batch file and script file and together they open the winscp.com in the command window and connect to my site.
THe problem is I cant figure out the commands to commence a synchronization of the folders.
My script file reads as follows:
open ftp://user%40eqanalyst.com:password@200.62.15.200/ -rawsettings ProxyPort
Batch file reads as
@echo on
"C:\Program Files (x86)\WinSCP\WinSCP.com" /script=C:\Users\steve\Desktop\upload.txt.txt
pause
A session is started in the cmd window...and a connection is made to the site
What do I add to commence a synch of files to the remote site please???
TIA...apologies if this in posted in the wrong place..first ever post here.