aboutsummaryrefslogtreecommitdiff
path: root/modules/dirvish-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-15 00:09:40 -0500
committerCraig Jennings <c@cjennings.net>2026-07-15 00:09:40 -0500
commit07763fd605b7a7ffa41ad6f1b69479631fc84cb4 (patch)
tree651ac3be7762da1371896fd5b9aef7f6b0368650 /modules/dirvish-config.el
parentca994fc61a75c54082676f6b276601b8e582d040 (diff)
downloaddotemacs-07763fd605b7a7ffa41ad6f1b69479631fc84cb4.tar.gz
dotemacs-07763fd605b7a7ffa41ad6f1b69479631fc84cb4.zip
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).
Diffstat (limited to 'modules/dirvish-config.el')
-rw-r--r--modules/dirvish-config.el1
1 files changed, 1 insertions, 0 deletions
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)")