Uploading files to your Contabo server is a basic step for managing websites, applications, or data. Depending on your operating system, the method may differ. This guide covers multiple ways to transfer files efficiently between Windows and Linux systems.
Uploading Files to a Windows Contabo Server from a Windows Computer
The simplest way to transfer files between Windows systems is via Remote Desktop Connection (RDC):
- Connect to your Contabo server using Remote Desktop Connection.
- Open File Explorer and navigate to This PC.
- A new drive will appear under Devices and Drives, representing your server connection.
- Copy and paste your files to this drive as you would with any folder.
Uploading Files to a Windows Contabo Server from a Linux Computer
Linux users transferring files to Windows can use Rdesktop (if the system has a GUI) or an FTP server:
- Install an FTP server, such as FileZilla Server, on the Windows machine.
- Connect via your GUI file manager or the Terminal using FTP commands.
This method allows secure file transfers from Linux to your Windows Contabo server.
Uploading Files to a Linux Contabo Server from a Linux Computer
For Linux-to-Linux transfers, SFTP (Secure File Transfer Protocol) is recommended:
- Gain admin privileges:
sudo -i - Establish an SFTP connection:
sftp <YOUR_USERNAME>@<IP_ADDRESS> - If your server uses a custom port:
sftp -P <PORT_NUMBER> <YOUR_USERNAME>@<IP_ADDRESS> - For GUI options, use GNOME Nautilus (Ubuntu) or an SFTP-compatible client like FileZilla.
Uploading Files to a Linux Contabo Server from a Windows Computer
For Windows-to-Linux transfers, SFTP is the preferred method:
- Install FileZilla Client on your Windows computer.
- Set up an SFTP connection to your Linux Contabo server.
- Drag and drop files to upload them to the server.
FTP is not installed by default on Linux servers, so SFTP ensures secure file transfer.
Note on Backups
Important: Contabo does not automatically back up your data. Always maintain manual backups to prevent data loss.
Watch Our YouTube Video on Uploading Files to Your Server
If you prefer a visual walk-through we have a YouTube video ready for you:
Conclusion and Final Tips
You now know how to upload files to your Contabo server, whether using Windows or Linux systems.
- Choose the method suitable for your operating system.
- Use SFTP for secure transfers.
- Back up your data regularly, as Contabo does not provide automatic backups.