File Transfers
Transferring files to and from your serverlet over SFTP.
Uploading and downloading files to a serverlet is done via SFTP (Secure File Transfer Protocol), which runs over SSH. This file transfer is always encrypted and secure. FTP and FTPS arenβt supported.
Every serverlet has its own SSH server that handles transfers, so transfer speed is partly affected by the serverletβs performance. The SSH port number can be found in Administration under the serverletβs Overview tab.
How to do it
You can use clients like FileZilla or WinSCP to transfer files. Transferring via the scp command is also possible. Hereβs the process using FileZilla:
- Download, install, and launch FileZilla
- The serverlet must be running
- The password must be set in Administration
- Host:
sftp://{physical server address}(e.g.sftp://serlo.futrou.com) - Username from the list in Administration
- The userβs password
- SSH port (e.g. 10022) from Administration
- Connect by clicking Quickconnect
If everything went well, you should see the serverletβs folders on the right side of the client. Your folder is /srv/ β see Directory Structure.
Last updated
