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

martin

Re: Scripting: session settings for proxy

For more details, refer to FAQ.
mondi

found!

[Sessions\user:password@host]
HostName=host
UserName=user
ProxyHost=proxyhost
ProxyPort=1080
ProxyMethod=1


How can i set the Proxy-type to SOCKS4 in my script? Could it be the reason because i get the "connection timeout".
I can connect over GUI without any problem.

i've found the answer:

ProxyMethod=1
mondi

Scripting: session settings for proxy

Hello!
I have a problem to connect to a server over proxy.
How can i transfer the settings from the GUI for my SFTP connection over Proxy?
so i call the connection in the file.txt:

open user:password@host

This is a cut from my server.ini:

[Sessions\user:password@host]
HostName=host
UserName=user
ProxyHost=proxyhost
ProxyPort=1080
Proxy=SOCKS4


How can i set the Proxy-type to SOCKS4 in my script? Could it be the reason because i get the "connection timeout".
I can connect over GUI without any problem.

Thank you in advance
mondi