How to upload files to Acronis FTP Server
Introduction
In some cases, you may be asked to upload files to the Acronis FTP Server. This is usually the case when the files are bigger than 5 MB, and cannot be sent via E-mail.
This article describes how to upload your files.
Solution
- Uploading files using Windows Explorer
- Uploading files using FileZilla
- Uploading files from Mac
- Uploading files in Linux
- Finding credentials for your FTP-account
Uploading files using Windows Explorer
- Click the link provided to you by an Acronis Support representative and copy the FTP link you will see in your Internet browser:
- Open Windows Explorer (e.g. click My Computer):
- Paste the FTP link into the address bar of Windows Explorer:
- Drag and drop or copy and paste in the window the file(s) that you want to upload:
You have now the file(s) uploaded to the Acronis FTP Server.
Uploading files using FileZilla
FileZilla is a freeware FTP solution that you can use to upload files to an FTP server. Setup files for different platforms can be downloaded here
- Click the link provided to you by an Acronis Support representative and copy the FTP link you will see in your Internet browser:
- Start FileZilla and browse to the folder with the file(s) you would like to upload:
- Paste the FTP link in the Host field and click Quickconnect:
- Right-click on the file that you would to upload and select Upload:
You have now the file(s) uploaded to the Acronis FTP Server.
Mac has build-in FTP&SFTP client, however it only provides read access to ftp-shares. Please use a third-party ftp-client like Filezilla if you need to upload files to ftp.
- Hit Command+K to pull up the “Connect to Server” window (alternatively, you can access this from the “Go” menu).
- Enter the address of the Acronis ftp server you have received.
- Click on Connect.
- Enter username and password.
- When connected upload/download files with drag and drop, as you would do with any other folder on your Mac.
(!) If you receive an error similar to You can’t open the application “FileZilla-Installer” because it is not supported on this type of Maс when installing Filezilla, download the installation package from here
Please use a third-party ftp-client like Filezilla if you need to upload files to FTP.
You can also upload files to FTP using the following command:
curl -T <filename> <ftp link>
e.g.
curl -T 'Screenshot from 2021-05-14 15-54-17.png' ftp://etookakx1o:zuhtwohwml@cftp.acronis.com/
Finding credentials to your FTP-account
You can also extract the login/password information, to connect to the Acronis FTP Server directly from the upload link.
For example, the following link:
ftp://etookakx1o:zuhtwohwml@cftp.acronis.com/
has the following information
Login: etookakx1o
Password: zuhtwohwml
Host: ftp://cftp.acronis.com/
The FTP port is 21 (outbound connection).