Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-14 | 2013-05-15 | ||
| ftp_putty anchor (martin) | Renaming Login/Preferences "tabs" to "pages" (martin) | ||
| Line 14: | Line 14: | ||
| ===== Setting up tunnel in WinSCP ===== | ===== Setting up tunnel in WinSCP ===== | ||
| - | See //[[ui_login_tunnel|Tunnel tab]]// on Login dialog. | + | See //[[ui_login_tunnel|Tunnel page]]// on Login dialog. |
| ===== Setting up tunnel using PuTTY for SFTP/SCP session ===== | ===== Setting up tunnel using PuTTY for SFTP/SCP session ===== | ||
| Line 20: | Line 20: | ||
| ==== Setting up the tunnel ==== | ==== Setting up the tunnel ==== | ||
| - | In PuTTY configure a session for //Server A//. I.e. particularly fill in //Host Name//. Then switch to //Connection > SSH > Tunnels// tab. And add new forwarded port: | + | In PuTTY configure a session for //Server A//. I.e. particularly fill in //Host Name//. Then switch to //Connection > SSH > Tunnels// page. And add new forwarded port: |
| * //Source port//: Any free local port, typically above 3000. Example: 3111. | * //Source port//: Any free local port, typically above 3000. Example: 3111. | ||
| * //Destination//: Hostname and port of the //Server B// separated by colon (the same information you would fill on //Session// dialog of WinSCP if you were connecting directly). The port will typically be SSH port 22. Example: example.com:22. | * //Destination//: Hostname and port of the //Server B// separated by colon (the same information you would fill on //Session// dialog of WinSCP if you were connecting directly). The port will typically be SSH port 22. Example: example.com:22. | ||
| Line 38: | Line 38: | ||
| ===== [[ftp_putty]] Setting up tunnel using PuTTY for FTP session ===== | ===== [[ftp_putty]] Setting up tunnel using PuTTY for FTP session ===== | ||
| ==== Setting up the tunnel ==== | ==== Setting up the tunnel ==== | ||
| - | In PuTTY configure a session for //Server A//. I.e. particularly fill in //Host Name//. Then switch to //Connection > SSH > Tunnels// tab. And add new forwarded port: | + | In PuTTY configure a session for //Server A//. I.e. particularly fill in //Host Name//. Then switch to //Connection > SSH > Tunnels// page. And add new forwarded port: |
| * //Source port//: Any free local port, typically above 3000. Example: 3111. | * //Source port//: Any free local port, typically above 3000. Example: 3111. | ||
| * //Destination//: Leave empty. | * //Destination//: Leave empty. | ||
| Line 51: | Line 51: | ||
| ==== Connecting through the tunnel ==== | ==== Connecting through the tunnel ==== | ||
| - | In WinSCP configure an FTP session for //Server B//. Then go to //[[ui_login_proxy|Connection > Proxy]]// tab: | + | In WinSCP configure an FTP session for //Server B//. Then go to //[[ui_login_proxy|Proxy page]]//: |
| * Set //Proxy type// to SOCKS5 (this will force [[ui_login_connection#connection|passive mode]] if it was not set already). | * Set //Proxy type// to SOCKS5 (this will force [[ui_login_connection#connection|passive mode]] if it was not set already). | ||
| * //Proxy host name//: Fill in "localhost". | * //Proxy host name//: Fill in "localhost". | ||