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

Renaud

Connect via proxy

Hi,

I'm trying to get a file using sftp and winscp.com.

Here is my .bat
echo "Begin : (%date% %time%)" >> trace.log

"C:\Program Files\WinSCP\WinSCP.com" /script="Script.ftp"
echo "End : (%date% %time%)" >> trace.log
pause
exit


Here is my Script.ftp
open sftp://user:pwd@10.xx.xx.xx

cd /folder1/folder2/
get file.gz
exit


This work on my computer, but I need to do it on a computer with a proxy.

I did not find any documentation on how to set-up the proxy parameter.

Can you help me ?

Thank you.