WinSCP has not full command-line and/or scripting support. It will be added eventually.
I want to run an scp app from within as VB program.
I can invoke a batchfile, but have run into various problems with the cygwin scp so am trying win scp.
I need to be able to
1) start it from a command line,
2) have it upload or download a bunch of files
specified on the command line and
3) terminate.
Is this possible ? It would alsp be an advantage if the entire process was invisible to the user.
I can see a /upload command line option. Is there a /download ?
I seem to abe able to specify absolute paths on the command line, but not realtive ones. Should relative ones be possible ?
Thanks, J/.