AnExplorer の内蔵 FTP サーバーを使用すると、携帯電話をローカル Wi-Fi ネットワーク上のファイル サーバーとして機能させることができます。 Windows、Mac、または Linux のどのコンピュータでも、USB ケーブルやコンピュータ上の追加のアプリを必要とせずに、標準の FTP クライアントを使用して接続し、携帯電話のストレージを参照できます。
これは、一括転送に USB を使用するよりも高速かつ柔軟です。関連ガイド: Android から PC にファイルを転送する方法。
FTP サーバーを起動する方法
- AnExplorer を開きます
- ≡ メニューをタップするか、左側のサイドバーからスワイプします
- FTP サーバー を選択します
- 開始 をタップします。サーバーが起動し、
ftp://192.168.1.105:2221のような URL が表示されます。 - 表示された IP アドレスとポートをメモします。
FTP サーバーは、AnExplorer が開いていて画面がオンになっている間 (またはアプリがバックグラウンドで実行されている間) にのみ実行されます。アプリを閉じると自動的に停止します。
Windows PC から接続する
オプション A — Windows ファイル エクスプローラー:
- ファイルエクスプローラーを開きます
- アドレス バーに、
ftp://192.168.1.105:2221と入力します (AnExplorer に表示されている IP を使用します)。 - 接続を受け入れる — ユーザー名とパスワードの入力を求められた場合は、AnExplorer で設定された資格情報を使用します (デフォルト: ローカル ネットワークには資格情報なし)。
- 携帯電話のストレージがフォルダーとして表示されます
オプション B — FileZilla (無料の FTP クライアント):
- filezilla-project.org から FileZilla をダウンロードします
- FileZilla > ファイル > サイトマネージャー > 新しいサイトを開きます。
- プロトコル: FTP、ホスト:
192.168.1.105、ポート:2221 - ログオン タイプ: 通常、設定されている場合はユーザー名/パスワードを入力します。
- 接続 — 電話ファイルが右側のパネルに表示されます
オプション C — コマンドライン: 「` ftp 192.168.1.105 2221
## Connecting from a Mac
**Option A — Finder:**
1. Finder > Go > Connect to Server (⌘K)
2. Type `ftp://192.168.1.105:2221`
3. Click Connect — Finder mounts the phone as a disk
4. 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 `ft p://192.168.1.105:2221`
- Dolphin: Address bar > `ftp://192.168.1.105:2221`
- Terminal: `ftp FTP サーバー設定の 192.168.1.105 2221` or use `lftp` for 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](/ja/network/sftp) or [WebDAV](/ja/network/webdav) options instead. Both support TLS/SSH encryption.
## FTP Server vs Device Connect
AnExplorer also offers [Device Connect](/ja/network/local-server) — 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":
1. Check that AnExplorer's FTP Server is actually running (visible in notification bar)
2. Try changing the port to `21`
3. Android のバッテリーの最適化を確認します — 積極的なバッテリー モードではサーバーが停止する可能性があります
4. 一部の Android 12 以降のデバイスでは、画面をオンのままにするか、部分的なウェイクロックを設定します
## 関連ガイド
- [FTP サーバーに接続します (クライアントとして)](/ja/network/ftp)
- [Android から PC にワイヤレスで転送](/ja/transfer/android-to-pc)
- [Android から Mac に転送](/ja/transfer/android-to-mac)
- [デバイス接続 — ブラウザ用 HTTP サーバー](/ja/network/local-server)
## インストール
[Explorer をインストール](https://play.google.com/store/apps/details?id=dev.dworks.apps.anexplorer)
