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

thowi84

Thank you! That helped, now it's working :D
martin

Re: winscp.com not found

Use a full path to the winscp.com, like:
"C:\Program Files (x86)\WinSCP\WinSCP.com" /ini=nul ...

Or put C:\Program Files (x86)\WinSCP to a PATH (search path):
https://winscp.net/eng/docs/integration#search_path
thowi84

winscp.com not found

Hi all together,

I want to transfer a file via sftp to my ftp server.
Therefor I built a batch file with the following line:
winscp.com /ini=nul /script="C:\Users\Administrator\Documents\Austausch_\Automatisierung-Batchfiles\Export-Import-Dateien\realangebote.ftp"


After starting the batch file, the command line tool shows the attached error:

So it looks like that the program cannot be found. Of course I installed WinSCP from the download section. I can start the Gui, no problem. But whatsoever the winscp.com via batch file cannot be started...

Where is my mistake?
Thank you for your help!