fixed, thank you!
This feature was added in 3.7.6. Thanks much.
Hi, I am using a command prompt window in WinXP. Here is the script file "0.txt":
...
put c:\e\html\filename1.php c:\e\html\filename2.php c:\e\html\filename2.php c:\e\html\filename3.php /path/to/
option batch on
option confirm off
open foo@bar.com
option transfer ascii
put c:\e\html\filename1.php /path/to/filename1.php
put c:\e\html\filename2.php /path/to/filename2.php
put c:\e\html\filename3.php /path/to/filename3.php
close
C:\e>winscp3.com /script=0.txt
batch on
confirm off
Initialisation...
Searching for host...
Connecting to host...
Authenticating...
Using username "foo".
Authenticated.
Starting the session...
Reading remote directory...
Session started.
Active session: [1] foo@bar.com
transfer ascii
c:\...\filename3.php | 15 kB | 26.8 kB/s | ascii | 100%
Session 'foo@bar.com' closed.
No session.
winscp>