Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Welshhop

Thats great, its now working! thanks very much!
Welshhop

upload from local dir to SFTP folder

Hi, i am trying to use the following script to upload some files to our SFTP server but it is failing.
Can anyone help please?

cd c:\Program Files (x86)\winscp
winscp.exe /console /Command "option batch abort" "option confirm off" "open sftp://User:Password@IP:22/" "put C:\QVS\Logs\Sessions*.log /QlikView/QlikView User Logs" "close" "exit" /log="C:\veoliadata\LogTransfer.log"

I have attached the log.
Thanks :)