

Specify the name, type, and visibility of a server configuration The server configuration root folder and the URL address to access it.Ĭorrespondence between the project root folder, the folder on the server to copy the data from the project root folder to, and the URL address to access the copied data on the server.

To configure access to the server in this setup, you need to specify the following:Ĭonnection settings: server host, port, and user credentials. To access files on the server, use FTP/SFTP/FTPS/WebDAV protocols. Por la noche, cuando casi no hay actividad, el FTPGetter de nuestros servidores lleva a cabo tareas que tardarían horas en terminar.In the remote server configuration, a server runs on another computer (a remote host). Lo que dicen de FTPGetter: FTPGetter nos ahorra mucho tiempo. Therefore, it is possible to establish connection via secure ssh tunnel not only to ftp server but also to POP3 and SMTP servers.

Thus, it is possible to work with common ftp servers via secure ssh tunnel not being afraid that your data can be captured or changed by intruders.

Now in profile connection settings set ftp server address - 127.0.0.1, port 3121 and save the profile.Īs soon as FTPGetter connects to port 3121 of interface 127.0.0.1 PuTTY will redirect this connection via tunnel to your_host:21. After authorization (login and password entry) is performed and ssh connection to the server is established PuTTY will redirect all connections with 127.0.0.1:3121 to your_host:21 via secure ssh tunnel. When you start the session PuTTY will establish connection to the server your_host by 22 port. Now you should set redirection of the port from your computer to the remote host port - port 3121 of the interface 127.0.01 will be redirected to the 21 port of the server. You should set remote host address and the port, ssh service is started on (22 on default). Let's start PuTTY and create a new session: Using programs like PuTTY you can create SSH tunnel between your computer and server. As a rule at Linux/Unix/BSD hosts both services work on default. To create a SSH tunnel it is necessary that the remote host had a ssh service started besides ftp service. Therefore you can connect a common ftp server via secure SSH tunnel between server and your computer. One of TCP/IP protocol features is a possibility to tunnel one connection through another.
