Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Thanks. PERFECT!
ThomasM

Using COMMAND and SCRIPT in Batch

Hello!

I want use the /command AND the /script-option like this in a Batchfile:

winscp.exe /console /script=_Download.ftp /log=Winscp_LOG.txt /command "open sftp://xxx:yyy@server"

with _Download.ftp:
ls
ls /OUT
mget OUT/xxx_*.zip
ls /OUT

Reason: I want the Login-Name/Password in the Batchfile, and the "FTP-Commands" like put/get in an extra Scriptfile.

But it looks like, the script-file was not "called" (WinSCP/DOS-Window-Output):

D:\SFTP_Test\Download
Keine Sitzung
Keine Sitzung
Keine Sitzung
Keine Sitzung
Suche nach entferntem Rechner...
Verbinde mit entferntem Rechner...
Authentifiziere...
Verwende Benutzername "xxxxxxx".
Authentifikation mit zuvor eingegebenem Passwort.
Authentifiziert.
Starte die Sitzung...
Lese entferntes Verzeichnis...
Sitzung gestartet.
Aktive Sitzung: [1] xxxxxxxxxxxxx
winscp>