From 07763fd605b7a7ffa41ad6f1b69479631fc84cb4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 15 Jul 2026 00:09:40 -0500 Subject: feat(tramp): add phone FTP quick-access entry with passive-mode ange-ftp The phone's FTP server can't open active-mode data connections back to the client, so LIST hangs under ange-ftp's default. Passive mode fixes it and is the safer default for any NAT'd server. Requires a CLI ftp client (GNU inetutils on Arch). --- modules/dirvish-config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dirvish-config.el') diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 0e22dcee..ef41ab33 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -589,6 +589,7 @@ no popup frame is live." ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") ("px" ,pix-dir "pictures directory") ("wp" ,(concat pix-dir "/wallpaper/") "pictures wallpaper") + ("fp" "/ftp:android@192.168.86.13#2221:/" "phone ftp (android)") ("rcj" "/sshx:cjennings@cjennings.net:~" "remote c@cjennings.net") ("rtl" "/sshx:cjennings@truenas.local:~" "remote cjennings@truenas.local") ("rtt" "/sshx:cjennings@truenas:~" "remote cjennings@truenas (tailscale)") -- cgit v1.2.3