FTP / SFTP
What is FTP?
- FTP / SFTP: Standard protocols for transferring and accessing files on remote servers. FTP (File Transfer Protocol) is the classic protocol, while SFTP (SSH File Transfer Protocol) adds encryption for security.
- Features:
- Browse folders and subfolders on your FTP/SFTP server.
- Search for audio and video files.
- Stream music files (MP3, FLAC, OGG, WAV, and more) directly in AN Player.
- Stream video files (MP4, MKV, AVI, MOV, and more) directly in AN Player.
- Supports both FTP (unencrypted) and SFTP (encrypted) connections.
Install
- Open AN Player and go to the Plugins Screen.
- Find FTP in the official plugins list.
- Install the plugin and open its configuration page.
Configure Plugin
FTP requires your server address and login credentials.
- Open the plugin configuration page from AN Player.
- Choose the Protocol:
- FTP — standard file transfer (unencrypted). Use this for local/home network servers.
- SFTP — secure file transfer (encrypted). Use this for remote servers or when security is important.
- Enter the Host — the address of your server (e.g.
192.168.1.100orftp.example.com). Do not includeftp://orsftp://, just the address. - Enter the Port — the default is
21for FTP and22for SFTP. Leave empty to use the default. - Enter your Username and Password.
- Enter a Base Path to limit browsing to a specific folder (e.g.
/media/music). Leave empty to browse from the root. - Tap Save.
If Nothing Loads
If your files don't appear after saving, check the following:
- The host address may be wrong — make sure you entered just the address without
ftp://prefix. - The port may be wrong — FTP usually uses port 21, SFTP uses port 22. Check with your server administrator if unsure.
- Your username or password may be incorrect.
- The server may not be reachable — if it's a home server, make sure you're on the same network.
- For SFTP, the server must have SSH enabled.