A simple Windows script. A simple list of commands.
We've had four of our company's top programmers working for hours on this simple issue:
We can manually execute
We need two files.
1. A Windows
2. All the commands that
But apparently there are many strange (and undocumented) rules about what you can (and can't) mix on the
In which of the two files would we place each of these five lines? (We've tried every imaginable combination.)
(Apparently we MUST use
We can manually execute
WinSCP.com
and connect to our FTP server and execute ls
to list remote files (so we KNOW this can work.)
We need two files.
1. A Windows
.bat
(batch) file
2. All the commands that
WinSCP.com
will execute
But apparently there are many strange (and undocumented) rules about what you can (and can't) mix on the
WinSCP.com
command line.
In which of the two files would we place each of these five lines? (We've tried every imaginable combination.)
WinSCP.com /explicitssl /script="MyScript.cmds" ftp://myName:myPassword@ftp.example.com ls
/explicitssl
, but then are forbidden from using /script
.)