How to upload large files via SFTP on Android¶
This guide helps you upload large files from Android using an SFTP connection.
Prepare the SFTP details¶
- Open
https://panel.nexuscloud.id/. - Log in and select your server.
- Go to Settings.
- Look at SFTP Details.
- Note down:
- server address
- username
- SFTP port
- panel/SFTP password
Use the port from the panel
Don't assume the SFTP port is always 22. Follow the port number shown on your server panel.
Apps you can use¶
- Solid Explorer
- AndFTP
- Termux for users comfortable with the command line
Method 1: Solid Explorer¶
- Open Solid Explorer.
- Add a new storage.
- Choose SFTP.
- Fill in the host, port, username, and password from the panel.
- Connect to the server.
- Copy or move the file to the target folder.
Method 2: AndFTP¶
- Open AndFTP.
- Add a new connection.
- Choose the SFTP type.
- Fill in the connection details from the panel.
- Save, then connect.
- Upload the file to the folder you need.
Method 3: Termux¶
Install OpenSSH, then connect with the following format:
Example upload:
Tips¶
- Upload large files when the battery is full or while charging.
- Use a stable Wi-Fi connection.
- Don't lock the app too aggressively during the transfer.
- Make sure the server has enough storage free.
Troubleshooting¶
Connection refused¶
- Check the host, username, password, and port.
- Make sure the app is using SFTP.
Transfer interrupted¶
- Try again on a more stable network.
- Disable battery optimization for the SFTP app if needed.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud