Skip to content

SFTP File Browser

Browse, edit, and transfer files on your servers with a built-in SFTP client.

  1. Connect to server
  2. Tap Files button on server page
  3. Or from terminal: Tap SFTP button
  • Tap folder: Enter directory
  • Tap file: View/Edit/Download options
  • Back button: Previous directory
  • Home button: User’s home directory
  • Goto button: Jump to path with autocomplete
ActionHow
DownloadLong-press file → Download
UploadFolder icon → Select file
RenameLong-press → Rename
DeleteLong-press → Delete
Copy/MoveLong-press → Select → Choose destination
PermissionsTap file info → Edit permissions

Unix permissions editor:

  • 3x3 Grid: User/Group/Other × Read/Write/Execute
  • Numeric: Direct input (755, 644, etc.)
  • Symbolic: rwxr-xr-x format
  1. Tap file → Edit
  2. Edit in built-in editor
  3. Save → Upload back to server

Size limit: Files up to 1 MB. For larger files, use the terminal with vim/nano instead.

Editor settings: Settings → SFTP Editor

  • Preferred editor (vim, nano, etc.)
  • Close after save
  • Soft wrap
  • Syntax highlighting

Settings → Sort By:

  • Name (alphabetical)
  • Size (largest first)
  • Time (newest first)

Show directories before files: Settings → Folders First

Show dotfiles (.git, .bashrc, etc.): Settings → Show Hidden Files

Extract common archive formats directly on your server.

FormatVariantsCommand Required
.tar.gz.tgz, .tar.Ztar
.tar.bz2.tbz2, .tar.bz2tar
.tar.xz.txztar
.zip.zipxunzip
.7z-7z
.rar-unrar

Note: The corresponding command (tar, unzip, 7z, unrar) must be installed on your server. These tools handle many sub-formats not listed above.

Tap SFTP button to open current terminal directory in file browser.

Automatically return to last visited directory: Settings → SFTP Open Last Path

  • Check user has read access to directory
  • Verify directory permissions: ls -la
  • Ensure SFTP is enabled in sshd_config

Large directories (1000+ items) use pagination for performance.

File larger than 1 MB? Use terminal with vim/nano instead.