comparison lisp/net/tramp-ftp.el @ 53206:0c19f1a19b2b

(tramp-chunksize): Extend docstring. Suggested by Charles Curley <charlescurley@charlescurley.com>. (tramp-multi-connection-function-alist): Add ssht entry which adds "-e none -t -t" to the list of ssh args. Suggested by Adrian Aichner. (tramp-get-method-parameter): New function to retrieve a method parameter. This allows for omission of method parameters. Callers adjusted.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 30 Nov 2003 18:15:22 +0000
parents 695cf19ef79e
children c1bfc266f10a
comparison
equal deleted inserted replaced
53205:ed27adf8b7ac 53206:0c19f1a19b2b
135 ;; * In case of "/ftp:host:file" this works only for functions which 135 ;; * In case of "/ftp:host:file" this works only for functions which
136 ;; are defined in `tramp-file-name-handler-alist'. Call has to be 136 ;; are defined in `tramp-file-name-handler-alist'. Call has to be
137 ;; pretended in `tramp-file-name-handler' otherwise. 137 ;; pretended in `tramp-file-name-handler' otherwise.
138 ;; Furthermore, there are no backup files on FTP hosts. 138 ;; Furthermore, there are no backup files on FTP hosts.
139 ;; Worth further investigations. 139 ;; Worth further investigations.
140 ;; * Map /multi:ssh:out@gate:ftp:kai@real.host:/path/to.file
141 ;; on Ange-FTP gateways.
140 142
141 ;;; arch-tag: 759fb338-5c63-4b99-bd36-b4d59db91cff 143 ;;; arch-tag: 759fb338-5c63-4b99-bd36-b4d59db91cff
142 ;;; tramp-ftp.el ends here 144 ;;; tramp-ftp.el ends here