Android에서 FTP 서버를 실행하는 방법

Android에서 FTP 서버를 실행하는 방법

마지막 업데이트 :

AnExplorer에 내장된 FTP 서버를 사용하면 전화기가 로컬 Wi-Fi 네트워크에서 파일 서버로 작동할 수 있습니다. Windows, Mac, Linux 등 모든 컴퓨터는 USB 케이블이나 컴퓨터의 추가 앱 없이도 표준 FTP 클라이언트를 사용하여 연결하고 휴대폰의 저장 공간을 탐색할 수 있습니다.

이는 대량 전송에 USB를 사용하는 것보다 더 빠르고 유연합니다. 관련 가이드: Android에서 PC로 파일을 전송하는 방법.

FTP 서버를 시작하는 방법

  1. AnExplorer를 엽니다.
  2. EMA 메뉴를 탭하거나 왼쪽 사이드바에서 스와이프하세요.
  3. FTP 서버를 선택합니다.
  4. 시작을 탭합니다. 서버가 시작되고 ftp://192.168.1.105:2221과 같은 URL이 표시됩니다.
  5. 표시된 IP 주소와 포트를 기록해 둡니다.

FTP 서버는 AnExplorer가 열려 있고 화면이 켜져 있는 동안(또는 앱이 백그라운드에서 실행 중인 동안)에만 실행됩니다. 앱을 닫으면 자동으로 중지됩니다.

Windows PC에서 연결하기

옵션 A — Windows 파일 탐색기:

  1. 파일 탐색기 열기
  2. 주소 표시줄에 ftp://192.168.1.105:2221을 입력합니다(AnExplorer에 표시된 IP 사용).
  3. 연결 수락 — 사용자 이름과 비밀번호를 묻는 메시지가 나타나면 AnExplorer에 설정된 자격 증명을 사용합니다(기본값: 로컬 네트워크에 자격 증명 없음)
  4. 휴대폰의 저장 공간이 폴더로 나타납니다.

옵션 B — FileZilla(무료 FTP 클라이언트):

  1. filezilla-project.org에서 FileZilla를 다운로드하세요.
  2. FileZilla > 파일 > 사이트 관리자 > 새 사이트를 엽니다.
  3. 프로토콜: FTP, 호스트: 192.168.1.105, 포트: 2221
  4. 로그온 유형: 일반, 구성된 경우 사용자 이름/비밀번호를 입력하세요.
  5. 연결 - 전화 파일이 오른쪽 패널에 나타납니다.

옵션 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

SettingDefaultWhat it does
Port2221Change 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 directoryInternal storageRestrict FTP access to a specific folder
Anonymous accessOnAllow connections without credentials
Require loginOffTurn 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 ServerDevice 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+ 기기에서는 화면을 켜두거나 부분적인 wakelock을 설정하세요.

관련 가이드

설치하다

AnExplorer 설치

자주 묻는 질문

저작권 © DWorkS 2011 – 2026 모든 권리 보유.