Verander uw Android in een FTP-server
Dankzij de ingebouwde FTP-server van AnExplorer kan uw telefoon fungeren als bestandsserver op uw lokale Wi-Fi-netwerk. Elke computer (Windows, Mac of Linux) kan verbinding maken via een standaard FTP-client en door de opslag van uw telefoon bladeren, zonder dat u een USB-kabel of extra apps op de computer nodig heeft.
Dit is sneller en flexibeler dan het gebruik van USB voor bulkoverdrachten. Gerelateerde gids: hoe bestanden overbrengen van Android naar pc.
Hoe de FTP-server te starten
- Open AnExplorer
- Tik op het ≡ menu of veeg vanaf de linkerzijbalk
- Selecteer FTP-server
- Tik op Start — de server start en toont u een URL zoals
ftp://192.168.1.105:2221 - Noteer het weergegeven IP-adres en de poort
De FTP-server werkt alleen als AnExplorer geopend is en het scherm aan staat (of terwijl de app op de achtergrond draait). Het stopt automatisch wanneer u de app sluit.
Verbinding maken vanaf een Windows-pc
Optie A — Windows Verkenner:
- Open Verkenner
- Typ in de adresbalk:
ftp://192.168.1.105:2221(gebruik het IP-adres dat wordt weergegeven in AnExplorer) - Accepteer de verbinding: als u om een gebruikersnaam en wachtwoord wordt gevraagd, gebruikt u de inloggegevens die in AnExplorer zijn ingesteld (standaard: geen inloggegevens op het lokale netwerk)
- De opslag van je telefoon wordt weergegeven als een map
Optie B — FileZilla (gratis FTP-client):
- Download FileZilla van filezilla-project.org
- Open FileZilla > Bestand > Sitebeheer > Nieuwe site
- Protocol: FTP, host:
192.168.1.105, poort:2221 - Aanmeldingstype: Normaal, voer gebruikersnaam/wachtwoord in, indien geconfigureerd
- Verbinden — telefoonbestanden verschijnen in het rechterpaneel
Optie C — Commandoregel:
ftp 192.168.1.105 2221
Connecting from a Mac
Option A — Finder:
- Finder > Go > Connect to Server (⌘K)
- Type
ftp://192.168.1.105:2221 - Click Connect — Finder mounts the phone as a disk
- Drag files to copy them
Option B — Cyberduck (free): Cyberduck is a reliable free FTP client for macOS with a clean drag-and-drop interface. Download at cyberduck.io, create a new connection using the FTP server URL, port, and credentials.
Connecting from Linux
Most Linux file managers (Nautilus, Dolphin, Thunar) support FTP browsing natively:
- Nautilus: Open Files app > Other Locations > type
ftp://192.168.1.105:2221 - Dolphin: Address bar >
ftp://192.168.1.105:2221 - Terminal:
ftp 192.168.1.105 2221or uselftpfor full-featured FTP client
FTP Server Settings in AnExplorer
| Setting | Default | What it does |
|---|---|---|
| Port | 2221 | Change if port 2221 is blocked; common alternatives: 21, 2020 |
| Username | (blank) | Add a username to restrict access |
| Password | (blank) | Require a password for all connections |
| Root directory | Internal storage | Restrict FTP access to a specific folder |
| Anonymous access | On | Allow connections without credentials |
| Require login | Off | Turn on for shared-network security |
Tip: On a private home Wi-Fi network, anonymous access is generally fine. If you're on a shared network (office, apartment, hotel), always set a password.
Security Considerations
The FTP protocol itself does not encrypt connections. Anyone on the same Wi-Fi network can technically intercept the connection. For a home network this is acceptable. For shared/public Wi-Fi it is not.
For encrypted transfers, use AnExplorer's SFTP or WebDAV options instead. Both support TLS/SSH encryption.
FTP Server vs Device Connect
AnExplorer also offers Device Connect — an HTTP-based server that lets you browse and download files from any browser without any FTP client software. If the person you're sharing files with doesn't have an FTP client, Device Connect is simpler.
| FTP Server | Device Connect | |
|---|---|---|
| Requires FTP client on computer | ✅ | ❌ (any browser) |
| Upload from computer | ✅ | ✅ |
| Download to computer | ✅ | ✅ |
| Encryption | ❌ (FTP) | ❌ (HTTP) |
| Works with FileZilla, Finder, Cyberduck | ✅ | ❌ |
| Works in Android TV / Chromebook browser | ❌ | ✅ |
Port Blocking Issues
Default router settings rarely block port 2221 on LAN. If you see "connection refused":
- Check that AnExplorer's FTP Server is actually running (visible in notification bar)
- Try changing the port to
21in FTP-serverinstellingen - Controleer de batterij-optimalisatie van Android. Agressieve batterijmodi kunnen de server uitschakelen
- Houd op sommige Android 12+ apparaten het scherm ingeschakeld of stel een gedeeltelijke wakelock in
Gerelateerde gidsen
- Verbinding maken met een FTP-server (als client)
- Draadloos overbrengen van Android naar pc
- Overzetten van Android naar Mac
- Device Connect — HTTP-server voor browsers
