fcaf5da632611aadf2007f1ff5f28a03df8874a4
[bpt/emacs.git] / lisp / net / ange-ftp.el
1 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs
2
3 ;; Copyright (C) 1989-1996, 1998, 2000-2011
4 ;; Free Software Foundation, Inc.
5
6 ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
7 ;; Maintainer: FSF
8 ;; Keywords: comm
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; (at your option) any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24
25 ;;; Commentary:
26
27 ;; This package attempts to make accessing files and directories using FTP
28 ;; from within GNU Emacs as simple and transparent as possible. A subset of
29 ;; the common file-handling routines are extended to interact with FTP.
30
31 ;; Usage:
32 ;;
33 ;; Some of the common GNU Emacs file-handling operations have been made
34 ;; FTP-smart. If one of these routines is given a filename that matches
35 ;; '/user@host:name' then it will spawn an FTP process connecting to machine
36 ;; 'host' as account 'user' and perform its operation on the file 'name'.
37 ;;
38 ;; For example: if find-file is given a filename of:
39 ;;
40 ;; /ange@anorman:/tmp/notes
41 ;;
42 ;; then ange-ftp spawns an FTP process, connect to the host 'anorman' as
43 ;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the
44 ;; contents of that file as if it were on the local filesystem. If ange-ftp
45 ;; needs a password to connect then it reads one in the echo area.
46
47 ;; Extended filename syntax:
48 ;;
49 ;; The default extended filename syntax is '/user@host:name', where the
50 ;; 'user@' part may be omitted. This syntax can be customised to a certain
51 ;; extent by changing ange-ftp-name-format. There are limitations.
52 ;; The `host' part has an optional suffix `#port' which may be used to
53 ;; specify a non-default port number for the connexion.
54 ;;
55 ;; If the user part is omitted then ange-ftp generates a default user
56 ;; instead whose value depends on the variable ange-ftp-default-user.
57
58 ;; Passwords:
59 ;;
60 ;; A password is required for each host/user pair. Ange-ftp reads passwords
61 ;; as needed. You can also specify a password with ange-ftp-set-passwd, or
62 ;; in a *valid* ~/.netrc file.
63
64 ;; Passwords for user "anonymous":
65 ;;
66 ;; Passwords for the user "anonymous" (or "ftp") are handled
67 ;; specially. The variable `ange-ftp-generate-anonymous-password'
68 ;; controls what happens: if the value of this variable is a string,
69 ;; then this is used as the password; if non-nil (the default), then
70 ;; the value of `user-mail-address' is used; if nil then the user
71 ;; is prompted for a password as normal.
72
73 ;; "Dumb" UNIX hosts:
74 ;;
75 ;; The FTP servers on some UNIX machines have problems if the 'ls' command is
76 ;; used.
77 ;;
78 ;; The routine ange-ftp-add-dumb-unix-host can be called to tell ange-ftp to
79 ;; limit itself to the DIR command and not 'ls' for a given UNIX host. Note
80 ;; that this change will take effect for the current GNU Emacs session only.
81 ;; See below for a discussion of non-UNIX hosts. If a large number of
82 ;; machines with similar hostnames have this problem then it is easier to set
83 ;; the value of ange-ftp-dumb-unix-host-regexp in your .emacs file. ange-ftp
84 ;; is unable to automatically recognize dumb unix hosts.
85
86 ;; File name completion:
87 ;;
88 ;; Full file-name completion is supported on UNIX, VMS, CMS, and MTS hosts.
89 ;; To do filename completion, ange-ftp needs a listing from the remote host.
90 ;; Therefore, for very slow connections, it might not save any time.
91
92 ;; FTP processes:
93 ;;
94 ;; When ange-ftp starts up an FTP process, it leaves it running for speed
95 ;; purposes. Some FTP servers will close the connection after a period of
96 ;; time, but ange-ftp should be able to quietly reconnect the next time that
97 ;; the process is needed.
98 ;;
99 ;; Killing the "*ftp user@host*" buffer also kills the ftp process.
100 ;; This should not cause ange-ftp any grief.
101
102 ;; Binary file transfers:
103 ;;
104 ;; By default ange-ftp transfers files in ASCII mode. If a file being
105 ;; transferred matches the value of ange-ftp-binary-file-name-regexp then
106 ;; binary mode is used for that transfer.
107
108 ;; Account passwords:
109 ;;
110 ;; Some FTP servers require an additional password which is sent by the
111 ;; ACCOUNT command. ange-ftp partially supports this by allowing the user to
112 ;; specify an account password by either calling ange-ftp-set-account, or by
113 ;; specifying an account token in the .netrc file. If the account password
114 ;; is set by either of these methods then ange-ftp will issue an ACCOUNT
115 ;; command upon starting the FTP process.
116
117 ;; Preloading:
118 ;;
119 ;; ange-ftp can be preloaded, but must be put in the site-init.el file and
120 ;; not the site-load.el file in order for the documentation strings for the
121 ;; functions being overloaded to be available.
122
123 ;; Status reports:
124 ;;
125 ;; Most ange-ftp commands that talk to the FTP process output a status
126 ;; message on what they are doing. In addition, ange-ftp can take advantage
127 ;; of the FTP client's HASH command to display the status of transferring
128 ;; files and listing directories. See the documentation for the variables
129 ;; ange-ftp-{ascii,binary}-hash-mark-size, ange-ftp-send-hash and
130 ;; ange-ftp-process-verbose for more details.
131
132 ;; Gateways:
133 ;;
134 ;; Sometimes it is necessary for the FTP process to be run on a different
135 ;; machine than the machine running GNU Emacs. This can happen when the
136 ;; local machine has restrictions on what hosts it can access.
137 ;;
138 ;; ange-ftp has support for running the ftp process on a different (gateway)
139 ;; machine. The way it works is as follows:
140 ;;
141 ;; 1) Set the variable 'ange-ftp-gateway-host' to the name of a machine
142 ;; that doesn't have the access restrictions.
143 ;;
144 ;; 2) Set the variable 'ange-ftp-local-host-regexp' to a regular expression
145 ;; that matches hosts that can be contacted from running a local ftp
146 ;; process, but fails to match hosts that can't be accessed locally. For
147 ;; example:
148 ;;
149 ;; "\\.hp\\.com$\\|^[^.]*$"
150 ;;
151 ;; will match all hosts that are in the .hp.com domain, or don't have an
152 ;; explicit domain in their name, but will fail to match hosts with
153 ;; explicit domains or that are specified by their ip address.
154 ;;
155 ;; 3) Using NFS and symlinks, make sure that there is a shared directory with
156 ;; the *same* name between the local machine and the gateway machine.
157 ;; This directory is necessary for temporary files created by ange-ftp.
158 ;;
159 ;; 4) Set the variable 'ange-ftp-gateway-tmp-name-template' to the name of
160 ;; this directory plus an identifying filename prefix. For example:
161 ;;
162 ;; "/nfs/hplose/ange/ange-ftp"
163 ;;
164 ;; where /nfs/hplose/ange is a directory that is shared between the
165 ;; gateway machine and the local machine.
166 ;;
167 ;; The simplest way of getting a ftp process running on the gateway machine
168 ;; is if you can spawn a remote shell using either 'rsh' or 'remsh'. If you
169 ;; can't do this for some reason such as security then points 7 onwards will
170 ;; discuss an alternative approach.
171 ;;
172 ;; 5) Set the variable ange-ftp-gateway-program to the name of the remote
173 ;; shell process such as 'remsh' or 'rsh' if the default isn't correct.
174 ;;
175 ;; 6) Set the variable ange-ftp-gateway-program-interactive to nil if it
176 ;; isn't already. This tells ange-ftp that you are using a remote shell
177 ;; rather than logging in using telnet or rlogin.
178 ;;
179 ;; That should be all you need to allow ange-ftp to spawn a ftp process on
180 ;; the gateway machine. If you have to use telnet or rlogin to get to the
181 ;; gateway machine then follow the instructions below.
182 ;;
183 ;; 7) Set the variable ange-ftp-gateway-program to the name of the program
184 ;; that lets you log onto the gateway machine. This may be something like
185 ;; telnet or rlogin.
186 ;;
187 ;; 8) Set the variable ange-ftp-gateway-prompt-pattern to a regular
188 ;; expression that matches the prompt you get when you login to the
189 ;; gateway machine. Be very specific here; this regexp must not match
190 ;; *anything* in your login banner except this prompt.
191 ;; shell-prompt-pattern is far too general as it appears to match some
192 ;; login banners from Sun machines. For example:
193 ;;
194 ;; "^$*$ *"
195 ;;
196 ;; 9) Set the variable ange-ftp-gateway-program-interactive to 't' to let
197 ;; ange-ftp know that it has to "hand-hold" the login to the gateway
198 ;; machine.
199 ;;
200 ;; 10) Set the variable ange-ftp-gateway-setup-term-command to a UNIX command
201 ;; that will put the pty connected to the gateway machine into a
202 ;; no-echoing mode, and will strip off carriage-returns from output from
203 ;; the gateway machine. For example:
204 ;;
205 ;; "stty -onlcr -echo"
206 ;;
207 ;; will work on HP-UX machines, whereas:
208 ;;
209 ;; "stty -echo nl"
210 ;;
211 ;; appears to work for some Sun machines.
212 ;;
213 ;; That's all there is to it.
214
215 ;; Smart gateways:
216 ;;
217 ;; If you have a "smart" ftp program that allows you to issue commands like
218 ;; "USER foo@bar" which do nice proxy things, then look at the variables
219 ;; ange-ftp-smart-gateway and ange-ftp-smart-gateway-port.
220 ;;
221 ;; Otherwise, if there is an alternate ftp program that implements proxy in
222 ;; a transparent way (i.e. w/o specifying the proxy host), that will
223 ;; connect you directly to the desired destination host:
224 ;; Set ange-ftp-gateway-ftp-program-name to that program's name.
225 ;; Set ange-ftp-local-host-regexp to a value as stated earlier on.
226 ;; Leave ange-ftp-gateway-host set to nil.
227 ;; Set ange-ftp-smart-gateway to t.
228
229 ;; Tips for using ange-ftp:
230 ;;
231 ;; 1. For dired to work on a host which marks symlinks with a trailing @ in
232 ;; an ls -alF listing, you need to (setq dired-ls-F-marks-symlinks t).
233 ;; Most UNIX systems do not do this, but ULTRIX does. If you think that
234 ;; there is a chance you might connect to an ULTRIX machine (such as
235 ;; prep.ai.mit.edu), then set this variable accordingly. This will have
236 ;; the side effect that dired will have problems with symlinks whose names
237 ;; end in an @. If you get yourself into this situation then editing
238 ;; dired's ls-switches to remove "F", will temporarily fix things.
239 ;;
240 ;; 2. If you know that you are connecting to a certain non-UNIX machine
241 ;; frequently, and ange-ftp seems to be unable to guess its host-type,
242 ;; then setting the appropriate host-type regexp
243 ;; (ange-ftp-vms-host-regexp, ange-ftp-mts-host-regexp, or
244 ;; ange-ftp-cms-host-regexp) accordingly should help. Also, please report
245 ;; ange-ftp's inability to recognize the host-type as a bug.
246 ;;
247 ;; 3. For slow connections, you might get "listing unreadable" error
248 ;; messages, or get an empty buffer for a file that you know has something
249 ;; in it. The solution is to increase the value of ange-ftp-retry-time.
250 ;; Its default value is 5 which is plenty for reasonable connections.
251 ;; However, for some transatlantic connections I set this to 20.
252 ;;
253 ;; 4. Beware of compressing files on non-UNIX hosts. Ange-ftp will do it by
254 ;; copying the file to the local machine, compressing it there, and then
255 ;; sending it back. Binary file transfers between machines of different
256 ;; architectures can be a risky business. Test things out first on some
257 ;; test files. See "Bugs" below. Also, note that ange-ftp copies files by
258 ;; moving them through the local machine. Again, be careful when doing
259 ;; this with binary files on non-Unix machines.
260 ;;
261 ;; 5. Beware that dired over ftp will use your setting of dired-no-confirm
262 ;; (list of dired commands for which confirmation is not asked). You
263 ;; might want to reconsider your setting of this variable, because you
264 ;; might want confirmation for more commands on remote direds than on
265 ;; local direds. For example, I strongly recommend that you not include
266 ;; compress and uncompress in this list. If there is enough demand it
267 ;; might be a good idea to have an alist ange-ftp-dired-no-confirm of
268 ;; pairs ( TYPE . LIST ), where TYPE is an operating system type and LIST
269 ;; is a list of commands for which confirmation would be suppressed. Then
270 ;; remote dired listings would take their (buffer-local) value of
271 ;; dired-no-confirm from this alist. Who votes for this?
272
273 ;; ---------------------------------------------------------------------
274 ;; Non-UNIX support:
275 ;; ---------------------------------------------------------------------
276
277 ;; VMS support:
278 ;;
279 ;; Ange-ftp has full support for VMS hosts. It
280 ;; should be able to automatically recognize any VMS machine. However, if it
281 ;; fails to do this, you can use the command ange-ftp-add-vms-host. As well,
282 ;; you can set the variable ange-ftp-vms-host-regexp in your .emacs file. We
283 ;; would be grateful if you would report any failures to automatically
284 ;; recognize a VMS host as a bug.
285 ;;
286 ;; Filename Syntax:
287 ;;
288 ;; For ease of *implementation*, the user enters the VMS filename syntax in a
289 ;; UNIX-y way. For example:
290 ;; PUB$:[ANONYMOUS.SDSCPUB.NEXT]README.TXT;1
291 ;; would be entered as:
292 ;; /PUB$$:/ANONYMOUS/SDSCPUB/NEXT/README.TXT;1
293 ;; i.e. to log in as anonymous on ymir.claremont.edu and grab the file:
294 ;; [.CSV.POLICY]RULES.MEM
295 ;; you would type:
296 ;; C-x C-f /anonymous@ymir.claremont.edu:CSV/POLICY/RULES.MEM
297 ;;
298 ;; A valid VMS filename is of the form: FILE.TYPE;##
299 ;; where FILE can be up to 39 characters
300 ;; TYPE can be up to 39 characters
301 ;; ## is a version number (an integer between 1 and 32,767)
302 ;; Valid characters in FILE and TYPE are A-Z 0-9 _ - $
303 ;; $ cannot begin a filename, and - cannot be used as the first or last
304 ;; character.
305 ;;
306 ;; Tips:
307 ;; 1. Although VMS is not case sensitive, EMACS running under UNIX is.
308 ;; Therefore, to access a VMS file, you must enter the filename with upper
309 ;; case letters.
310 ;; 2. To access the latest version of file under VMS, you use the filename
311 ;; without the ";" and version number. You should always edit the latest
312 ;; version of a file. If you want to edit an earlier version, copy it to a
313 ;; new file first. This has nothing to do with ange-ftp, but is simply
314 ;; good VMS operating practice. Therefore, to edit FILE.TXT;3 (say 3 is
315 ;; latest version), do C-x C-f /ymir.claremont.edu:FILE.TXT. If you
316 ;; inadvertently do C-x C-f /ymir.claremont.edu:FILE.TXT;3, you will find
317 ;; that VMS will not allow you to save the file because it will refuse to
318 ;; overwrite FILE.TXT;3, but instead will want to create FILE.TXT;4, and
319 ;; attach the buffer to this file. To get out of this situation, M-x
320 ;; write-file /ymir.claremont.edu:FILE.TXT will attach the buffer to
321 ;; latest version of the file. For this reason, in dired "f"
322 ;; (dired-find-file), always loads the file sans version, whereas "v",
323 ;; (dired-view-file), always loads the explicit version number. The
324 ;; reasoning being that it reasonable to view old versions of a file, but
325 ;; not to edit them.
326 ;; 3. EMACS has a feature in which it does environment variable substitution
327 ;; in filenames. Therefore, to enter a $ in a filename, you must quote it
328 ;; by typing $$.
329
330 ;; MTS support:
331 ;;
332 ;; Ange-ftp has full support for hosts running
333 ;; the Michigan terminal system. It should be able to automatically
334 ;; recognize any MTS machine. However, if it fails to do this, you can use
335 ;; the command ange-ftp-add-mts-host. As well, you can set the variable
336 ;; ange-ftp-mts-host-regexp in your .emacs file. We would be grateful if you
337 ;; would report any failures to automatically recognize a MTS host as a bug.
338 ;;
339 ;; Filename syntax:
340 ;;
341 ;; MTS filenames are entered in a UNIX-y way. For example, if your account
342 ;; was YYYY, the file FILE in the account XXXX: on mtsg.ubc.ca would be
343 ;; entered as
344 ;; /YYYY@mtsg.ubc.ca:/XXXX:/FILE
345 ;; In other words, MTS accounts are treated as UNIX directories. Of course,
346 ;; to access a file in another account, you must have access permission for
347 ;; it. If FILE were in your own account, then you could enter it in a
348 ;; relative name fashion as
349 ;; /YYYY@mtsg.ubc.ca:FILE
350 ;; MTS filenames can be up to 12 characters. Like UNIX, the structure of the
351 ;; filename does not contain a TYPE (i.e. it can have as many "."'s as you
352 ;; like.) MTS filenames are always in upper case, and hence be sure to enter
353 ;; them as such! MTS is not case sensitive, but an EMACS running under UNIX
354 ;; is.
355
356 ;; CMS support:
357 ;;
358 ;; Ange-ftp has full support for hosts running
359 ;; CMS. It should be able to automatically recognize any CMS machine.
360 ;; However, if it fails to do this, you can use the command
361 ;; ange-ftp-add-cms-host. As well, you can set the variable
362 ;; ange-ftp-cms-host-regexp in your .emacs file. We would be grateful if you
363 ;; would report any failures to automatically recognize a CMS host as a bug.
364 ;;
365 ;; Filename syntax:
366 ;;
367 ;; CMS filenames are entered in a UNIX-y way. In otherwords, minidisks are
368 ;; treated as UNIX directories. For example to access the file READ.ME in
369 ;; minidisk *.311 on cuvmb.cc.columbia.edu, you would enter
370 ;; /anonymous@cuvmb.cc.columbia.edu:/*.311/READ.ME
371 ;; If *.301 is the default minidisk for this account, you could access
372 ;; FOO.BAR on this minidisk as
373 ;; /anonymous@cuvmb.cc.columbia.edu:FOO.BAR
374 ;; CMS filenames are of the form FILE.TYPE, where both FILE and TYPE can be
375 ;; up to 8 characters. Again, beware that CMS filenames are always upper
376 ;; case, and hence must be entered as such.
377 ;;
378 ;; Tips:
379 ;; 1. CMS machines, with the exception of anonymous accounts, nearly always
380 ;; need an account password. To have ange-ftp send an account password,
381 ;; you can either include it in your .netrc file, or use
382 ;; ange-ftp-set-account.
383 ;; 2. Ange-ftp cannot send "write passwords" for a minidisk. Hopefully, we
384 ;; can fix this.
385 ;;
386 ;; BS2000 support:
387 ;;
388 ;; Ange-ftp has full support for BS2000 hosts. It should be able to
389 ;; automatically recognize any BS2000 machine. However, if it fails to
390 ;; do this, you can use the command ange-ftp-add-bs2000-host. As well,
391 ;; you can set the variable ange-ftp-bs2000-host-regexp in your .emacs
392 ;; file. We would be grateful if you would report any failures to auto-
393 ;; matically recognize a BS2000 host as a bug.
394 ;;
395 ;; If you want to access the POSIX subsystem on BS2000 you MUST use
396 ;; command ange-ftp-add-bs2000-posix-host for that particular
397 ;; hostname. ange-ftp can't decide if you want to access the native
398 ;; filesystem or the POSIX filesystem, so it accesses the native
399 ;; filesystem by default. And if you have an ASCII filesystem in
400 ;; your BS2000 POSIX subsystem you must use
401 ;; ange-ftp-binary-file-name-regexp to access its files.
402 ;;
403 ;; Filename Syntax:
404 ;;
405 ;; For ease of *implementation*, the user enters the BS2000 filename
406 ;; syntax in a UNIX-y way. For example:
407 ;; :PUB:$PUBLIC.ANONYMOUS.SDSCPUB.NEXT.README.TXT
408 ;; would be entered as:
409 ;; /:PUB:/$$PUBLIC/ANONYMOUS.SDSCPUB.NEXT.README.TXT
410 ;; You don't have to type pubset and account, if they have default values,
411 ;; i.e. to log in as anonymous on bs2000.anywhere.com and grab the file
412 ;; IMPORTANT.TEXT.ON.BS2000 on the default pubset X on userid PUBLIC
413 ;; (there are only 8 characters in a valid username), you could type:
414 ;; C-x C-f /public@bs2000.anywhere.com:/IMPORTANT.TEXT.ON.BS2000
415 ;; or
416 ;; C-x C-f /anonym@bs2000.anywhere.com:/:X:/$$PUBLIC/IMPORTANT.TEXT.ON.BS2000
417 ;;
418 ;; If X is not your default pubset, you could add it as 'subdirectory' (BS2000
419 ;; has a flat architecture) with the command
420 ;; (setq ange-ftp-bs2000-additional-pubsets '(":X:"))
421 ;; and then you could type:
422 ;; C-x C-f /anonym@bs2000.anywhere.com:/:X:/IMPORTANT.TEXT.ON.BS2000
423 ;;
424 ;; Valid characters in an BS2000 filename are A-Z 0-9 $ # @ . -
425 ;; If the first character in a filename is # or @, this is replaced with
426 ;; ange-ftp-bs2000-special-prefix because names starting with # or @
427 ;; are reserved for temporary files.
428 ;; This is especially important for auto-save files.
429 ;; Valid file generations are ending with ([+|-|*]0-9...) .
430 ;; File generations are not supported yet!
431 ;; A filename must at least contain one character (A-Z) and cannot be longer
432 ;; than 41 characters.
433 ;;
434 ;; Tips:
435 ;; 1. Although BS2000 is not case sensitive, EMACS running under UNIX is.
436 ;; Therefore, to access a BS2000 file, you must enter the filename with
437 ;; upper case letters.
438 ;; 2. EMACS has a feature in which it does environment variable substitution
439 ;; in filenames. Therefore, to enter a $ in a filename, you must quote it
440 ;; by typing $$.
441 ;; 3. BS2000 machines, with the exception of anonymous accounts, nearly
442 ;; always need an account password. To have ange-ftp send an account
443 ;; password, you can either include it in your .netrc file, or use
444 ;; ange-ftp-set-account.
445 ;;
446 ;; ------------------------------------------------------------------
447 ;; Bugs:
448 ;; ------------------------------------------------------------------
449 ;;
450 ;; 1. Umask problems:
451 ;; Be warned that files created by using ange-ftp will take account of the
452 ;; umask of the ftp daemon process rather than the umask of the creating
453 ;; user. This is particularly important when logging in as the root user.
454 ;; The way that I tighten up the ftp daemon's umask under HP-UX is to make
455 ;; sure that the umask is changed to 027 before I spawn /etc/inetd. I
456 ;; suspect that there is something similar on other systems.
457 ;;
458 ;; 2. Some combinations of FTP clients and servers break and get out of sync
459 ;; when asked to list a non-existent directory. Some of the ai.mit.edu
460 ;; machines cause this problem for some FTP clients. Using
461 ;; ange-ftp-kill-ftp-process can restart the ftp process, which
462 ;; should get things back in sync.
463 ;;
464 ;; 3. Ange-ftp does not check to make sure that when creating a new file,
465 ;; you provide a valid filename for the remote operating system.
466 ;; If you do not, then the remote FTP server will most likely
467 ;; translate your filename in some way. This may cause ange-ftp to
468 ;; get confused about what exactly is the name of the file. The
469 ;; most common causes of this are using lower case filenames on systems
470 ;; which support only upper case, and using filenames which are too
471 ;; long.
472 ;;
473 ;; 4. Null (blank) passwords confuse both ange-ftp and some FTP daemons.
474 ;;
475 ;; 5. Ange-ftp likes to use pty's to talk to its FTP processes. If GNU Emacs
476 ;; for some reason creates a FTP process that only talks via pipes then
477 ;; ange-ftp won't be getting the information it requires at the time that
478 ;; it wants it since pipes flush at different times to pty's. One
479 ;; disgusting way around this problem is to talk to the FTP process via
480 ;; rlogin which does the 'right' things with pty's.
481 ;;
482 ;; 6. For CMS support, we send too many cd's. Since cd's are cheap, I haven't
483 ;; worried about this too much. Eventually, we should have some caching
484 ;; of the current minidisk.
485 ;;
486 ;; 7. Some CMS machines do not assign a default minidisk when you ftp them as
487 ;; anonymous. It is then necessary to guess a valid minidisk name, and cd
488 ;; to it. This is (understandably) beyond ange-ftp.
489 ;;
490 ;; 8. Remote to remote copying of files on non-Unix machines can be risky.
491 ;; Depending on the variable ange-ftp-binary-file-name-regexp, ange-ftp
492 ;; will use binary mode for the copy. Between systems of different
493 ;; architecture, this still may not be enough to guarantee the integrity
494 ;; of binary files. Binary file transfers from VMS machines are
495 ;; particularly problematical. Should ange-ftp-binary-file-name-regexp be
496 ;; an alist of OS type, regexp pairs?
497 ;;
498 ;; 9. The code to do compression of files over ftp is not as careful as it
499 ;; should be. It deletes the old remote version of the file, before
500 ;; actually checking if the local to remote transfer of the compressed
501 ;; file succeeds. Of course to delete the original version of the file
502 ;; after transferring the compressed version back is also dangerous,
503 ;; because some OS's have severe restrictions on the length of filenames,
504 ;; and when the compressed version is copied back the "-Z" or ".Z" may be
505 ;; truncated. Then, ange-ftp would delete the only remaining version of
506 ;; the file. Maybe ange-ftp should make backups when it compresses files
507 ;; (of course, the backup "~" could also be truncated off, sigh...).
508 ;; Suggestions?
509 ;;
510 ;; 10. If a dir listing is attempted for an empty directory on (at least
511 ;; some) VMS hosts, an ftp error is given. This is really an ftp bug, and
512 ;; I don't know how to get ange-ftp work to around it.
513 ;;
514 ;; 11. Bombs on filenames that start with a space. Deals well with filenames
515 ;; containing spaces, but beware that the remote ftpd may not like them
516 ;; much.
517 ;;
518 ;; 12. The dired support for non-Unix-like systems does not currently work.
519 ;; It needs to be reimplemented by modifying the parse-...-listing
520 ;; functions to convert the directory listing to ls -l format.
521 ;;
522 ;; 13. The famous @ bug. As mentioned above in TIPS, ULTRIX marks symlinks
523 ;; with a trailing @ in a ls -alF listing. In order to account for this
524 ;; ange-ftp looks to chop trailing @'s off of symlink names when it is
525 ;; parsing a listing with the F switch. This will cause ange-ftp to
526 ;; incorrectly get the name of a symlink on a non-ULTRIX host if its name
527 ;; ends in an @. ange-ftp will correct itself if you take F out of the
528 ;; dired ls switches (C-u s will allow you to edit the switches). The
529 ;; dired buffer will be automatically reverted, which will allow ange-ftp
530 ;; to fix its files hashtable. A cookie to anyone who can think of a
531 ;; fast, sure-fire way to recognize ULTRIX over ftp.
532
533 ;; If you find any bugs or problems with this package, PLEASE either e-mail
534 ;; the above author, or send a message to the ange-ftp-lovers mailing list
535 ;; below. Ideas and constructive comments are especially welcome.
536
537 ;; ange-ftp-lovers:
538 ;;
539 ;; ange-ftp has its own mailing list modestly called ange-ftp-lovers. All
540 ;; users of ange-ftp are welcome to subscribe (see below) and to discuss
541 ;; aspects of ange-ftp. New versions of ange-ftp are posted periodically to
542 ;; the mailing list.
543
544 ;; To [un]subscribe to ange-ftp-lovers, or to report mailer problems with the
545 ;; list, please mail one of the following addresses:
546 ;;
547 ;; ange-ftp-lovers-request@hplb.hpl.hp.com
548 ;;
549 ;; Please don't forget the -request part.
550 ;;
551 ;; For mail to be posted directly to ange-ftp-lovers, send to one of the
552 ;; following addresses:
553 ;;
554 ;; ange-ftp-lovers@hplb.hpl.hp.com
555 ;;
556 ;; Alternatively, there is a mailing list that only gets announcements of new
557 ;; ange-ftp releases. This is called ange-ftp-lovers-announce, and can be
558 ;; subscribed to by e-mailing to the -request address as above. Please make
559 ;; it clear in the request which mailing list you wish to join.
560 \f
561 ;; -----------------------------------------------------------
562 ;; Technical information on this package:
563 ;; -----------------------------------------------------------
564
565 ;; ange-ftp works by putting a handler on file-name-handler-alist
566 ;; which is called by many primitives, and a few non-primitives,
567 ;; whenever they see a file name of the appropriate sort.
568
569 ;; Checklist for adding non-UNIX support for TYPE
570 ;;
571 ;; The following functions may need TYPE versions:
572 ;; (not all functions will be needed for every OS)
573 ;;
574 ;; ange-ftp-fix-name-for-TYPE
575 ;; ange-ftp-fix-dir-name-for-TYPE
576 ;; ange-ftp-TYPE-host
577 ;; ange-ftp-TYPE-add-host
578 ;; ange-ftp-parse-TYPE-listing
579 ;; ange-ftp-TYPE-delete-file-entry
580 ;; ange-ftp-TYPE-add-file-entry
581 ;; ange-ftp-TYPE-file-name-as-directory
582 ;; ange-ftp-TYPE-make-compressed-filename
583 ;; ange-ftp-TYPE-file-name-sans-versions
584 ;;
585 ;; Variables:
586 ;;
587 ;; ange-ftp-TYPE-host-regexp
588 ;; May need to add TYPE to ange-ftp-dumb-host-types
589 ;;
590 ;; Check the following functions for OS dependent coding:
591 ;;
592 ;; ange-ftp-host-type
593 ;; ange-ftp-guess-host-type
594 ;; ange-ftp-allow-child-lookup
595
596 ;; Host type conventions:
597 ;;
598 ;; The function ange-ftp-host-type and the variable ange-ftp-dired-host-type
599 ;; (mostly) follow the following conventions for remote host types. At
600 ;; least, I think that future code should try to follow these conventions,
601 ;; and the current code should eventually be made compliant.
602 ;;
603 ;; nil = local host type, whatever that is (probably unix).
604 ;; Think nil as in "not a remote host". This value is used by
605 ;; ange-ftp-dired-host-type for local buffers.
606 ;;
607 ;; t = a remote host of unknown type. Think t as in true, it's remote.
608 ;; Currently, `unix' is used as the default remote host type.
609 ;; Maybe we should use t.
610 ;;
611 ;; TYPE = a remote host of TYPE type.
612 ;;
613 ;; TYPE:LIST = a remote host of TYPE type, using a specialized ftp listing
614 ;; program called list. This is currently only used for Unix
615 ;; dl (descriptive listings), when ange-ftp-dired-host-type
616 ;; is set to `unix:dl'.
617
618 ;; Bug report codes:
619 ;;
620 ;; Because of their naive faith in this code, there are certain situations
621 ;; which the writers of this program believe could never happen. However,
622 ;; being realists they have put calls to `error' in the program at these
623 ;; points. These errors provide a code, which is an integer, greater than 1.
624 ;; To aid debugging. the error codes, and the functions in which they reside
625 ;; are listed below.
626 ;;
627 ;; 1: See ange-ftp-ls
628 ;;
629 \f
630 ;; -----------------------------------------------------------
631 ;; Hall of fame:
632 ;; -----------------------------------------------------------
633 ;;
634 ;; Thanks to Roland McGrath for improving the filename syntax handling,
635 ;; for suggesting many enhancements and for numerous cleanups to the code.
636 ;;
637 ;; Thanks to Jamie Zawinski for bugfixes and for ideas such as gateways.
638 ;;
639 ;; Thanks to Ken Laprade for improved .netrc parsing, password reading, and
640 ;; dired / shell auto-loading.
641 ;;
642 ;; Thanks to Sebastian Kremer for dired support and for many ideas and
643 ;; bugfixes.
644 ;;
645 ;; Thanks to Joe Wells for bugfixes, the original non-UNIX system support,
646 ;; VOS support, and hostname completion.
647 ;;
648 ;; Thanks to Nakagawa Takayuki for many good ideas, filename-completion, help
649 ;; with file-name expansion, efficiency worries, stylistic concerns and many
650 ;; bugfixes.
651 ;;
652 ;; Thanks to Sandy Rutherford who re-wrote most of ange-ftp to support VMS,
653 ;; MTS, CMS and UNIX-dls. Sandy also added dired-support for non-UNIX OS and
654 ;; auto-recognition of the host type.
655 ;;
656 ;; Thanks to Dave Smith who wrote the info file for ange-ftp.
657 ;;
658 ;; Finally, thanks to Keith Waclena, Mark D. Baushke, Terence Kelleher, Ping
659 ;; Zhou, Edward Vielmetti, Jack Repenning, Mike Balenger, Todd Kaufmann,
660 ;; Kjetil Svarstad, Tom Wurgler, Linus Tolke, Niko Makila, Carl Edman, Bill
661 ;; Trost, Dave Brennan, Dan Jacobson, Andy Scott, Steve Anderson, Sanjay
662 ;; Mathur, the folks on the ange-ftp-lovers mailing list and many others
663 ;; whose names I've forgotten who have helped to debug and fix problems with
664 ;; ange-ftp.el.
665 \f
666 ;;; Code:
667
668 (require 'comint)
669
670 ;;;; ------------------------------------------------------------
671 ;;;; User customization variables.
672 ;;;; ------------------------------------------------------------
673
674 (defgroup ange-ftp nil
675 "Accessing remote files and directories using FTP
676 made as simple and transparent as possible."
677 :group 'files
678 :group 'comm
679 :prefix "ange-ftp-")
680
681 (defcustom ange-ftp-name-format
682 '("\\`/\\(\\([^/:]*\\)@\\)?\\([^@/:]*[^@/:.]\\):\\(.*\\)" . (3 2 4))
683 "Format of a fully expanded remote file name.
684
685 This is a list of the form \(REGEXP HOST USER NAME\),
686 where REGEXP is a regular expression matching
687 the full remote name, and HOST, USER, and NAME are the numbers of
688 parenthesized expressions in REGEXP for the components (in that order)."
689 :group 'ange-ftp
690 :type '(list (regexp :tag "Name regexp")
691 (integer :tag "Host group")
692 (integer :tag "User group")
693 (integer :tag "Name group")))
694
695 ;; ange-ftp-multi-skip-msgs should only match ###-, where ### is one of
696 ;; the number codes corresponding to ange-ftp-good-msgs or ange-ftp-fatal-msgs.
697 ;; Otherwise, ange-ftp will go into multi-skip mode, and never come out.
698
699 (defvar ange-ftp-multi-msgs
700 "^150-\\|^220-\\|^230-\\|^226\\|^25.-\\|^221-\\|^200-\\|^331-\\|^4[25]1-\\|^530-"
701 "*Regular expression matching the start of a multiline FTP reply.")
702
703 (defvar ange-ftp-good-msgs
704 "^220 \\|^230 \\|^226 \\|^25. \\|^221 \\|^200 \\|^[Hh]ash mark"
705 "*Regular expression matching FTP \"success\" messages.")
706
707 ;; CMS and the odd VMS machine say 200 Port rather than 200 PORT.
708 ;; Also CMS machines use a multiline 550- reply to say that you
709 ;; don't have write permission. ange-ftp gets into multi-line skip
710 ;; mode and hangs. Have it ignore 550- instead. It will then barf
711 ;; when it gets the 550 line, as it should.
712
713 ;; RFC2228 "FTP Security Extensions" defines extensions to the FTP
714 ;; protocol which involve the client requesting particular
715 ;; authentication methods (typically) at connection establishment. Non
716 ;; security-aware FTP servers should respond to this with a 500 code,
717 ;; which we ignore.
718 (defcustom ange-ftp-skip-msgs
719 (concat "^200 \\(PORT\\|Port\\) \\|^331 \\|^150 \\|^350 \\|^[0-9]+ bytes \\|"
720 "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
721 "^Data connection \\|"
722 "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
723 "^500 .*AUTH\\|^KERBEROS\\|"
724 "^504 Unknown security mechanism\\|"
725 "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
726 "^534 Kerberos Authentication not enabled\\|"
727 "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
728 "Regular expression matching FTP messages that can be ignored."
729 :group 'ange-ftp
730 :type 'regexp)
731
732 (defcustom ange-ftp-fatal-msgs
733 (concat "^ftp: \\|^Not connected\\|^530 \\|^4[25]1 \\|rcmd: \\|"
734 "^No control connection\\|unknown host\\|^lost connection")
735 "Regular expression matching FTP messages that indicate serious errors.
736
737 These mean that the FTP process should be (or already has been) killed."
738 :group 'ange-ftp
739 :type 'regexp)
740
741 (defcustom ange-ftp-potential-error-msgs
742 ;; On Mac OS X we sometimes get things like:
743 ;;
744 ;; ftp> open ftp.nluug.nl
745 ;; Trying 2001:610:1:80aa:192:87:102:36...
746 ;; ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
747 ;; Trying 192.87.102.36...
748 ;; Connected to ftp.nluug.nl.
749 "^ftp: connect to address .*: No route to host"
750 "Regular expression matching FTP messages that can indicate serious errors.
751 These mean that something went wrong, but they may be followed by more
752 messages indicating that the error was somehow corrected."
753 :group 'ange-ftp
754 :type 'regexp)
755
756 (defcustom ange-ftp-gateway-fatal-msgs
757 "No route to host\\|Connection closed\\|No such host\\|Login incorrect"
758 "Regular expression matching login failure messages from rlogin/telnet."
759 :group 'ange-ftp
760 :type 'regexp)
761
762 (defcustom ange-ftp-xfer-size-msgs
763 "^150 .* connection for .* (\\([0-9]+\\) bytes)"
764 "Regular expression used to determine the number of bytes in a FTP transfer."
765 :group 'ange-ftp
766 :type 'regexp)
767
768 (defcustom ange-ftp-tmp-name-template
769 (expand-file-name "ange-ftp" temporary-file-directory)
770 "Template used to create temporary files."
771 :group 'ange-ftp
772 :type 'directory)
773
774 (defcustom ange-ftp-gateway-tmp-name-template "/tmp/ange-ftp"
775 "Template used to create temporary files when FTP-ing through a gateway.
776
777 Files starting with this prefix need to be accessible from BOTH the local
778 machine and the gateway machine, and need to have the SAME name on both
779 machines, that is, /tmp is probably NOT what you want, since that is rarely
780 cross-mounted."
781 :group 'ange-ftp
782 :type 'directory)
783
784 (defcustom ange-ftp-netrc-filename "~/.netrc"
785 "File in .netrc format to search for passwords."
786 :group 'ange-ftp
787 :type 'file)
788
789 (defcustom ange-ftp-disable-netrc-security-check (eq system-type 'windows-nt)
790 "If non-nil avoid checking permissions on the .netrc file."
791 :group 'ange-ftp
792 :type 'boolean)
793
794 (defcustom ange-ftp-default-user nil
795 "User name to use when none is specified in a file name.
796
797 If non-nil but not a string, you are prompted for the name.
798 If nil, the value of `ange-ftp-netrc-default-user' is used.
799 If that is nil too, then your login name is used.
800
801 Once a connection to a given host has been initiated, the user name
802 and password information for that host are cached and re-used by
803 ange-ftp. Use \\[ange-ftp-set-user] to change the cached values,
804 since setting `ange-ftp-default-user' directly does not affect
805 the cached information."
806 :group 'ange-ftp
807 :type '(choice (const :tag "Default" nil)
808 string
809 (other :tag "Prompt" t)))
810
811 (defcustom ange-ftp-netrc-default-user nil
812 "Alternate default user name to use when none is specified.
813
814 This variable is set from the `default' command in your `.netrc' file,
815 if there is one."
816 :group 'ange-ftp
817 :type '(choice (const :tag "Default" nil)
818 string))
819
820 (defcustom ange-ftp-default-password nil
821 "Password to use when the user name equals `ange-ftp-default-user'."
822 :group 'ange-ftp
823 :type '(choice (const :tag "Default" nil)
824 string))
825
826 (defcustom ange-ftp-default-account nil
827 "Account to use when the user name equals `ange-ftp-default-user'."
828 :group 'ange-ftp
829 :type '(choice (const :tag "Default" nil)
830 string))
831
832 (defcustom ange-ftp-netrc-default-password nil
833 "Password to use when the user name equals `ange-ftp-netrc-default-user'."
834 :group 'ange-ftp
835 :type '(choice (const :tag "Default" nil)
836 string))
837
838 (defcustom ange-ftp-netrc-default-account nil
839 "Account to use when the user name equals `ange-ftp-netrc-default-user'."
840 :group 'ange-ftp
841 :type '(choice (const :tag "Default" nil)
842 string))
843
844 (defcustom ange-ftp-generate-anonymous-password t
845 "If t, use value of `user-mail-address' as password for anonymous FTP.
846
847 If a string, then use that string as the password.
848 If nil, prompt the user for a password."
849 :group 'ange-ftp
850 :type '(choice (const :tag "Prompt" nil)
851 string
852 (other :tag "User address" t)))
853
854 (defcustom ange-ftp-dumb-unix-host-regexp nil
855 "If non-nil, regexp matching hosts on which `dir' command lists directory."
856 :group 'ange-ftp
857 :type '(choice (const :tag "Default" nil)
858 string))
859
860 (defcustom ange-ftp-binary-file-name-regexp
861 (concat "TAGS\\'\\|\\.\\(?:"
862 (eval-when-compile
863 (regexp-opt '("z" "Z" "lzh" "arc" "zip" "zoo" "tar" "dvi"
864 "ps" "elc" "gif" "gz" "taz" "tgz")))
865 "\\|EXE\\(;[0-9]+\\)?\\|[zZ]-part-..\\)\\'")
866 "If a file matches this regexp then it is transferred in binary mode."
867 :group 'ange-ftp
868 :type 'regexp)
869
870 (defcustom ange-ftp-gateway-host nil
871 "Name of host to use as gateway machine when local FTP isn't possible."
872 :group 'ange-ftp
873 :type '(choice (const :tag "Default" nil)
874 string))
875
876 (defcustom ange-ftp-local-host-regexp ".*"
877 "Regexp selecting hosts which can be reached directly with FTP.
878
879 For other hosts the FTP process is started on `ange-ftp-gateway-host'
880 instead, and/or reached via `ange-ftp-gateway-ftp-program-name'."
881 :group 'ange-ftp
882 :type 'regexp)
883
884 (defcustom ange-ftp-gateway-program-interactive nil
885 "If non-nil then the gateway program should give a shell prompt.
886
887 Both telnet and rlogin do something like this."
888 :group 'ange-ftp
889 :type 'boolean)
890
891 (defcustom ange-ftp-gateway-program remote-shell-program
892 "Name of program to spawn a shell on the gateway machine.
893
894 Valid candidates are rsh (remsh on some systems), telnet and rlogin.
895 See also the gateway variable above."
896 :group 'ange-ftp
897 :type '(choice (const "rsh")
898 (const "telnet")
899 (const "rlogin")
900 string))
901
902 (defcustom ange-ftp-gateway-prompt-pattern "^[^#$%>;\n]*[#$%>;] *"
903 "Regexp matching prompt after complete login sequence on gateway machine.
904
905 A match for this means the shell is now awaiting input. Make this regexp as
906 strict as possible; it shouldn't match *anything* at all except the user's
907 initial prompt. The above string will fail under most SUN-3's since it
908 matches the login banner."
909 :group 'ange-ftp
910 :type 'regexp)
911
912 (defvar ange-ftp-gateway-setup-term-command
913 (if (eq system-type 'hpux)
914 "stty -onlcr -echo\n"
915 "stty -echo nl\n")
916 "*Set up terminal after logging in to the gateway machine.
917 This command should stop the terminal from echoing each command, and
918 arrange to strip out trailing ^M characters.")
919
920 (defcustom ange-ftp-smart-gateway nil
921 "Non-nil says the FTP gateway (proxy) or gateway FTP program is smart.
922
923 Don't bother telnetting, etc., already connected to desired host transparently,
924 or just issue a user@host command in case `ange-ftp-gateway-host' is non-nil.
925 See also `ange-ftp-smart-gateway-port'."
926 :group 'ange-ftp
927 :type 'boolean)
928
929 (defcustom ange-ftp-smart-gateway-port "21"
930 "Port on gateway machine to use when smart gateway is in operation."
931 :group 'ange-ftp
932 :type 'string)
933
934 (defcustom ange-ftp-send-hash t
935 "If non-nil, send the HASH command to the FTP client."
936 :group 'ange-ftp
937 :type 'boolean)
938
939 (defcustom ange-ftp-binary-hash-mark-size nil
940 "Default size, in bytes, between hash-marks when transferring a binary file.
941 If nil, this variable will be locally overridden if the FTP client outputs a
942 suitable response to the HASH command. If non-nil, this value takes
943 precedence over the local value."
944 :group 'ange-ftp
945 :type '(choice (const :tag "Overridden" nil)
946 integer))
947
948 (defcustom ange-ftp-ascii-hash-mark-size 1024
949 "Default size, in bytes, between hash-marks when transferring an ASCII file.
950 This variable is buffer-local and will be locally overridden if the FTP client
951 outputs a suitable response to the HASH command."
952 :group 'ange-ftp
953 :type 'integer)
954
955 (defcustom ange-ftp-process-verbose t
956 "If non-nil then be chatty about interaction with the FTP process."
957 :group 'ange-ftp
958 :type 'boolean)
959
960 (defcustom ange-ftp-ftp-program-name "ftp"
961 "Name of FTP program to run."
962 :group 'ange-ftp
963 :type 'string)
964
965 (defcustom ange-ftp-gateway-ftp-program-name "ftp"
966 "Name of FTP program to run when accessing non-local hosts.
967
968 Some AT&T folks claim to use something called `pftp' here."
969 :group 'ange-ftp
970 :type 'string)
971
972 (defcustom ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v")
973 "A list of arguments passed to the FTP program when started."
974 :group 'ange-ftp
975 :type '(repeat string))
976
977 (defcustom ange-ftp-nslookup-program nil
978 "If non-nil, this is a string naming the nslookup program."
979 :group 'ange-ftp
980 :type '(choice (const :tag "None" nil)
981 string))
982
983 (defcustom ange-ftp-make-backup-files ()
984 "Non-nil means make backup files for \"magic\" remote files."
985 :group 'ange-ftp
986 :type 'boolean)
987
988 (defcustom ange-ftp-retry-time 5
989 "Number of seconds to wait before retry if file or listing doesn't arrive.
990 This might need to be increased for very slow connections."
991 :group 'ange-ftp
992 :type 'integer)
993
994 (defcustom ange-ftp-auto-save 0
995 "If 1, allow ange-ftp files to be auto-saved.
996 If 0, inhibit auto-saving of ange-ftp files.
997 Don't use any other value."
998 :group 'ange-ftp
999 :type '(choice (const :tag "Suppress" 0)
1000 (const :tag "Allow" 1)))
1001
1002 (defcustom ange-ftp-try-passive-mode nil
1003 "If t, try to use passive mode in FTP, if the client program supports it."
1004 :group 'ange-ftp
1005 :type 'boolean
1006 :version "21.1")
1007
1008 (defcustom ange-ftp-passive-host-alist nil
1009 "Alist of FTP servers that need \"passive\" mode.
1010 Each element is of the form (HOSTNAME . SETTING).
1011 HOSTNAME is a regular expression to match the FTP server host name(s).
1012 SETTING is \"on\" to turn passive mode on, \"off\" to turn it off,
1013 or nil meaning don't change it."
1014 :group 'ange-ftp
1015 :type '(repeat (cons regexp (choice (const :tag "On" "on")
1016 (const :tag "Off" "off")
1017 (const :tag "Don't change" nil))))
1018 :version "22.1")
1019 \f
1020 ;;;; ------------------------------------------------------------
1021 ;;;; Hash table support.
1022 ;;;; ------------------------------------------------------------
1023
1024 (require 'backquote)
1025
1026 (defun ange-ftp-hash-entry-exists-p (key tbl)
1027 "Return whether there is an association for KEY in table TBL."
1028 (and tbl (not (eq (gethash key tbl 'unknown) 'unknown))))
1029
1030 (defun ange-ftp-hash-table-keys (tbl)
1031 "Return a sorted list of all the active keys in table TBL, as strings."
1032 ;; (let ((keys nil))
1033 ;; (maphash (lambda (k v) (push k keys)) tbl)
1034 ;; (sort keys 'string-lessp))
1035 (sort (all-completions "" tbl) 'string-lessp))
1036 \f
1037 ;;;; ------------------------------------------------------------
1038 ;;;; Internal variables.
1039 ;;;; ------------------------------------------------------------
1040
1041 (defvar ange-ftp-data-buffer-name " *ftp data*"
1042 "Buffer name to hold directory listing data received from FTP process.")
1043
1044 (defvar ange-ftp-netrc-modtime nil
1045 "Last modified time of the netrc file from file-attributes.")
1046
1047 (defvar ange-ftp-user-hashtable (make-hash-table :test 'equal)
1048 "Hash table holding associations between HOST, USER pairs.")
1049
1050 (defvar ange-ftp-passwd-hashtable (make-hash-table :test 'equal)
1051 "Mapping between a HOST, USER pair and a PASSWORD for them.
1052 All HOST values should be in lower case.")
1053
1054 (defvar ange-ftp-account-hashtable (make-hash-table :test 'equal)
1055 "Mapping between a HOST, USER pair and an ACCOUNT password for them.")
1056
1057 (defvar ange-ftp-files-hashtable (make-hash-table :test 'equal :size 97)
1058 "Hash table for storing directories and their respective files.")
1059
1060 (defvar ange-ftp-inodes-hashtable (make-hash-table :test 'equal :size 97)
1061 "Hash table for storing file names and their \"inode numbers\".")
1062
1063 (defvar ange-ftp-next-inode-number 1
1064 "Next \"inode number\" value. We give each file name a unique number.")
1065
1066 (defvar ange-ftp-ls-cache-lsargs nil
1067 "Last set of args used by `ange-ftp-ls'.")
1068
1069 (defvar ange-ftp-ls-cache-file nil
1070 "Last file passed to `ange-ftp-ls'.")
1071
1072 (defvar ange-ftp-ls-cache-res nil
1073 "Last result returned from `ange-ftp-ls'.")
1074
1075 (defconst ange-ftp-expand-dir-hashtable (make-hash-table :test 'equal))
1076
1077 (defconst ange-ftp-expand-dir-regexp "^5.0 \\([^: ]+\\):")
1078
1079 ;; These are local variables in each FTP process buffer.
1080 (defvar ange-ftp-hash-mark-unit nil)
1081 (defvar ange-ftp-hash-mark-count nil)
1082 (defvar ange-ftp-xfer-size nil)
1083 (defvar ange-ftp-process-string nil)
1084 (defvar ange-ftp-process-result-line nil)
1085 (defvar ange-ftp-pending-error-line nil)
1086 (defvar ange-ftp-process-busy nil)
1087 (defvar ange-ftp-process-result nil)
1088 (defvar ange-ftp-process-multi-skip nil)
1089 (defvar ange-ftp-process-msg nil)
1090 (defvar ange-ftp-process-continue nil)
1091 (defvar ange-ftp-last-percent nil)
1092
1093 ;; These variables are bound by one function and examined by another.
1094 ;; Leave them void globally for error checking.
1095 (defvar ange-ftp-this-file)
1096 (defvar ange-ftp-this-dir)
1097 (defvar ange-ftp-this-user)
1098 (defvar ange-ftp-this-host)
1099 (defvar ange-ftp-this-msg)
1100 (defvar ange-ftp-completion-ignored-pattern)
1101 (defvar ange-ftp-trample-marker)
1102 \f
1103 ;; New error symbols.
1104 (put 'ftp-error 'error-conditions '(ftp-error file-error error))
1105 ;; (put 'ftp-error 'error-message "FTP error")
1106 \f
1107 ;;; ------------------------------------------------------------
1108 ;;; Enhanced message support.
1109 ;;; ------------------------------------------------------------
1110
1111 (defun ange-ftp-message (fmt &rest args)
1112 "Display message in echo area, but indicate if truncated.
1113 Args are as in `message': a format string, plus arguments to be formatted."
1114 (let ((msg (apply 'format fmt args))
1115 (max (window-width (minibuffer-window))))
1116 (if noninteractive
1117 msg
1118 (if (>= (length msg) max)
1119 ;; Take just the last MAX - 3 chars of the string.
1120 (setq msg (concat "> " (substring msg (- 3 max)))))
1121 (message "%s" msg))))
1122
1123 (defun ange-ftp-abbreviate-filename (file &optional new)
1124 "Abbreviate the file name FILE relative to the `default-directory'.
1125 If the optional parameter NEW is given and the non-directory parts match,
1126 only return the directory part of FILE."
1127 (save-match-data
1128 (if (and default-directory
1129 (string-match (concat "\\`"
1130 (regexp-quote default-directory)
1131 ".") file))
1132 (setq file (substring file (1- (match-end 0)))))
1133 (if (and new
1134 (string-equal (file-name-nondirectory file)
1135 (file-name-nondirectory new)))
1136 (setq file (file-name-directory file)))
1137 (or file "./")))
1138 \f
1139 ;;;; ------------------------------------------------------------
1140 ;;;; User / Host mapping support.
1141 ;;;; ------------------------------------------------------------
1142
1143 (defun ange-ftp-set-user (host user)
1144 "For a given HOST, set or change the default USER."
1145 (interactive "sHost: \nsUser: ")
1146 (puthash host user ange-ftp-user-hashtable))
1147
1148 (defun ange-ftp-get-user (host)
1149 "Given a HOST, return the default user."
1150 (ange-ftp-parse-netrc)
1151 (let ((user (gethash host ange-ftp-user-hashtable)))
1152 (or user
1153 (prog1
1154 (setq user
1155 (cond ((stringp ange-ftp-default-user)
1156 ;; We have a default name. Use it.
1157 ange-ftp-default-user)
1158 (ange-ftp-default-user
1159 ;; Ask the user.
1160 (let ((enable-recursive-minibuffers t))
1161 (read-string (format "User for %s: " host)
1162 (user-login-name))))
1163 (ange-ftp-netrc-default-user)
1164 ;; Default to the user's login name.
1165 (t
1166 (user-login-name))))
1167 (ange-ftp-set-user host user)))))
1168 \f
1169 ;;;; ------------------------------------------------------------
1170 ;;;; Password support.
1171 ;;;; ------------------------------------------------------------
1172
1173 (defmacro ange-ftp-generate-passwd-key (host user)
1174 `(and (stringp ,host) (stringp ,user) (concat (downcase ,host) "/" ,user)))
1175
1176 (defmacro ange-ftp-lookup-passwd (host user)
1177 `(gethash (ange-ftp-generate-passwd-key ,host ,user)
1178 ange-ftp-passwd-hashtable))
1179
1180 (defun ange-ftp-set-passwd (host user password)
1181 "For a given HOST and USER, set or change the associated PASSWORD."
1182 (interactive (list (read-string "Host: ")
1183 (read-string "User: ")
1184 (read-passwd "Password: ")))
1185 (puthash (ange-ftp-generate-passwd-key host user)
1186 password ange-ftp-passwd-hashtable))
1187
1188 (defun ange-ftp-get-host-with-passwd (user)
1189 "Given a USER, return a host we know the password for."
1190 (ange-ftp-parse-netrc)
1191 (catch 'found-one
1192 (maphash
1193 (lambda (host val)
1194 (if (ange-ftp-lookup-passwd host user) (throw 'found-one host)))
1195 ange-ftp-user-hashtable)
1196 (save-match-data
1197 (maphash
1198 (lambda (key value)
1199 (if (string-match "\\`[^/]*\\(/\\).*\\'" key)
1200 (let ((host (substring key 0 (match-beginning 1))))
1201 (if (and (string-equal user (substring key (match-end 1)))
1202 value)
1203 (throw 'found-one host)))))
1204 ange-ftp-passwd-hashtable))
1205 nil))
1206
1207 (defun ange-ftp-get-passwd (host user)
1208 "Return the password for specified HOST and USER, asking user if necessary."
1209 (ange-ftp-parse-netrc)
1210
1211 ;; look up password in the hash table first; user might have overridden the
1212 ;; defaults.
1213 (cond ((ange-ftp-lookup-passwd host user))
1214
1215 ;; See if default user and password set.
1216 ((and (stringp ange-ftp-default-user)
1217 ange-ftp-default-password
1218 (string-equal user ange-ftp-default-user))
1219 ange-ftp-default-password)
1220
1221 ;; See if default user and password set from .netrc file.
1222 ((and (stringp ange-ftp-netrc-default-user)
1223 ange-ftp-netrc-default-password
1224 (string-equal user ange-ftp-netrc-default-user))
1225 ange-ftp-netrc-default-password)
1226
1227 ;; anonymous ftp password is handled specially since there is an
1228 ;; unwritten rule about how that is used on the Internet.
1229 ((and (or (string-equal user "anonymous")
1230 (string-equal user "ftp"))
1231 ange-ftp-generate-anonymous-password)
1232 (if (stringp ange-ftp-generate-anonymous-password)
1233 ange-ftp-generate-anonymous-password
1234 user-mail-address))
1235
1236 ;; see if same user has logged in to other hosts; if so then prompt
1237 ;; with the password that was used there.
1238 (t
1239 (let* ((other (ange-ftp-get-host-with-passwd user))
1240 (passwd (if other
1241
1242 ;; found another machine with the same user.
1243 ;; Try that account.
1244 (read-passwd
1245 (format "passwd for %s@%s (default same as %s@%s): "
1246 user host user other)
1247 nil
1248 (ange-ftp-lookup-passwd other user))
1249
1250 ;; I give up. Ask the user for the password.
1251 (read-passwd
1252 (format "Password for %s@%s: " user host)))))
1253 (ange-ftp-set-passwd host user passwd)
1254 passwd))))
1255 \f
1256 ;;;; ------------------------------------------------------------
1257 ;;;; Account support
1258 ;;;; ------------------------------------------------------------
1259
1260 ;; Account passwords must be either specified in the .netrc file, or set
1261 ;; manually by calling ange-ftp-set-account. For the moment, ange-ftp doesn't
1262 ;; check to see whether the FTP process is actually prompting for an account
1263 ;; password.
1264
1265 (defun ange-ftp-set-account (host user account)
1266 "For a given HOST and USER, set or change the associated ACCOUNT password."
1267 (interactive (list (read-string "Host: ")
1268 (read-string "User: ")
1269 (read-passwd "Account password: ")))
1270 (puthash (ange-ftp-generate-passwd-key host user)
1271 account ange-ftp-account-hashtable))
1272
1273 (defun ange-ftp-get-account (host user)
1274 "Given a HOST and USER, return the FTP account."
1275 (ange-ftp-parse-netrc)
1276 (or (gethash (ange-ftp-generate-passwd-key host user)
1277 ange-ftp-account-hashtable)
1278 (and (stringp ange-ftp-default-user)
1279 (string-equal user ange-ftp-default-user)
1280 ange-ftp-default-account)
1281 (and (stringp ange-ftp-netrc-default-user)
1282 (string-equal user ange-ftp-netrc-default-user)
1283 ange-ftp-netrc-default-account)))
1284 \f
1285 ;;;; ------------------------------------------------------------
1286 ;;;; ~/.netrc support
1287 ;;;; ------------------------------------------------------------
1288
1289 (defun ange-ftp-chase-symlinks (file)
1290 "Return the filename that FILE references, following all symbolic links."
1291 (let (temp)
1292 (while (setq temp (ange-ftp-real-file-symlink-p file))
1293 (setq file
1294 (if (file-name-absolute-p temp)
1295 temp
1296 ;; Wouldn't `expand-file-name' be better than `concat' ?
1297 ;; It would fail when `a/b/..' != `a', tho. --Stef
1298 (concat (file-name-directory file) temp)))))
1299 file)
1300
1301 ;; Move along current line looking for the value of the TOKEN.
1302 ;; Valid separators between TOKEN and its value are commas and
1303 ;; whitespace. Second arg LIMIT is a limit for the search.
1304
1305 (defun ange-ftp-parse-netrc-token (token limit)
1306 (if (search-forward token limit t)
1307 (let (beg)
1308 (skip-chars-forward ", \t\r\n" limit)
1309 (if (eq (following-char) ?\") ;quoted token value
1310 (progn (forward-char 1)
1311 (setq beg (point))
1312 (skip-chars-forward "^\"" limit)
1313 (forward-char 1)
1314 (buffer-substring beg (1- (point))))
1315 (setq beg (point))
1316 (skip-chars-forward "^, \t\r\n" limit)
1317 (buffer-substring beg (point))))))
1318
1319 ;; Extract the values for the tokens `machine', `login',
1320 ;; `password' and `account' in the current buffer. If successful,
1321 ;; record the information found.
1322
1323 (defun ange-ftp-parse-netrc-group ()
1324 (let ((start (point))
1325 (end (save-excursion
1326 (if (looking-at "machine\\>")
1327 ;; Skip `machine' and the machine name that follows.
1328 (progn
1329 (skip-chars-forward "^ \t\r\n")
1330 (skip-chars-forward " \t\r\n")
1331 (skip-chars-forward "^ \t\r\n"))
1332 ;; Skip `default'.
1333 (skip-chars-forward "^ \t\r\n"))
1334 ;; Find start of the next `machine' or `default'
1335 ;; or the end of the buffer.
1336 (if (re-search-forward "machine\\>\\|default\\>" nil t)
1337 (match-beginning 0)
1338 (point-max))))
1339 machine login password account)
1340 (setq machine (ange-ftp-parse-netrc-token "machine" end)
1341 login (ange-ftp-parse-netrc-token "login" end)
1342 password (ange-ftp-parse-netrc-token "password" end)
1343 account (ange-ftp-parse-netrc-token "account" end))
1344 (if (and machine login)
1345 ;; found a `machine` token.
1346 (progn
1347 (ange-ftp-set-user machine login)
1348 (ange-ftp-set-passwd machine login password)
1349 (and account
1350 (ange-ftp-set-account machine login account)))
1351 (goto-char start)
1352 (if (search-forward "default" end t)
1353 ;; found a `default' token
1354 (progn
1355 (setq login (ange-ftp-parse-netrc-token "login" end)
1356 password (ange-ftp-parse-netrc-token "password" end)
1357 account (ange-ftp-parse-netrc-token "account" end))
1358 (and login
1359 (setq ange-ftp-netrc-default-user login))
1360 (and password
1361 (setq ange-ftp-netrc-default-password password))
1362 (and account
1363 (setq ange-ftp-netrc-default-account account)))))
1364 (goto-char end)))
1365
1366 ;; Read in ~/.netrc, if one exists. If ~/.netrc file exists and has
1367 ;; the correct permissions then extract the \`machine\', \`login\',
1368 ;; \`password\' and \`account\' information from within.
1369
1370 (defun ange-ftp-parse-netrc ()
1371 ;; We set this before actually doing it to avoid the possibility
1372 ;; of an infinite loop if ange-ftp-netrc-filename is an FTP file.
1373 (interactive)
1374 (let (file attr)
1375 (let ((default-directory "/"))
1376 (setq file (ange-ftp-chase-symlinks
1377 (ange-ftp-real-expand-file-name ange-ftp-netrc-filename)))
1378 (setq attr (ange-ftp-real-file-attributes file)))
1379 (if (and attr ; file exists.
1380 (not (equal (nth 5 attr) ange-ftp-netrc-modtime))) ; file changed
1381 (save-match-data
1382 (if (or ange-ftp-disable-netrc-security-check
1383 (and (eq (nth 2 attr) (user-uid)) ; Same uids.
1384 (string-match ".r..------" (nth 8 attr))))
1385 (with-current-buffer
1386 ;; we are cheating a bit here. I'm trying to do the equivalent
1387 ;; of find-file on the .netrc file, but then nuke it afterwards.
1388 ;; with the bit of logic below we should be able to have
1389 ;; encrypted .netrc files.
1390 (generate-new-buffer "*ftp-.netrc*")
1391 (ange-ftp-real-insert-file-contents file)
1392 (setq buffer-file-name file)
1393 (setq default-directory (file-name-directory file))
1394 (normal-mode t)
1395 (run-hooks 'find-file-hook)
1396 (setq buffer-file-name nil)
1397 (goto-char (point-min))
1398 (skip-chars-forward " \t\r\n")
1399 (while (not (eobp))
1400 (ange-ftp-parse-netrc-group))
1401 (kill-buffer (current-buffer)))
1402 (ange-ftp-message "%s either not owned by you or badly protected."
1403 ange-ftp-netrc-filename)
1404 (sit-for 1))
1405 (setq ange-ftp-netrc-modtime (nth 5 attr))))))
1406
1407 ;; Return a list of prefixes of the form 'user@host:' to be used when
1408 ;; completion is done in the root directory.
1409
1410 (defun ange-ftp-generate-root-prefixes ()
1411 (ange-ftp-parse-netrc)
1412 (save-match-data
1413 (let (res)
1414 (maphash
1415 (lambda (key value)
1416 (if (string-match "\\`[^/]*\\(/\\).*\\'" key)
1417 (let ((host (substring key 0 (match-beginning 1)))
1418 (user (substring key (match-end 1))))
1419 (push (concat user "@" host ":") res))))
1420 ange-ftp-passwd-hashtable)
1421 (maphash
1422 (lambda (host user) (push (concat host ":") res))
1423 ange-ftp-user-hashtable)
1424 (or res (list nil)))))
1425 \f
1426 ;;;; ------------------------------------------------------------
1427 ;;;; Remote file name syntax support.
1428 ;;;; ------------------------------------------------------------
1429
1430 (defmacro ange-ftp-ftp-name-component (n ns name)
1431 "Extract the Nth FTP file name component from NS."
1432 `(let ((elt (nth ,n ,ns)))
1433 (match-string elt ,name)))
1434
1435 (defvar ange-ftp-ftp-name-arg "")
1436 (defvar ange-ftp-ftp-name-res nil)
1437
1438 ;; Parse NAME according to `ange-ftp-name-format' (which see).
1439 ;; Returns a list (HOST USER NAME), or nil if NAME does not match the format.
1440 (defun ange-ftp-ftp-name (name)
1441 (if (string-equal name ange-ftp-ftp-name-arg)
1442 ange-ftp-ftp-name-res
1443 (setq ange-ftp-ftp-name-arg name
1444 ange-ftp-ftp-name-res
1445 (save-match-data
1446 (if (posix-string-match (car ange-ftp-name-format) name)
1447 (let* ((ns (cdr ange-ftp-name-format))
1448 (host (ange-ftp-ftp-name-component 0 ns name))
1449 (user (ange-ftp-ftp-name-component 1 ns name))
1450 (name (ange-ftp-ftp-name-component 2 ns name)))
1451 (if (zerop (length user))
1452 (setq user (ange-ftp-get-user host)))
1453 (list host user name))
1454 nil)))))
1455
1456 ;; Take a FULLNAME that matches according to ange-ftp-name-format and
1457 ;; replace the name component with NAME.
1458 (defun ange-ftp-replace-name-component (fullname name)
1459 (save-match-data
1460 (if (posix-string-match (car ange-ftp-name-format) fullname)
1461 (let* ((ns (cdr ange-ftp-name-format))
1462 (elt (nth 2 ns)))
1463 (concat (substring fullname 0 (match-beginning elt))
1464 name
1465 (substring fullname (match-end elt)))))))
1466 \f
1467 ;;;; ------------------------------------------------------------
1468 ;;;; Miscellaneous utils.
1469 ;;;; ------------------------------------------------------------
1470
1471 ;; (setq ange-ftp-tmp-keymap (make-sparse-keymap))
1472 ;; (define-key ange-ftp-tmp-keymap "\C-m" 'exit-minibuffer)
1473
1474 (defun ange-ftp-repaint-minibuffer ()
1475 "Clear any existing minibuffer message; let the minibuffer contents show."
1476 (message nil))
1477
1478 ;; Return the name of the buffer that collects output from the ftp process
1479 ;; connected to the given HOST and USER pair.
1480 (defun ange-ftp-ftp-process-buffer (host user)
1481 (concat "*ftp " user "@" host "*"))
1482
1483 ;; Display the last chunk of output from the ftp process for the given HOST
1484 ;; USER pair, and signal an error including MSG in the text.
1485 (defun ange-ftp-error (host user msg)
1486 (save-excursion ;; Prevent pop-to-buffer from changing current buffer.
1487 (let ((cur (selected-window))
1488 (pop-up-windows t))
1489 (pop-to-buffer
1490 (get-buffer-create
1491 (ange-ftp-ftp-process-buffer host user)))
1492 (goto-char (point-max))
1493 (select-window cur))
1494 (signal 'ftp-error (list (format "FTP Error: %s" msg)))))
1495
1496 (defun ange-ftp-set-buffer-mode ()
1497 "Set correct modes for the current buffer if visiting a remote file."
1498 (if (and (stringp buffer-file-name)
1499 (ange-ftp-ftp-name buffer-file-name))
1500 (auto-save-mode ange-ftp-auto-save)))
1501
1502 (defun ange-ftp-kill-ftp-process (&optional buffer)
1503 "Kill the FTP process associated with BUFFER (the current buffer, if nil).
1504 If the BUFFER's visited filename or `default-directory' is an FTP filename
1505 then kill the related FTP process."
1506 (interactive "bKill FTP process associated with buffer: ")
1507 (if (null buffer)
1508 (setq buffer (current-buffer))
1509 (setq buffer (get-buffer buffer)))
1510 (let ((file (or (buffer-file-name buffer)
1511 (with-current-buffer buffer default-directory))))
1512 (if file
1513 (let ((parsed (ange-ftp-ftp-name (expand-file-name file))))
1514 (if parsed
1515 (let ((host (nth 0 parsed))
1516 (user (nth 1 parsed)))
1517 (kill-buffer (get-buffer (ange-ftp-ftp-process-buffer host user)))))))))
1518
1519 (defun ange-ftp-quote-string (string)
1520 "Quote any characters in STRING that may confuse the FTP process."
1521 ;; This is said to be wrong; ftp is said to need quoting only for ",
1522 ;; and that by doubling it. But experiment says UNIX-style kind of
1523 ;; quoting is correct when talking to ftp on GNU/Linux systems, and
1524 ;; W32-style kind of quoting on, yes, W32 systems.
1525 (if (stringp string)
1526 (shell-quote-argument string)
1527 ""))
1528
1529 (defun ange-ftp-barf-if-not-directory (directory)
1530 (or (file-directory-p directory)
1531 (signal 'file-error
1532 (list "Opening directory"
1533 (if (file-exists-p directory)
1534 "not a directory"
1535 "no such file or directory")
1536 directory))))
1537 \f
1538 ;;;; ------------------------------------------------------------
1539 ;;;; FTP process filter support.
1540 ;;;; ------------------------------------------------------------
1541
1542 (defun ange-ftp-process-handle-line (line proc)
1543 "Look at the given LINE from the FTP process PROC.
1544 Try to categorize it into one of four categories:
1545 good, skip, fatal, or unknown."
1546 (cond ((string-match ange-ftp-xfer-size-msgs line)
1547 (setq ange-ftp-xfer-size
1548 (/ (string-to-number (match-string 1 line))
1549 1024)))
1550 ((string-match ange-ftp-skip-msgs line)
1551 t)
1552 ((string-match ange-ftp-good-msgs line)
1553 (setq ange-ftp-process-busy nil
1554 ange-ftp-process-result t
1555 ange-ftp-pending-error-line nil
1556 ange-ftp-process-result-line line))
1557 ;; Check this before checking for errors.
1558 ;; Otherwise the last line of these three seems to be an error:
1559 ;; 230-see a significant impact from the move. For those of you who can't
1560 ;; 230-use DNS to resolve hostnames and get an error message like
1561 ;; 230-"ftp.stsci.edu: unknown host", the new IP address will be...
1562 ((string-match ange-ftp-multi-msgs line)
1563 (setq ange-ftp-process-multi-skip t))
1564 ((string-match ange-ftp-potential-error-msgs line)
1565 ;; This looks like an error, but we have to keep reading the output
1566 ;; to see if it was fixed or not. E.g. it may indicate that IPv6
1567 ;; failed, but maybe a subsequent IPv4 fallback succeeded.
1568 (set (make-local-variable 'ange-ftp-pending-error-line) line)
1569 t)
1570 ((string-match ange-ftp-fatal-msgs line)
1571 (delete-process proc)
1572 (setq ange-ftp-process-busy nil
1573 ange-ftp-process-result-line line))
1574 (ange-ftp-process-multi-skip
1575 t)
1576 (t
1577 (setq ange-ftp-process-busy nil
1578 ange-ftp-process-result-line line))))
1579
1580 (defun ange-ftp-set-xfer-size (host user bytes)
1581 "Set the size of the next FTP transfer in bytes."
1582 (let ((proc (ange-ftp-get-process host user)))
1583 (when proc
1584 (let ((buf (process-buffer proc)))
1585 (when buf
1586 (with-current-buffer buf
1587 (setq ange-ftp-xfer-size
1588 ;; For very large files, BYTES can be a float.
1589 (if (integerp bytes)
1590 (ash bytes -10)
1591 (/ bytes 1024)))))))))
1592
1593 (defun ange-ftp-process-handle-hash (string)
1594 "Remove hash marks from STRING and display count so far."
1595 (setq string (concat (substring string 0 (match-beginning 0))
1596 (substring string (match-end 0)))
1597 ange-ftp-hash-mark-count (+ (- (match-end 0)
1598 (match-beginning 0))
1599 ange-ftp-hash-mark-count))
1600 (and ange-ftp-hash-mark-unit
1601 ange-ftp-process-msg
1602 ange-ftp-process-verbose
1603 (not (eq (selected-window) (minibuffer-window)))
1604 (not (boundp 'search-message)) ;screws up isearch otherwise
1605 (not cursor-in-echo-area) ;screws up y-or-n-p otherwise
1606 (let ((kbytes (ash (* ange-ftp-hash-mark-unit
1607 ange-ftp-hash-mark-count)
1608 -6)))
1609 (if (zerop ange-ftp-xfer-size)
1610 (ange-ftp-message "%s...%dk" ange-ftp-process-msg kbytes)
1611 (let ((percent (/ (* 100 kbytes) ange-ftp-xfer-size)))
1612 ;; cut out the redisplay of identical %-age messages.
1613 (unless (eq percent ange-ftp-last-percent)
1614 (setq ange-ftp-last-percent percent)
1615 (ange-ftp-message "%s...%d%%" ange-ftp-process-msg percent))))))
1616 string)
1617
1618 ;; Call the function specified by CONT. CONT can be either a function
1619 ;; or a list of a function and some args. The first two parameters
1620 ;; passed to the function will be RESULT and LINE. The remaining args
1621 ;; will be taken from CONT if a list was passed.
1622
1623 (defun ange-ftp-call-cont (cont result line)
1624 (when cont
1625 (if (and (listp cont)
1626 (not (eq (car cont) 'lambda)))
1627 (apply (car cont) result line (cdr cont))
1628 (funcall cont result line))))
1629
1630 ;; Build up a complete line of output from the ftp PROCESS and pass it
1631 ;; on to ange-ftp-process-handle-line to deal with.
1632
1633 (defun ange-ftp-process-filter (proc str)
1634 ;; Eliminate nulls.
1635 (while (string-match "\000+" str)
1636 (setq str (replace-match "" nil nil str)))
1637
1638 ;; see if the buffer is still around... it could have been deleted.
1639 (when (buffer-live-p (process-buffer proc))
1640 (with-current-buffer (process-buffer proc)
1641
1642 ;; handle hash mark printing
1643 (and ange-ftp-process-busy
1644 (string-match "^#+$" str)
1645 (setq str (ange-ftp-process-handle-hash str)))
1646 (comint-output-filter proc str)
1647 ;; Replace STR by the result of the comint processing.
1648 (setq str (buffer-substring comint-last-output-start
1649 (process-mark proc)))
1650 (when ange-ftp-process-busy
1651 (setq ange-ftp-process-string (concat ange-ftp-process-string
1652 str))
1653
1654 ;; if we gave an empty password to the USER command earlier
1655 ;; then we should send a null password now.
1656 (if (string-match "Password: *$" ange-ftp-process-string)
1657 (process-send-string proc "\n")))
1658 (while (and ange-ftp-process-busy
1659 (string-match "\n" ange-ftp-process-string))
1660 (let ((line (substring ange-ftp-process-string
1661 0
1662 (match-beginning 0)))
1663 (seen-prompt nil))
1664 (setq ange-ftp-process-string (substring ange-ftp-process-string
1665 (match-end 0)))
1666 (while (string-match "\\`ftp> *" line)
1667 (setq seen-prompt t)
1668 (setq line (substring line (match-end 0))))
1669 (if (not (and seen-prompt ange-ftp-pending-error-line))
1670 (ange-ftp-process-handle-line line proc)
1671 ;; If we've seen a potential error message and it
1672 ;; hasn't been cancelled by a good message before
1673 ;; seeing a propt, then the error was real.
1674 (delete-process proc)
1675 (setq ange-ftp-process-busy nil
1676 ange-ftp-process-result-line ange-ftp-pending-error-line))))
1677
1678 ;; has the ftp client finished? if so then do some clean-up
1679 ;; actions.
1680 (unless ange-ftp-process-busy
1681 ;; reset the xfer size
1682 (setq ange-ftp-xfer-size 0)
1683
1684 ;; issue the "done" message since we've finished.
1685 (when (and ange-ftp-process-msg
1686 ange-ftp-process-verbose
1687 ange-ftp-process-result)
1688 (ange-ftp-message "%s...done" ange-ftp-process-msg)
1689 (ange-ftp-repaint-minibuffer)
1690 (setq ange-ftp-process-msg nil))
1691
1692 ;; is there a continuation we should be calling? if so,
1693 ;; we'd better call it, making sure we only call it once.
1694 (when ange-ftp-process-continue
1695 (let ((cont ange-ftp-process-continue))
1696 (setq ange-ftp-process-continue nil)
1697 (ange-ftp-call-cont cont
1698 ange-ftp-process-result
1699 ange-ftp-process-result-line)))))))
1700
1701 (defun ange-ftp-process-sentinel (proc str)
1702 "When FTP process changes state, nuke all file-entries in cache."
1703 (let ((name (process-name proc)))
1704 (when (string-match "\\*ftp \\([^@]+\\)@\\([^*]+\\)\\*" name)
1705 (let ((user (match-string 1 name))
1706 (host (match-string 2 name)))
1707 (ange-ftp-wipe-file-entries host user))))
1708 (setq ange-ftp-ls-cache-file nil))
1709 \f
1710 ;;;; ------------------------------------------------------------
1711 ;;;; Gateway support.
1712 ;;;; ------------------------------------------------------------
1713
1714 (defun ange-ftp-use-gateway-p (host)
1715 "Return whether to access this HOST via a normal (non-smart) gateway."
1716 ;; yes, I know that I could simplify the following expression, but it is
1717 ;; clearer (to me at least) this way.
1718 (and (not ange-ftp-smart-gateway)
1719 (not (string-match-p ange-ftp-local-host-regexp host))))
1720
1721 (defun ange-ftp-use-smart-gateway-p (host)
1722 "Returns whether to access this HOST via a smart gateway."
1723 (and ange-ftp-smart-gateway
1724 (not (string-match-p ange-ftp-local-host-regexp host))))
1725
1726 \f
1727 ;;; ------------------------------------------------------------
1728 ;;; Temporary file location and deletion...
1729 ;;; ------------------------------------------------------------
1730
1731 (defun ange-ftp-make-tmp-name (host)
1732 "This routine will return the name of a new file."
1733 (make-temp-file (if (ange-ftp-use-gateway-p host)
1734 ange-ftp-gateway-tmp-name-template
1735 ange-ftp-tmp-name-template)))
1736
1737 (defun ange-ftp-del-tmp-name (filename)
1738 "Force to delete temporary file."
1739 (delete-file filename))
1740
1741 \f
1742 ;;;; ------------------------------------------------------------
1743 ;;;; Interactive gateway program support.
1744 ;;;; ------------------------------------------------------------
1745
1746 (defvar ange-ftp-gwp-running t)
1747 (defvar ange-ftp-gwp-status nil)
1748
1749 (defun ange-ftp-gwp-sentinel (proc str)
1750 (setq ange-ftp-gwp-running nil))
1751
1752 (defun ange-ftp-gwp-filter (proc str)
1753 (comint-output-filter proc str)
1754 (with-current-buffer (process-buffer proc)
1755 ;; Replace STR by the result of the comint processing.
1756 (setq str (buffer-substring comint-last-output-start (process-mark proc))))
1757 (cond ((string-match "login: *$" str)
1758 (process-send-string proc
1759 (concat
1760 (let ((ange-ftp-default-user t))
1761 (ange-ftp-get-user ange-ftp-gateway-host))
1762 "\n")))
1763 ((string-match "Password: *$" str)
1764 (process-send-string proc
1765 (concat
1766 (ange-ftp-get-passwd ange-ftp-gateway-host
1767 (ange-ftp-get-user
1768 ange-ftp-gateway-host))
1769 "\n")))
1770 ((string-match ange-ftp-gateway-fatal-msgs str)
1771 (delete-process proc)
1772 (setq ange-ftp-gwp-running nil))
1773 ((string-match ange-ftp-gateway-prompt-pattern str)
1774 (setq ange-ftp-gwp-running nil
1775 ange-ftp-gwp-status t))))
1776
1777 (defun ange-ftp-gwp-start (host user name args)
1778 "Login to the gateway machine and fire up an FTP process."
1779 (let (;; It would be nice to make process-connection-type nil,
1780 ;; but that doesn't work: ftp never responds.
1781 ;; Can anyone find a fix for that?
1782 (proc (let ((process-connection-type t))
1783 (start-process name name
1784 ange-ftp-gateway-program
1785 ange-ftp-gateway-host)))
1786 (ftp (mapconcat 'identity args " ")))
1787 (set-process-query-on-exit-flag proc nil)
1788 (set-process-sentinel proc 'ange-ftp-gwp-sentinel)
1789 (set-process-filter proc 'ange-ftp-gwp-filter)
1790 (with-current-buffer (process-buffer proc)
1791 (goto-char (point-max))
1792 (set-marker (process-mark proc) (point)))
1793 (setq ange-ftp-gwp-running t
1794 ange-ftp-gwp-status nil)
1795 (ange-ftp-message "Connecting to gateway %s..." ange-ftp-gateway-host)
1796 (while ange-ftp-gwp-running ;perform login sequence
1797 (accept-process-output proc))
1798 (unless ange-ftp-gwp-status
1799 (ange-ftp-error host user "unable to login to gateway"))
1800 (ange-ftp-message "Connecting to gateway %s...done" ange-ftp-gateway-host)
1801 (setq ange-ftp-gwp-running t
1802 ange-ftp-gwp-status nil)
1803 (process-send-string proc ange-ftp-gateway-setup-term-command)
1804 (while ange-ftp-gwp-running ;zap ^M's and double echoing.
1805 (accept-process-output proc))
1806 (unless ange-ftp-gwp-status
1807 (ange-ftp-error host user "unable to set terminal modes on gateway"))
1808 (setq ange-ftp-gwp-running t
1809 ange-ftp-gwp-status nil)
1810 (process-send-string proc (concat "exec " ftp "\n")) ;spawn ftp process
1811 proc))
1812 \f
1813 ;;;; ------------------------------------------------------------
1814 ;;;; Support for sending commands to the ftp process.
1815 ;;;; ------------------------------------------------------------
1816
1817 (defun ange-ftp-raw-send-cmd (proc cmd &optional msg cont nowait)
1818 "Low-level routine to send the given FTP CMD to the FTP process PROC.
1819 MSG is an optional message to output before and after the command.
1820 If CONT is non-nil then it is either a function or a list of function
1821 and some arguments. The function will be called when the FTP command
1822 has completed.
1823 If CONT is nil then this routine will return (RESULT . LINE) where RESULT
1824 is whether the command was successful, and LINE is the line from the FTP
1825 process that caused the command to complete.
1826 If NOWAIT is given then the routine will return immediately the command has
1827 been queued with no result. CONT will still be called, however."
1828 (if (memq (process-status proc) '(run open))
1829 (with-current-buffer (process-buffer proc)
1830 (ange-ftp-wait-not-busy proc)
1831 (setq ange-ftp-process-string ""
1832 ange-ftp-process-result-line ""
1833 ange-ftp-process-busy t
1834 ange-ftp-process-result nil
1835 ange-ftp-process-multi-skip nil
1836 ange-ftp-process-msg msg
1837 ange-ftp-process-continue cont
1838 ange-ftp-hash-mark-count 0
1839 ange-ftp-last-percent -1
1840 cmd (concat cmd "\n"))
1841 (and msg ange-ftp-process-verbose (ange-ftp-message "%s..." msg))
1842 (goto-char (point-max))
1843 (move-marker comint-last-input-start (point))
1844 ;; don't insert the password into the buffer on the USER command.
1845 (save-match-data
1846 (if (string-match "\\`user \"[^\"]*\"" cmd)
1847 (insert (substring cmd 0 (match-end 0)) " Turtle Power!\n")
1848 (insert cmd)))
1849 (move-marker comint-last-input-end (point))
1850 (process-send-string proc cmd)
1851 (set-marker (process-mark proc) (point))
1852 (if nowait
1853 nil
1854 (ange-ftp-wait-not-busy proc)
1855 (if cont
1856 nil ;cont has already been called
1857 (cons ange-ftp-process-result ange-ftp-process-result-line))))))
1858
1859 ;; Wait for the ange-ftp process PROC not to be busy.
1860 (defun ange-ftp-wait-not-busy (proc)
1861 (with-current-buffer (process-buffer proc)
1862 (condition-case nil
1863 ;; This is a kludge to let user quit in case ftp gets hung.
1864 ;; It matters because this function can be called from the filter.
1865 ;; It is bad to allow quitting in a filter, but getting hung
1866 ;; is worse. By binding quit-flag to nil, we might avoid
1867 ;; most of the probability of getting screwed because the user
1868 ;; wants to quit some command.
1869 (let ((quit-flag nil)
1870 (inhibit-quit nil))
1871 (while ange-ftp-process-busy
1872 (accept-process-output proc)))
1873 (quit
1874 ;; If the user does quit out of this,
1875 ;; kill the process. That stops any transfer in progress.
1876 ;; The next operation will open a new ftp connection.
1877 (delete-process proc)
1878 (signal 'quit nil)))))
1879
1880 (defun ange-ftp-nslookup-host (hostname)
1881 "Attempt to resolve the given HOSTNAME using nslookup if possible."
1882 (interactive "sHost: ")
1883 (if ange-ftp-nslookup-program
1884 (let ((default-directory
1885 (if (file-accessible-directory-p default-directory)
1886 default-directory
1887 exec-directory))
1888 ;; It would be nice to make process-connection-type nil,
1889 ;; but that doesn't work: ftp never responds.
1890 ;; Can anyone find a fix for that?
1891 (proc (let ((process-connection-type t))
1892 (start-process " *nslookup*" " *nslookup*"
1893 ange-ftp-nslookup-program hostname)))
1894 (res hostname))
1895 (set-process-query-on-exit-flag proc nil)
1896 (with-current-buffer (process-buffer proc)
1897 (while (memq (process-status proc) '(run open))
1898 (accept-process-output proc))
1899 (goto-char (point-min))
1900 (if (re-search-forward "Name:.*\nAddress: *\\(.*\\)$" nil t)
1901 (setq res (match-string 1)))
1902 (kill-buffer (current-buffer)))
1903 res)
1904 hostname))
1905
1906 (defun ange-ftp-start-process (host user name)
1907 "Spawn a new FTP process ready to connect to machine HOST and give it NAME.
1908 If HOST is only FTP-able through a gateway machine then spawn a shell
1909 on the gateway machine to do the FTP instead."
1910 (let* ((use-gateway (ange-ftp-use-gateway-p host))
1911 (use-smart-ftp (and (not ange-ftp-gateway-host)
1912 (ange-ftp-use-smart-gateway-p host)))
1913 (ftp-prog (if (or use-gateway
1914 use-smart-ftp)
1915 ange-ftp-gateway-ftp-program-name
1916 ange-ftp-ftp-program-name))
1917 (args (append (list ftp-prog) ange-ftp-ftp-program-args))
1918 ;; Without the following binding, ange-ftp-start-process
1919 ;; recurses on file-accessible-directory-p, since it needs to
1920 ;; restart its process in order to determine anything about
1921 ;; default-directory.
1922 (file-name-handler-alist)
1923 (default-directory
1924 (if (file-accessible-directory-p default-directory)
1925 default-directory
1926 exec-directory))
1927 proc)
1928 ;; It would be nice to make process-connection-type nil,
1929 ;; but that doesn't work: ftp never responds.
1930 ;; Can anyone find a fix for that?
1931 (let ((process-connection-type t)
1932 ;; Copy this so we don't alter it permanently.
1933 (process-environment (copy-tree process-environment))
1934 (buffer (get-buffer-create name)))
1935 (with-current-buffer buffer
1936 (internal-ange-ftp-mode))
1937 ;; This tells GNU ftp not to output any fancy escape sequences.
1938 (setenv "TERM" "dumb")
1939 (if use-gateway
1940 (if ange-ftp-gateway-program-interactive
1941 (setq proc (ange-ftp-gwp-start host user name args))
1942 (setq proc (apply 'start-process name name
1943 (append (list ange-ftp-gateway-program
1944 ange-ftp-gateway-host)
1945 args))))
1946 (setq proc (apply 'start-process name name args))))
1947 (with-current-buffer (process-buffer proc)
1948 (goto-char (point-max))
1949 (set-marker (process-mark proc) (point)))
1950 (set-process-query-on-exit-flag proc nil)
1951 (set-process-sentinel proc 'ange-ftp-process-sentinel)
1952 (set-process-filter proc 'ange-ftp-process-filter)
1953 ;; On Windows, the standard ftp client buffers its output (because
1954 ;; stdout is a pipe handle) so the startup message may never appear:
1955 ;; `accept-process-output' at this point would hang indefinitely.
1956 ;; However, sending an innocuous command ("help foo") forces some
1957 ;; output that will be ignored, which is just as good. Once we
1958 ;; start sending normal commands, the output no longer appears to be
1959 ;; buffered, and everything works correctly. My guess is that the
1960 ;; output of interest is being sent to stderr which is not buffered.
1961 (when (eq system-type 'windows-nt)
1962 ;; force ftp output to be treated as DOS text, otherwise the
1963 ;; output of "help foo" confuses the EOL detection logic.
1964 (set-process-coding-system proc 'raw-text-dos)
1965 (process-send-string proc "help foo\n"))
1966 (accept-process-output proc) ;wait for ftp startup message
1967 proc))
1968
1969 (define-derived-mode internal-ange-ftp-mode comint-mode "Internal Ange-ftp"
1970 "Major mode for interacting with the FTP process.
1971
1972 \\{comint-mode-map}"
1973 (make-local-variable 'ange-ftp-process-string)
1974 (setq ange-ftp-process-string "")
1975 (make-local-variable 'ange-ftp-process-busy)
1976 (make-local-variable 'ange-ftp-process-result)
1977 (make-local-variable 'ange-ftp-process-msg)
1978 (make-local-variable 'ange-ftp-process-multi-skip)
1979 (make-local-variable 'ange-ftp-process-result-line)
1980 (make-local-variable 'ange-ftp-process-continue)
1981 (make-local-variable 'ange-ftp-hash-mark-count)
1982 (make-local-variable 'ange-ftp-binary-hash-mark-size)
1983 (make-local-variable 'ange-ftp-ascii-hash-mark-size)
1984 (make-local-variable 'ange-ftp-hash-mark-unit)
1985 (make-local-variable 'ange-ftp-xfer-size)
1986 (make-local-variable 'ange-ftp-last-percent)
1987 (setq ange-ftp-hash-mark-count 0)
1988 (setq ange-ftp-xfer-size 0)
1989 (setq ange-ftp-process-result-line "")
1990 (setq comint-prompt-regexp "^ftp> ")
1991 (make-local-variable 'comint-password-prompt-regexp)
1992 ;; This is a regexp that can't match anything.
1993 ;; ange-ftp has its own ways of handling passwords.
1994 (setq comint-password-prompt-regexp "\\`a\\`")
1995 (make-local-variable 'paragraph-start)
1996 (setq paragraph-start comint-prompt-regexp))
1997
1998 (defcustom ange-ftp-raw-login nil
1999 "Use raw FTP commands for login, if account password is not nil.
2000 Some FTP implementations need this, e.g. ftp in NT 4.0."
2001 :group 'ange-ftp
2002 :version "21.3"
2003 :type 'boolean)
2004
2005 (defun ange-ftp-smart-login (host user password account proc)
2006 "Connect to the FTP-server on HOST as USER using PASSWORD and ACCOUNT.
2007 PROC is the FTP-client's process. This routine uses the smart-gateway
2008 host specified in `ange-ftp-gateway-host'."
2009 (let ((result (ange-ftp-raw-send-cmd
2010 proc
2011 (format "open %s %s"
2012 (ange-ftp-nslookup-host ange-ftp-gateway-host)
2013 ange-ftp-smart-gateway-port)
2014 (format "Opening FTP connection to %s via %s"
2015 host
2016 ange-ftp-gateway-host))))
2017 (or (car result)
2018 (ange-ftp-error host user
2019 (concat "OPEN request failed: "
2020 (cdr result))))
2021 (setq result (ange-ftp-raw-send-cmd
2022 proc (format "user \"%s\"@%s %s %s"
2023 user
2024 (ange-ftp-nslookup-host host)
2025 password
2026 account)
2027 (format "Logging in as user %s@%s"
2028 user host)))
2029 (or (car result)
2030 (progn
2031 (ange-ftp-set-passwd host user nil) ; reset password
2032 (ange-ftp-set-account host user nil) ; reset account
2033 (ange-ftp-error host user
2034 (concat "USER request failed: "
2035 (cdr result)))))))
2036
2037 (defun ange-ftp-normal-login (host user password account proc)
2038 "Connect to the FTP-server on HOST as USER using PASSWORD and ACCOUNT.
2039 PROC is the process to the FTP-client. HOST may have an optional
2040 suffix of the form #PORT to specify a non-default port."
2041 (save-match-data
2042 (string-match "\\`\\([^#]+\\)\\(#\\([0-9]+\\)\\)?\\'" host)
2043 (let* ((nshost (ange-ftp-nslookup-host (match-string 1 host)))
2044 (port (match-string 3 host))
2045 (result (ange-ftp-raw-send-cmd
2046 proc
2047 (if port
2048 (format "open %s %s" nshost port)
2049 (format "open %s" nshost))
2050 (format "Opening FTP connection to %s" host))))
2051 (or (car result)
2052 (ange-ftp-error host user
2053 (concat "OPEN request failed: "
2054 (cdr result))))
2055 (if (not (and ange-ftp-raw-login (string< "" account)))
2056 (setq result (ange-ftp-raw-send-cmd
2057 proc
2058 (if (and (ange-ftp-use-smart-gateway-p host)
2059 ange-ftp-gateway-host)
2060 (format "user \"%s\"@%s %s %s"
2061 user nshost password account)
2062 (format "user \"%s\" %s %s" user password account))
2063 (format "Logging in as user %s@%s" user host)))
2064 (let ((good ange-ftp-good-msgs)
2065 (skip ange-ftp-skip-msgs))
2066 (setq ange-ftp-good-msgs (concat ange-ftp-good-msgs
2067 "\\|^331 \\|^332 "))
2068 (if (string-match (regexp-quote "\\|^331 ") ange-ftp-skip-msgs)
2069 (setq ange-ftp-skip-msgs
2070 (replace-match "" t t ange-ftp-skip-msgs)))
2071 (if (string-match (regexp-quote "\\|^332 ") ange-ftp-skip-msgs)
2072 (setq ange-ftp-skip-msgs
2073 (replace-match "" t t ange-ftp-skip-msgs)))
2074 (setq result (ange-ftp-raw-send-cmd
2075 proc
2076 (format "quote \"USER %s\"" user)
2077 (format "Logging in as user %s@%s" user host)))
2078 (and (car result)
2079 (setq result (ange-ftp-raw-send-cmd
2080 proc
2081 (format "quote \"PASS %s\"" password)
2082 (format "Logging in as user %s@%s" user host)))
2083 (and (car result)
2084 (setq result (ange-ftp-raw-send-cmd
2085 proc
2086 (format "quote \"ACCT %s\"" account)
2087 (format "Logging in as user %s@%s" user host)))
2088 ))
2089 (setq ange-ftp-good-msgs good
2090 ange-ftp-skip-msgs skip)))
2091 (or (car result)
2092 (progn
2093 (ange-ftp-set-passwd host user nil) ;reset password.
2094 (ange-ftp-set-account host user nil) ;reset account.
2095 (ange-ftp-error host user
2096 (concat "USER request failed: "
2097 (cdr result))))))))
2098
2099 ;; ange@hplb.hpl.hp.com says this should not be changed.
2100 (defvar ange-ftp-hash-mark-msgs
2101 "[hH]ash mark [^0-9]*\\([0-9]+\\)"
2102 "*Regexp matching the FTP client's output upon doing a HASH command.")
2103
2104 (defun ange-ftp-guess-hash-mark-size (proc)
2105 (if ange-ftp-send-hash
2106 (with-current-buffer (process-buffer proc)
2107 (let* ((status (ange-ftp-raw-send-cmd proc "hash"))
2108 (line (cdr status)))
2109 (save-match-data
2110 (if (string-match ange-ftp-hash-mark-msgs line)
2111 (let ((size (string-to-number (match-string 1 line))))
2112 (setq ange-ftp-ascii-hash-mark-size size
2113 ange-ftp-hash-mark-unit (ash size -4))
2114
2115 ;; if a default value for this is set, use that value.
2116 (or ange-ftp-binary-hash-mark-size
2117 (setq ange-ftp-binary-hash-mark-size size)))))))))
2118
2119 (defvar ange-ftp-process-startup-hook nil)
2120
2121 (defun ange-ftp-get-process (host user)
2122 "Return an FTP subprocess connected to HOST and logged in as USER.
2123 Create a new process if needed."
2124 (let* ((name (ange-ftp-ftp-process-buffer host user))
2125 (proc (get-process name)))
2126 (if (and proc (memq (process-status proc) '(run open)))
2127 proc
2128 ;; Must delete dead process so that new process can reuse the name.
2129 (if proc (delete-process proc))
2130 (let ((pass (ange-ftp-quote-string
2131 (ange-ftp-get-passwd host user)))
2132 (account (ange-ftp-quote-string
2133 (ange-ftp-get-account host user))))
2134 ;; grab a suitable process.
2135 (setq proc (ange-ftp-start-process host user name))
2136
2137 ;; login to FTP server.
2138 (if (and (ange-ftp-use-smart-gateway-p host)
2139 ange-ftp-gateway-host)
2140 (ange-ftp-smart-login host user pass account proc)
2141 (ange-ftp-normal-login host user pass account proc))
2142
2143 ;; Tell client to send back hash-marks as progress. It isn't usually
2144 ;; fatal if this command fails.
2145 (ange-ftp-guess-hash-mark-size proc)
2146
2147 ;; Guess at the host type.
2148 (ange-ftp-guess-host-type host user)
2149
2150 ;; Turn passive mode on or off as requested.
2151 (let* ((case-fold-search t)
2152 (passive
2153 (or (assoc-default host ange-ftp-passive-host-alist
2154 'string-match)
2155 (if ange-ftp-try-passive-mode "on"))))
2156 (if passive
2157 (ange-ftp-passive-mode proc passive)))
2158
2159 ;; Run any user-specified hooks. Note that proc, host and user are
2160 ;; dynamically bound at this point.
2161 (let ((ange-ftp-this-user user)
2162 (ange-ftp-this-host host))
2163 (run-hooks 'ange-ftp-process-startup-hook)))
2164 proc)))
2165
2166 (defun ange-ftp-passive-mode (proc on-or-off)
2167 (if (string-match (concat "Passive mode " on-or-off)
2168 (cdr (ange-ftp-raw-send-cmd
2169 proc (concat "passive " on-or-off)
2170 "Trying passive mode..." nil)))
2171 (ange-ftp-message (concat "Trying passive mode..." on-or-off))
2172 (error "Trying passive mode...failed")))
2173
2174 ;; Variables for caching host and host-type
2175 (defvar ange-ftp-host-cache nil)
2176 (defvar ange-ftp-host-type-cache nil)
2177
2178 ;; If ange-ftp-host-type is called with the optional user
2179 ;; argument, it will attempt to guess the host type by connecting
2180 ;; as user, if necessary. For efficiency, I have tried to give this
2181 ;; optional second argument only when necessary. Have I missed any calls
2182 ;; to ange-ftp-host-type where it should have been supplied?
2183
2184 (defun ange-ftp-host-type (host &optional user)
2185 "Return a symbol which represents the type of the HOST given.
2186 If the optional argument USER is given, attempts to guess the
2187 host-type by logging in as USER."
2188 (cond ((null host) 'unix)
2189 ;; Return `unix' if HOST is nil, since that's the most vanilla
2190 ;; possible return value.
2191 ((eq host ange-ftp-host-cache)
2192 ange-ftp-host-type-cache)
2193 ;; Trigger an ftp connection, in case we need to guess at the host type.
2194 ((and user (ange-ftp-get-process host user) (eq host ange-ftp-host-cache))
2195 ange-ftp-host-type-cache)
2196 (t
2197 (setq ange-ftp-host-cache host
2198 ange-ftp-host-type-cache
2199 (cond ((ange-ftp-dumb-unix-host host)
2200 'dumb-unix)
2201 ;; ((and (fboundp 'ange-ftp-vos-host)
2202 ;; (ange-ftp-vos-host host))
2203 ;; 'vos)
2204 ((and (fboundp 'ange-ftp-vms-host)
2205 (ange-ftp-vms-host host))
2206 'vms)
2207 ((and (fboundp 'ange-ftp-mts-host)
2208 (ange-ftp-mts-host host))
2209 'mts)
2210 ((and (fboundp 'ange-ftp-cms-host)
2211 (ange-ftp-cms-host host))
2212 'cms)
2213 ((and (fboundp 'ange-ftp-bs2000-posix-host)
2214 (ange-ftp-bs2000-posix-host host))
2215 'text-unix) ; POSIX is a non-ASCII Unix
2216 ((and (fboundp 'ange-ftp-bs2000-host)
2217 (ange-ftp-bs2000-host host))
2218 'bs2000)
2219 (t
2220 'unix))))))
2221
2222 ;; It would be nice to abstract the functions ange-ftp-TYPE-host and
2223 ;; ange-ftp-add-TYPE-host. The trick is to abstract these functions
2224 ;; without sacrificing speed. Also, having separate variables
2225 ;; ange-ftp-TYPE-regexp is more user friendly then requiring the user to
2226 ;; set an alist to indicate that a host is of a given type. Even with
2227 ;; automatic host type recognition, setting a regexp is still a good idea
2228 ;; (for efficiency) if you log into a particular non-UNIX host frequently.
2229
2230 (defvar ange-ftp-fix-name-func-alist nil
2231 "Alist saying how to convert file name to the host's syntax.
2232 Association list of (TYPE . FUNC) pairs, where FUNC is a routine which can
2233 change a UNIX file name into a name more suitable for a host of type TYPE.")
2234
2235 (defvar ange-ftp-fix-dir-name-func-alist nil
2236 "Alist saying how to convert directory name to the host's syntax.
2237 Association list of (TYPE . FUNC) pairs, where FUNC is a routine which can
2238 change UNIX directory name into a directory name more suitable for a host
2239 of type TYPE.")
2240
2241 ;; *** Perhaps the sense of this variable should be inverted, since there
2242 ;; *** is only 1 host type that can take ls-style listing options.
2243 (defvar ange-ftp-dumb-host-types '(dumb-unix)
2244 "List of host types that can't take UNIX ls-style listing options.")
2245
2246 (defun ange-ftp-send-cmd (host user cmd &optional msg cont nowait)
2247 "Find an FTP process connected to HOST logged in as USER and send it CMD.
2248 MSG is an optional status message to be output before and after issuing the
2249 command.
2250 See the documentation for `ange-ftp-raw-send-cmd' for a description of CONT
2251 and NOWAIT."
2252 ;; Handle conversion to remote file name syntax and remote ls option
2253 ;; capability.
2254 (let ((cmd0 (car cmd))
2255 (cmd1 (nth 1 cmd))
2256 (ange-ftp-this-user user)
2257 (ange-ftp-this-host host)
2258 (ange-ftp-this-msg msg)
2259 cmd2 cmd3 host-type fix-name-func result)
2260
2261 (cond
2262
2263 ;; pwd case (We don't care what host-type.)
2264 ((null cmd1))
2265
2266 ;; cmd == 'dir "remote-name" "local-name" "ls-switches"
2267 ((progn
2268 (setq cmd2 (nth 2 cmd)
2269 host-type (ange-ftp-host-type host user))
2270 ;; This will trigger an FTP login, if one doesn't exist
2271 (eq cmd0 'dir))
2272 (setq cmd1 (funcall
2273 (or (cdr (assq host-type ange-ftp-fix-dir-name-func-alist))
2274 'identity)
2275 cmd1)
2276 cmd3 (nth 3 cmd))
2277 ;; Need to deal with the HP-UX ftp bug. This should also allow us to
2278 ;; resolve symlinks to directories on SysV machines. (Sebastian will
2279 ;; be happy.)
2280 (and (eq host-type 'unix)
2281 (string-match "/\\'" cmd1)
2282 (not (string-match "R" cmd3))
2283 (setq cmd1 (concat cmd1 ".")))
2284
2285 ;; Using "ls -flags foo" has several problems:
2286 ;; - if foo is a symlink, we may get a single line showing the symlink
2287 ;; rather than the listing of the directory it points to.
2288 ;; - if "foo" has spaces, the parsing of the command may be done wrong.
2289 ;; - some version of netbsd's ftpd only accept a single argument after
2290 ;; `ls', which can either be the directory or the flags.
2291 ;; So to work around those problems, we use "cd foo; ls -flags".
2292
2293 ;; If the dir name contains a space, some ftp servers will
2294 ;; refuse to list it. We instead change directory to the
2295 ;; directory in question and ls ".".
2296 (when (string-match " " cmd1)
2297 ;; Keep the result. In case of failure, we will (see below)
2298 ;; short-circuit CMD and return this result directly.
2299 (setq result (ange-ftp-cd host user (nth 1 cmd) 'noerror))
2300 (setq cmd1 "."))
2301
2302 ;; If the remote ls can take switches, put them in
2303 (unless (memq host-type ange-ftp-dumb-host-types)
2304 (setq cmd0 'ls)
2305 ;; We cd and then use `ls' with no directory argument.
2306 ;; This works around a misfeature of some versions of netbsd ftpd
2307 ;; where `ls' can only take one argument: either one set of flags
2308 ;; or a file/directory name.
2309 ;; If we're trying to `ls' a single file, this fails since we
2310 ;; can't cd to a file. We can't fix this problem here, tho, because
2311 ;; at this point we don't know whether the argument is a file or
2312 ;; a directory. Such an `ls' is only ever used (apparently) from
2313 ;; `insert-directory' when the `full-directory-p' argument is nil
2314 ;; (which seems to only be used by dired when updating its display
2315 ;; after operating on a set of files). So we've changed
2316 ;; `ange-ftp-insert-directory' such that in this case it gets
2317 ;; a full listing of the directory and extracting the line
2318 ;; corresponding to the requested file.
2319 (unless (equal cmd1 ".")
2320 (setq result (ange-ftp-cd host user (nth 1 cmd) 'noerror)))
2321 (setq cmd1 cmd3)))
2322
2323 ;; First argument is the remote name
2324 ((progn
2325 (setq fix-name-func (or (cdr (assq host-type
2326 ange-ftp-fix-name-func-alist))
2327 'identity))
2328 (memq cmd0 '(get delete mkdir rmdir cd)))
2329 (setq cmd1 (funcall fix-name-func cmd1)))
2330
2331 ;; Second argument is the remote name
2332 ((or (memq cmd0 '(append put chmod))
2333 (and (eq cmd0 'quote) (member cmd1 '("mdtm" "size"))))
2334 (setq cmd2 (funcall fix-name-func cmd2)))
2335 ;; Both arguments are remote names
2336 ((eq cmd0 'rename)
2337 (setq cmd1 (funcall fix-name-func cmd1)
2338 cmd2 (funcall fix-name-func cmd2))))
2339
2340 ;; Turn the command into one long string
2341 (setq cmd0 (symbol-name cmd0))
2342 (setq cmd (concat cmd0
2343 (and cmd1 (concat " " cmd1))
2344 (and cmd2 (concat " " cmd2))))
2345
2346 ;; Actually send the resulting command.
2347 (if (and (consp result) (null (car result)))
2348 ;; `ange-ftp-cd' has failed, so there's no point sending `cmd'.
2349 result
2350 (let (afsc-result
2351 afsc-line)
2352 (ange-ftp-raw-send-cmd
2353 (ange-ftp-get-process host user)
2354 cmd
2355 msg
2356 (list (lambda (result line host user cmd msg cont nowait)
2357 (or cont (setq afsc-result result
2358 afsc-line line))
2359 (if result (ange-ftp-call-cont cont result line)
2360 (ange-ftp-raw-send-cmd
2361 (ange-ftp-get-process host user)
2362 cmd
2363 msg
2364 (list (lambda (result line cont)
2365 (or cont (setq afsc-result result
2366 afsc-line line))
2367 (ange-ftp-call-cont cont result line))
2368 cont)
2369 nowait)))
2370 host user cmd msg cont nowait)
2371 nowait)
2372
2373 (if nowait
2374 nil
2375 (if cont
2376 nil
2377 (cons afsc-result afsc-line)))))))
2378
2379 ;; It might be nice to message users about the host type identified,
2380 ;; but there is so much other messaging going on, it would not be
2381 ;; seen. No point in slowing things down just so users can read
2382 ;; a host type message.
2383
2384 (defconst ange-ftp-cms-name-template
2385 (concat
2386 "^[-A-Z0-9$*][-A-Z0-9$*]?[-A-Z0-9$*]?[-A-Z0-9$*]?[-A-Z0-9$*]?"
2387 "[-A-Z0-9$*]?[-A-Z0-9$*]?[-A-Z0-9$*]?\\.[0-9][0-9][0-9A-Z]$"))
2388 (defconst ange-ftp-vms-name-template
2389 "^[-A-Z0-9_$]+:\\[[-A-Z0-9_$]+\\(\\.[-A-Z0-9_$]+\\)*\\]$")
2390 (defconst ange-ftp-mts-name-template
2391 "^[A-Z0-9._][A-Z0-9._][A-Z0-9._][A-Z0-9._]:$")
2392 (defconst ange-ftp-bs2000-filename-pubset-regexp
2393 ":[A-Z0-9]+:"
2394 "Valid pubset for an BS2000 file name.")
2395 (defconst ange-ftp-bs2000-filename-username-regexp
2396 (concat
2397 "\\$[A-Z0-9]*\\.")
2398 "Valid username for an BS2000 file name.")
2399 (defconst ange-ftp-bs2000-filename-prefix-regexp
2400 (concat
2401 ange-ftp-bs2000-filename-pubset-regexp
2402 ange-ftp-bs2000-filename-username-regexp)
2403 "Valid prefix for an BS2000 file name (pubset and user).")
2404 (defconst ange-ftp-bs2000-name-template
2405 (concat "^" ange-ftp-bs2000-filename-prefix-regexp "$"))
2406
2407 (defun ange-ftp-guess-host-type (host user)
2408 "Guess the host type of HOST.
2409 Works by doing a pwd and examining the directory syntax."
2410 (let ((host-type (ange-ftp-host-type host))
2411 (key (concat host "/" user "/~")))
2412 (if (eq host-type 'unix)
2413 ;; Note that ange-ftp-host-type returns unix as the default value.
2414 (save-match-data
2415 (let* ((result (ange-ftp-get-pwd host user))
2416 (dir (car result))
2417 fix-name-func)
2418 (cond ((null dir)
2419 (message "Warning! Unable to get home directory")
2420 (sit-for 1)
2421 (if (string-match
2422 "^450 No current working directory defined$"
2423 (cdr result))
2424
2425 ;; We'll assume that if pwd bombs with this
2426 ;; error message, then it's CMS.
2427 (progn
2428 (ange-ftp-add-cms-host host)
2429 (setq ange-ftp-host-cache host
2430 ange-ftp-host-type-cache 'cms))))
2431
2432 ;; try for VMS
2433 ((string-match ange-ftp-vms-name-template dir)
2434 (ange-ftp-add-vms-host host)
2435 ;; The add-host functions clear the host type cache.
2436 ;; Therefore, need to set the cache afterwards.
2437 (setq ange-ftp-host-cache host
2438 ange-ftp-host-type-cache 'vms))
2439
2440 ;; try for MTS
2441 ((string-match ange-ftp-mts-name-template dir)
2442 (ange-ftp-add-mts-host host)
2443 (setq ange-ftp-host-cache host
2444 ange-ftp-host-type-cache 'mts))
2445
2446 ;; try for CMS
2447 ((string-match ange-ftp-cms-name-template dir)
2448 (ange-ftp-add-cms-host host)
2449 (setq ange-ftp-host-cache host
2450 ange-ftp-host-type-cache 'cms))
2451
2452 ;; try for BS2000-POSIX
2453 ((ange-ftp-bs2000-posix-host host)
2454 (ange-ftp-add-bs2000-host host)
2455 (setq ange-ftp-host-cache host
2456 ange-ftp-host-type-cache 'text-unix))
2457 ;; try for BS2000
2458 ((and (string-match ange-ftp-bs2000-name-template dir)
2459 (not (ange-ftp-bs2000-posix-host host)))
2460 (ange-ftp-add-bs2000-host host)
2461 (setq ange-ftp-host-cache host
2462 ange-ftp-host-type-cache 'bs2000))
2463 ;; assume UN*X
2464 (t
2465 (setq ange-ftp-host-cache host
2466 ange-ftp-host-type-cache 'unix)))
2467
2468 ;; Now that we have done a pwd, might as well put it in
2469 ;; the expand-dir hashtable.
2470 (let ((ange-ftp-this-user user)
2471 (ange-ftp-this-host host))
2472 (setq fix-name-func (cdr (assq ange-ftp-host-type-cache
2473 ange-ftp-fix-name-func-alist)))
2474 (if fix-name-func
2475 (setq dir (funcall fix-name-func dir 'reverse))))
2476 (puthash key dir ange-ftp-expand-dir-hashtable))))
2477
2478 ;; In the special case of CMS make sure that know the
2479 ;; expansion of the home minidisk now, because we will
2480 ;; be doing a lot of cd's.
2481 (if (and (eq host-type 'cms)
2482 (not (ange-ftp-hash-entry-exists-p
2483 key ange-ftp-expand-dir-hashtable)))
2484 (let ((dir (car (ange-ftp-get-pwd host user))))
2485 (if dir
2486 (puthash key (concat "/" dir) ange-ftp-expand-dir-hashtable)
2487 (message "Warning! Unable to get home directory")
2488 (sit-for 1))))))
2489
2490 \f
2491 ;;;; ------------------------------------------------------------
2492 ;;;; Remote file and directory listing support.
2493 ;;;; ------------------------------------------------------------
2494
2495 ;; Returns whether HOST's FTP server doesn't like \'ls\' or \'dir\' commands
2496 ;; to take switch arguments.
2497 (defun ange-ftp-dumb-unix-host (host)
2498 (and host ange-ftp-dumb-unix-host-regexp
2499 (string-match-p ange-ftp-dumb-unix-host-regexp host)))
2500
2501 (defun ange-ftp-add-dumb-unix-host (host)
2502 "Interactively add a given HOST to `ange-ftp-dumb-unix-host-regexp'."
2503 (interactive
2504 (list (read-string "Host: "
2505 (let ((name (or (buffer-file-name) default-directory)))
2506 (and name (car (ange-ftp-ftp-name name)))))))
2507 (if (not (ange-ftp-dumb-unix-host host))
2508 (setq ange-ftp-dumb-unix-host-regexp
2509 (concat "^" (regexp-quote host) "$"
2510 (and ange-ftp-dumb-unix-host-regexp "\\|")
2511 ange-ftp-dumb-unix-host-regexp)
2512 ange-ftp-host-cache nil)))
2513
2514 (defvar ange-ftp-parse-list-func-alist nil
2515 "Alist saying how to parse directory listings for certain OS types.
2516 Association list of (TYPE . FUNC) pairs. The FUNC is a routine which
2517 can parse the output from a DIR listing for a host of type TYPE.")
2518
2519 ;; With no-error nil, this function returns:
2520 ;; an error if file is not an ange-ftp-name
2521 ;; (This should never happen.)
2522 ;; an error if either the listing is unreadable or there is an ftp error.
2523 ;; the listing (a string), if everything works.
2524 ;;
2525 ;; With no-error t, it returns:
2526 ;; an error if not an ange-ftp-name
2527 ;; error if listing is unreadable (most likely caused by a slow connection)
2528 ;; nil if ftp error (this is because although asking to list a nonexistent
2529 ;; directory on a remote unix machine usually (except
2530 ;; maybe for dumb hosts) returns an ls error, but no
2531 ;; ftp error, if the same is done on a VMS machine,
2532 ;; an ftp error is returned. Need to trap the error
2533 ;; so we can go on and try to list the parent.)
2534 ;; the listing, if everything works.
2535
2536 ;; If WILDCARD is non-nil, then this implements the guts of insert-directory
2537 ;; in the wildcard case. Then we make a relative directory listing
2538 ;; of FILE within the directory specified by `default-directory'.
2539
2540 (defvar ange-ftp-before-parse-ls-hook nil
2541 "Normal hook run before parsing the text of an FTP directory listing.")
2542
2543 (defvar ange-ftp-after-parse-ls-hook nil
2544 "Normal hook run after parsing the text of an FTP directory listing.")
2545
2546 (defun ange-ftp-ls (file lsargs parse &optional no-error wildcard)
2547 "Return the output of a `DIR' or `ls' command done over FTP.
2548 FILE is the full name of the remote file, LSARGS is any args to pass to the
2549 `ls' command, and PARSE specifies that the output should be parsed and stored
2550 away in the internal cache."
2551 (when (string-match "^--dired\\s-+" lsargs)
2552 (setq lsargs (replace-match "" nil t lsargs)))
2553 ;; If parse is t, we assume that file is a directory. i.e. we only parse
2554 ;; full directory listings.
2555 (let* ((ange-ftp-this-file (ange-ftp-expand-file-name file))
2556 (parsed (ange-ftp-ftp-name ange-ftp-this-file)))
2557 (if parsed
2558 (let* ((host (nth 0 parsed))
2559 (user (nth 1 parsed))
2560 (name (ange-ftp-quote-string (nth 2 parsed)))
2561 (key (directory-file-name ange-ftp-this-file))
2562 (host-type (ange-ftp-host-type host user))
2563 (dumb (memq host-type ange-ftp-dumb-host-types))
2564 result
2565 temp
2566 lscmd parse-func)
2567 (if (string-equal name "")
2568 (setq name
2569 (ange-ftp-real-file-name-as-directory
2570 (ange-ftp-expand-dir host user "~"))))
2571 (if (and ange-ftp-ls-cache-file
2572 (string-equal key ange-ftp-ls-cache-file)
2573 ;; Don't care about lsargs for dumb hosts.
2574 (or dumb (string-equal lsargs ange-ftp-ls-cache-lsargs)))
2575 ange-ftp-ls-cache-res
2576 (setq temp (ange-ftp-make-tmp-name host))
2577 (if wildcard
2578 (progn
2579 (ange-ftp-cd host user (file-name-directory name))
2580 (setq lscmd (list 'ls file temp lsargs)))
2581 (setq lscmd (list 'dir name temp lsargs)))
2582 (unwind-protect
2583 (if (car (setq result (ange-ftp-send-cmd
2584 host
2585 user
2586 lscmd
2587 (format "Listing %s"
2588 (ange-ftp-abbreviate-filename
2589 ange-ftp-this-file)))))
2590 (with-current-buffer (get-buffer-create
2591 ange-ftp-data-buffer-name)
2592 (erase-buffer)
2593 (if (ange-ftp-real-file-readable-p temp)
2594 (ange-ftp-real-insert-file-contents temp)
2595 (sleep-for ange-ftp-retry-time)
2596 ;wait for file to possibly appear
2597 (if (ange-ftp-real-file-readable-p temp)
2598 ;; Try again.
2599 (ange-ftp-real-insert-file-contents temp)
2600 (ange-ftp-error host user
2601 (format
2602 "list data file %s not readable"
2603 temp))))
2604 ;; remove ^M inserted by the win32 ftp client
2605 (while (re-search-forward "\r$" nil t)
2606 (replace-match ""))
2607 (goto-char 1)
2608 (run-hooks 'ange-ftp-before-parse-ls-hook)
2609 (if parse
2610 (ange-ftp-set-files
2611 ange-ftp-this-file
2612 (if (setq
2613 parse-func
2614 (cdr (assq host-type
2615 ange-ftp-parse-list-func-alist)))
2616 (funcall parse-func)
2617 (ange-ftp-parse-dired-listing lsargs))))
2618 ;; Place this hook here to convert the contents of the
2619 ;; buffer to a ls compatible format if the host system
2620 ;; that is being queried is other than Unix i.e. VMS
2621 ;; returns an ls format that really sucks.
2622 (run-hooks 'ange-ftp-after-parse-ls-hook)
2623 (setq ange-ftp-ls-cache-file key
2624 ange-ftp-ls-cache-lsargs lsargs
2625 ; For dumb hosts-types this is
2626 ; meaningless but harmless.
2627 ange-ftp-ls-cache-res (buffer-string))
2628 ;; (kill-buffer (current-buffer))
2629 (if (equal ange-ftp-ls-cache-res "total 0\n")
2630 ;; wu-ftpd seems to return a successful result
2631 ;; with an empty file-listing when doing a
2632 ;; `DIR /some/file/.' which leads ange-ftp to
2633 ;; believe that /some/file is a directory ;-(
2634 nil
2635 ange-ftp-ls-cache-res))
2636 (if no-error
2637 nil
2638 (ange-ftp-error host user
2639 (concat "DIR failed: " (cdr result)))))
2640 (ange-ftp-del-tmp-name temp))))
2641 (error "Should never happen. Please report. Bug ref. no.: 1"))))
2642 \f
2643 ;;;; ------------------------------------------------------------
2644 ;;;; Directory information caching support.
2645 ;;;; ------------------------------------------------------------
2646
2647 (defvar ange-ftp-add-file-entry-alist nil
2648 "Alist saying how to add file entries on certain OS types.
2649 Association list of pairs (TYPE . FUNC), where FUNC is a function
2650 to be used to add a file entry for the OS TYPE.
2651 The main reason for this alist is to deal with file versions in VMS.")
2652
2653 (defvar ange-ftp-delete-file-entry-alist nil
2654 "Alist saying how to delete files on certain OS types.
2655 Association list of pairs (TYPE . FUNC), where FUNC is a function
2656 to be used to delete a file entry for the OS TYPE.
2657 The main reason for this alist is to deal with file versions in VMS.")
2658
2659 (defun ange-ftp-add-file-entry (name &optional dir-p)
2660 "Add a file entry for file NAME, if its directory info exists."
2661 (funcall (or (cdr (assq (ange-ftp-host-type
2662 (car (ange-ftp-ftp-name name)))
2663 ange-ftp-add-file-entry-alist))
2664 'ange-ftp-internal-add-file-entry)
2665 name dir-p)
2666 (setq ange-ftp-ls-cache-file nil))
2667
2668 (defun ange-ftp-delete-file-entry (name &optional dir-p)
2669 "Delete the file entry for file NAME, if its directory info exists."
2670 (funcall (or (cdr (assq (ange-ftp-host-type
2671 (car (ange-ftp-ftp-name name)))
2672 ange-ftp-delete-file-entry-alist))
2673 'ange-ftp-internal-delete-file-entry)
2674 name dir-p)
2675 (setq ange-ftp-ls-cache-file nil))
2676
2677 (defmacro ange-ftp-parse-filename ()
2678 ;;Extract the filename from the current line of a dired-like listing.
2679 `(save-match-data
2680 (let ((eol (progn (end-of-line) (point))))
2681 (beginning-of-line)
2682 (if (re-search-forward directory-listing-before-filename-regexp eol t)
2683 (buffer-substring (point) eol)))))
2684
2685 ;; This deals with the F switch. Should also do something about
2686 ;; unquoting names obtained with the SysV b switch and the GNU Q
2687 ;; switch. See Sebastian's dired-get-filename.
2688
2689 (defun ange-ftp-ls-parser (switches)
2690 ;; Meant to be called by ange-ftp-parse-dired-listing
2691 (let ((tbl (make-hash-table :test 'equal))
2692 (used-F (and (stringp switches)
2693 (string-match "F" switches)))
2694 file-type symlink directory file)
2695 (while (setq file (ange-ftp-parse-filename))
2696 (beginning-of-line)
2697 (skip-chars-forward "\t 0-9")
2698 (setq file-type (following-char)
2699 directory (eq file-type ?d))
2700 (if (eq file-type ?l)
2701 (let ((end (string-match " -> " file)))
2702 (if end
2703 ;; Sometimes `ls' appends a @ at the end of the target.
2704 (setq symlink (substring file (match-end 0)
2705 (string-match "@\\'" file))
2706 file (substring file 0 end))
2707 ;; Shouldn't happen
2708 (setq symlink "")))
2709 (setq symlink nil))
2710 ;; Only do a costly regexp search if the F switch was used.
2711 (if (and used-F
2712 (not (string-equal file ""))
2713 (looking-at
2714 ".[-r][-w]\\([^ ]\\)[-r][-w]\\([^ ]\\)[-r][-w]\\([^ ]\\)"))
2715 (let ((socket (eq file-type ?s))
2716 (executable
2717 (and (not symlink) ; x bits don't mean a thing for symlinks
2718 (string-match
2719 "[xst]"
2720 (concat (match-string 1)
2721 (match-string 2)
2722 (match-string 3))))))
2723 ;; Some ls's with the F switch mark symlinks with an @ (ULTRIX)
2724 ;; and others don't. (sigh...) Beware, that some Unix's don't
2725 ;; seem to believe in the F-switch
2726 (if (or (and symlink (string-match "@\\'" file))
2727 (and directory (string-match "/\\'" file))
2728 (and executable (string-match "*\\'" file))
2729 (and socket (string-match "=\\'" file)))
2730 (setq file (substring file 0 -1)))))
2731 (puthash file (or symlink directory) tbl)
2732 (forward-line 1))
2733 (puthash "." t tbl)
2734 (puthash ".." t tbl)
2735 tbl))
2736
2737 ;;; The dl stuff for descriptive listings
2738
2739 (defvar ange-ftp-dl-dir-regexp nil
2740 "Regexp matching directories which are listed in dl format.
2741 This regexp should not be anchored with a trailing `$', because it should
2742 match subdirectories as well.")
2743
2744 (defun ange-ftp-add-dl-dir (dir)
2745 "Interactively add a DIR to `ange-ftp-dl-dir-regexp'."
2746 (interactive
2747 (list (read-string "Directory: "
2748 (let ((name (or (buffer-file-name) default-directory)))
2749 (and name (ange-ftp-ftp-name name)
2750 (file-name-directory name))))))
2751 (if (not (and ange-ftp-dl-dir-regexp
2752 (string-match ange-ftp-dl-dir-regexp dir)))
2753 (setq ange-ftp-dl-dir-regexp
2754 (concat "^" (regexp-quote dir)
2755 (and ange-ftp-dl-dir-regexp "\\|")
2756 ange-ftp-dl-dir-regexp))))
2757
2758 (defmacro ange-ftp-dl-parser ()
2759 ;; Parse the current buffer, which is assumed to be a descriptive
2760 ;; listing, and return a hashtable.
2761 `(let ((tbl (make-hash-table :test 'equal)))
2762 (while (not (eobp))
2763 (puthash
2764 (buffer-substring (point)
2765 (progn
2766 (skip-chars-forward "^ /\n")
2767 (point)))
2768 (eq (following-char) ?/)
2769 tbl)
2770 (forward-line 1))
2771 (puthash "." t tbl)
2772 (puthash ".." t tbl)
2773 tbl))
2774
2775 ;; Parse the current buffer which is assumed to be in a dired-like listing
2776 ;; format, and return a hashtable as the result. If the listing is not really
2777 ;; a listing, then return nil.
2778
2779 (defun ange-ftp-parse-dired-listing (&optional switches)
2780 (save-match-data
2781 (cond
2782 ((looking-at "^total [0-9]+$")
2783 (forward-line 1)
2784 ;; Some systems put in a blank line here.
2785 (if (eolp) (forward-line 1))
2786 (ange-ftp-ls-parser switches))
2787 ((looking-at "[^\n]+\\( not found\\|: Not a directory\\)\n\\'")
2788 ;; It's an ls error message.
2789 nil)
2790 ((eobp) ; i.e. (zerop (buffer-size))
2791 ;; This could be one of:
2792 ;; (1) An Ultrix ls error message
2793 ;; (2) A listing with the A switch of an empty directory
2794 ;; on a machine which doesn't give a total line.
2795 ;; (3) The twilight zone.
2796 ;; We'll assume (1) for now.
2797 nil)
2798 ((re-search-forward directory-listing-before-filename-regexp nil t)
2799 (beginning-of-line)
2800 (ange-ftp-ls-parser switches))
2801 ((re-search-forward "^[^ \n\t]+ +\\([0-9]+\\|-\\|=\\) " nil t)
2802 ;; It's a dl listing (I hope).
2803 ;; file is bound by the call to ange-ftp-ls
2804 (ange-ftp-add-dl-dir ange-ftp-this-file)
2805 (beginning-of-line)
2806 (ange-ftp-dl-parser))
2807 (t nil))))
2808
2809 (defun ange-ftp-set-files (directory files)
2810 "For a given DIRECTORY, set or change the associated FILES hashtable."
2811 (and files (puthash (file-name-as-directory directory)
2812 files ange-ftp-files-hashtable)))
2813
2814 (defun ange-ftp-get-files (directory &optional no-error)
2815 "Given a DIRECTORY, return a hashtable of file entries.
2816 This will give an error or return nil, depending on the value of
2817 NO-ERROR, if a listing for DIRECTORY cannot be obtained."
2818 (setq directory (file-name-as-directory directory)) ;normalize
2819 (or (gethash directory ange-ftp-files-hashtable)
2820 (save-match-data
2821 (and (ange-ftp-ls directory
2822 ;; This is an efficiency hack. We try to
2823 ;; anticipate what sort of listing dired
2824 ;; might want, and cache just such a listing.
2825 (if (and (boundp 'dired-actual-switches)
2826 (stringp dired-actual-switches)
2827 ;; We allow the A switch, which lists
2828 ;; all files except "." and "..".
2829 ;; This is OK because we manually
2830 ;; insert these entries
2831 ;; in the hash table.
2832 (string-match
2833 "[aA]" dired-actual-switches)
2834 (string-match
2835 "l" dired-actual-switches)
2836 (not (string-match
2837 "R" dired-actual-switches)))
2838 dired-actual-switches
2839 (if (and (boundp 'dired-listing-switches)
2840 (stringp dired-listing-switches)
2841 (string-match
2842 "[aA]" dired-listing-switches)
2843 (string-match
2844 "l" dired-listing-switches)
2845 (not (string-match
2846 "R" dired-listing-switches)))
2847 dired-listing-switches
2848 "-al"))
2849 t no-error)
2850 (gethash directory ange-ftp-files-hashtable)))))
2851
2852 ;; Given NAME, return the file part that can be used for looking up the
2853 ;; file's entry in a hashtable.
2854 (defmacro ange-ftp-get-file-part (name)
2855 `(let ((file (file-name-nondirectory ,name)))
2856 (if (string-equal file "")
2857 "."
2858 file)))
2859
2860 ;; Return whether ange-ftp-file-entry-p and ange-ftp-get-file-entry are
2861 ;; allowed to determine if NAME is a sub-directory by listing it directly,
2862 ;; rather than listing its parent directory. This is used for efficiency so
2863 ;; that a wasted listing is not done:
2864 ;; 1. When looking for a .dired file in dired-x.el.
2865 ;; 2. The syntax of FILE and DIR make it impossible that FILE could be a valid
2866 ;; subdirectory. This is of course an OS dependent judgement.
2867
2868 (defvar dired-local-variables-file)
2869 (defmacro ange-ftp-allow-child-lookup (dir file)
2870 `(not
2871 (let* ((efile ,file) ; expand once.
2872 (edir ,dir)
2873 (parsed (ange-ftp-ftp-name edir))
2874 (host-type (ange-ftp-host-type
2875 (car parsed))))
2876 (or
2877 ;; Deal with dired
2878 (and (boundp 'dired-local-variables-file) ; in the dired-x package
2879 (stringp dired-local-variables-file)
2880 (string-equal dired-local-variables-file efile))
2881 ;; No dots in dir names in vms.
2882 (and (eq host-type 'vms)
2883 (string-match "\\." efile))
2884 ;; No subdirs in mts of cms.
2885 (and (memq host-type '(mts cms))
2886 (not (string-equal "/" (nth 2 parsed))))
2887 ;; No dots in pseudo-dir names in bs2000.
2888 (and (eq host-type 'bs2000)
2889 (string-match "\\." efile))))))
2890
2891 (defun ange-ftp-file-entry-p (name)
2892 "Given NAME, return whether there is a file entry for it."
2893 (let* ((name (directory-file-name name))
2894 (dir (file-name-directory name))
2895 (ent (gethash dir ange-ftp-files-hashtable))
2896 (file (ange-ftp-get-file-part name)))
2897 (if ent
2898 (ange-ftp-hash-entry-exists-p file ent)
2899 (or (and (ange-ftp-allow-child-lookup dir file)
2900 (setq ent (ange-ftp-get-files name t))
2901 ;; Try a child lookup. i.e. try to list file as a
2902 ;; subdirectory of dir. This is a good idea because
2903 ;; we may not have read permission for file's parent. Also,
2904 ;; people tend to work down directory trees anyway. We use
2905 ;; no-error ;; because if file does not exist as a subdir.,
2906 ;; then dumb hosts will give an ftp error. Smart unix hosts
2907 ;; will simply send back the ls
2908 ;; error message.
2909 (gethash "." ent))
2910 ;; Child lookup failed, so try the parent.
2911 (ange-ftp-hash-entry-exists-p
2912 file (ange-ftp-get-files dir 'no-error))))))
2913
2914 (defun ange-ftp-get-file-entry (name)
2915 "Given NAME, return the given file entry.
2916 The entry will be either t for a directory, nil for a normal file,
2917 or a string for a symlink. If the file isn't in the hashtable,
2918 this also returns nil."
2919 (let* ((name (directory-file-name name))
2920 (dir (file-name-directory name))
2921 (ent (gethash dir ange-ftp-files-hashtable))
2922 (file (ange-ftp-get-file-part name)))
2923 (if ent
2924 (gethash file ent)
2925 (or (and (ange-ftp-allow-child-lookup dir file)
2926 (setq ent (ange-ftp-get-files name t))
2927 (gethash "." ent))
2928 ;; i.e. it's a directory by child lookup
2929 (and (setq ent (ange-ftp-get-files dir t))
2930 (gethash file ent))))))
2931
2932 (defun ange-ftp-internal-delete-file-entry (name &optional dir-p)
2933 (when dir-p
2934 (setq name (file-name-as-directory name))
2935 (remhash name ange-ftp-files-hashtable)
2936 (setq name (directory-file-name name)))
2937 ;; Note that file-name-as-directory followed by directory-file-name
2938 ;; serves to canonicalize directory file names to their unix form.
2939 ;; i.e. in VMS, FOO.DIR -> FOO/ -> FOO
2940 (let ((files (gethash (file-name-directory name) ange-ftp-files-hashtable)))
2941 (if files
2942 (remhash (ange-ftp-get-file-part name) files))))
2943
2944 (defun ange-ftp-internal-add-file-entry (name &optional dir-p)
2945 (and dir-p
2946 (setq name (directory-file-name name)))
2947 (let ((files (gethash (file-name-directory name) ange-ftp-files-hashtable)))
2948 (if files
2949 (puthash (ange-ftp-get-file-part name) dir-p files))))
2950
2951 (defun ange-ftp-wipe-file-entries (host user)
2952 "Get rid of entry for HOST, USER pair from file entry information hashtable."
2953 (let ((new-tbl (make-hash-table :test 'equal
2954 :size (hash-table-size
2955 ange-ftp-files-hashtable))))
2956 (maphash
2957 (lambda (key val)
2958 (let ((parsed (ange-ftp-ftp-name key)))
2959 (if parsed
2960 (let ((h (nth 0 parsed))
2961 (u (nth 1 parsed)))
2962 (or (and (equal host h) (equal user u))
2963 (puthash key val new-tbl))))))
2964 ange-ftp-files-hashtable)
2965 (setq ange-ftp-files-hashtable new-tbl)))
2966 \f
2967 ;;;; ------------------------------------------------------------
2968 ;;;; File transfer mode support.
2969 ;;;; ------------------------------------------------------------
2970
2971 (defun ange-ftp-set-binary-mode (host user)
2972 "Tell the FTP process for the given HOST & USER to switch to binary mode."
2973 ;; FIXME: We should keep track of the current mode, so as to avoid
2974 ;; unnecessary roundtrips.
2975 (let ((result (ange-ftp-send-cmd host user '(type "binary"))))
2976 (if (not (car result))
2977 (ange-ftp-error host user (concat "BINARY failed: " (cdr result)))
2978 (with-current-buffer (process-buffer (ange-ftp-get-process host user))
2979 (and ange-ftp-binary-hash-mark-size
2980 (setq ange-ftp-hash-mark-unit
2981 (ash ange-ftp-binary-hash-mark-size -4)))))))
2982
2983 (defun ange-ftp-set-ascii-mode (host user)
2984 "Tell the FTP process for the given HOST & USER to switch to ASCII mode."
2985 ;; FIXME: We should keep track of the current mode, so as to avoid
2986 ;; unnecessary roundtrips.
2987 (let ((result (ange-ftp-send-cmd host user '(type "ascii"))))
2988 (if (not (car result))
2989 (ange-ftp-error host user (concat "ASCII failed: " (cdr result)))
2990 (with-current-buffer (process-buffer (ange-ftp-get-process host user))
2991 (and ange-ftp-ascii-hash-mark-size
2992 (setq ange-ftp-hash-mark-unit
2993 (ash ange-ftp-ascii-hash-mark-size -4)))))))
2994 \f
2995 (defun ange-ftp-cd (host user dir &optional noerror)
2996 (let ((result (ange-ftp-send-cmd host user (list 'cd dir) "Doing CD")))
2997 (if noerror result
2998 (or (car result)
2999 (ange-ftp-error host user (concat "CD failed: " (cdr result)))))))
3000
3001 (defun ange-ftp-get-pwd (host user)
3002 "Attempt to get the current working directory for the given HOST/USER pair.
3003 Returns (DIR . LINE) where DIR is either the directory or nil if not found,
3004 and LINE is the relevant success or fail line from the FTP-client."
3005 (let* ((result (ange-ftp-send-cmd host user '(pwd) "Getting PWD"))
3006 (line (cdr result))
3007 dir)
3008 (if (car result)
3009 (save-match-data
3010 (and (or (string-match "\"\\([^\"]*\\)\"" line)
3011 (string-match " \\([^ ]+\\) " line)) ; stone-age VMS servers!
3012 (setq dir (match-string 1 line)))))
3013 (cons dir line)))
3014 \f
3015 ;;; ------------------------------------------------------------
3016 ;;; expand-file-name and friends...which currently don't work
3017 ;;; ------------------------------------------------------------
3018
3019 (defun ange-ftp-expand-dir (host user dir)
3020 "Return the result of doing a PWD in the current FTP session.
3021 Use the connection to machine HOST
3022 logged in as user USER and cd'd to directory DIR."
3023 (let* ((host-type (ange-ftp-host-type host user))
3024 ;; It is more efficient to call ange-ftp-host-type
3025 ;; before binding res, because ange-ftp-host-type sometimes
3026 ;; adds to the info in the expand-dir-hashtable.
3027 (fix-name-func
3028 (cdr (assq host-type ange-ftp-fix-name-func-alist)))
3029 (key (concat host "/" user "/" dir))
3030 (res (gethash key ange-ftp-expand-dir-hashtable)))
3031 (or res
3032 (progn
3033 (or
3034 (string-equal user "anonymous")
3035 (string-equal user "ftp")
3036 (not (eq host-type 'unix))
3037 (let* ((ange-ftp-good-msgs (concat ange-ftp-expand-dir-regexp
3038 "\\|"
3039 ange-ftp-good-msgs))
3040 (result (ange-ftp-send-cmd host user
3041 (list 'get dir null-device)
3042 (format "expanding %s" dir)))
3043 (line (cdr result)))
3044 (setq res
3045 (if (string-match ange-ftp-expand-dir-regexp line)
3046 (match-string 1 line)))))
3047 (or res
3048 (if (string-equal dir "~")
3049 (setq res (car (ange-ftp-get-pwd host user)))
3050 (let ((home (ange-ftp-expand-dir host user "~")))
3051 (unwind-protect
3052 (and (ange-ftp-cd host user dir)
3053 (setq res (car (ange-ftp-get-pwd host user))))
3054 (ange-ftp-cd host user home)))))
3055 (if res
3056 (let ((ange-ftp-this-user user)
3057 (ange-ftp-this-host host))
3058 (if fix-name-func
3059 (setq res (funcall fix-name-func res 'reverse)))
3060 (puthash key res ange-ftp-expand-dir-hashtable)))
3061 res))))
3062
3063 (defun ange-ftp-canonize-filename (n)
3064 "Take a string N and short-circuit //, /. and /.."
3065 (if (string-match "[^:]+//" n) ;don't upset Apollo users
3066 (setq n (substring n (1- (match-end 0)))))
3067 (let ((parsed (ange-ftp-ftp-name n)))
3068 (if parsed
3069 (let ((host (car parsed))
3070 (user (nth 1 parsed))
3071 (name (nth 2 parsed)))
3072
3073 ;; See if remote name is absolute. If so then just expand it and
3074 ;; replace the name component of the overall name.
3075 (cond ((string-match "\\`/" name)
3076 name)
3077
3078 ;; Name starts with ~ or ~user. Resolve that part of the name
3079 ;; making it absolute then re-expand it.
3080 ((string-match "\\`~[^/]*" name)
3081 (let* ((tilda (match-string 0 name))
3082 (rest (substring name (match-end 0)))
3083 (dir (ange-ftp-expand-dir host user tilda)))
3084 (if dir
3085 ;; C-x d /ftp:anonymous@ftp.gnu.org:~/ RET
3086 ;; seems to cause `rest' to sometimes be empty.
3087 ;; Maybe it's an error for `rest' to be empty here,
3088 ;; but until we figure this out, this quick fix
3089 ;; seems to do the trick.
3090 (setq name (cond ((string-equal rest "") dir)
3091 ((string-equal dir "/") rest)
3092 (t (concat dir rest))))
3093 (error "User \"%s\" is not known"
3094 (substring tilda 1)))))
3095
3096 ;; relative name. Tack on homedir and re-expand.
3097 (t
3098 (let ((dir (ange-ftp-expand-dir host user "~")))
3099 (if dir
3100 (setq name (concat
3101 (ange-ftp-real-file-name-as-directory dir)
3102 name))
3103 (error "Unable to obtain CWD")))))
3104
3105 ;; If name starts with //, preserve that, for apollo system.
3106 (unless (string-match "\\`//" name)
3107 (if (not (eq system-type 'windows-nt))
3108 (setq name (ange-ftp-real-expand-file-name name))
3109 ;; Windows UNC default dirs do not make sense for ftp.
3110 (setq name (if (string-match "\\`//" default-directory)
3111 (ange-ftp-real-expand-file-name name "c:/")
3112 (ange-ftp-real-expand-file-name name)))
3113 ;; Strip off possible drive specifier.
3114 (if (string-match "\\`[a-zA-Z]:" name)
3115 (setq name (substring name 2))))
3116 (if (string-match "\\`//" name)
3117 (setq name (substring name 1))))
3118
3119 ;; Now substitute the expanded name back into the overall filename.
3120 (ange-ftp-replace-name-component n name))
3121
3122 ;; non-ange-ftp name. Just expand normally.
3123 (if (eq (string-to-char n) ?/)
3124 (ange-ftp-real-expand-file-name n)
3125 (ange-ftp-real-expand-file-name
3126 (ange-ftp-real-file-name-nondirectory n)
3127 (ange-ftp-real-file-name-directory n))))))
3128
3129 (defun ange-ftp-expand-file-name (name &optional default)
3130 "Documented as `expand-file-name'."
3131 (save-match-data
3132 (setq default (or default default-directory))
3133 (cond ((eq (string-to-char name) ?~)
3134 (ange-ftp-real-expand-file-name name))
3135 ((eq (string-to-char name) ?/)
3136 (ange-ftp-canonize-filename name))
3137 ((and (eq system-type 'windows-nt)
3138 (eq (string-to-char name) ?\\))
3139 (ange-ftp-canonize-filename name))
3140 ((and (eq system-type 'windows-nt)
3141 (or (string-match "\\`[a-zA-Z]:" name)
3142 (string-match "\\`[a-zA-Z]:" default)))
3143 (ange-ftp-real-expand-file-name name default))
3144 ((zerop (length name))
3145 (ange-ftp-canonize-filename default))
3146 ((ange-ftp-canonize-filename
3147 (concat (file-name-as-directory default) name))))))
3148 \f
3149 ;;; These are problems--they are currently not enabled.
3150
3151 (defvar ange-ftp-file-name-as-directory-alist nil
3152 "Association list of (TYPE . FUNC) pairs.
3153 FUNC converts a filename to a directory name for the operating
3154 system TYPE.")
3155
3156 (defun ange-ftp-file-name-as-directory (name)
3157 "Documented as `file-name-as-directory'."
3158 (let ((parsed (ange-ftp-ftp-name name)))
3159 (if parsed
3160 (if (string-equal (nth 2 parsed) "")
3161 name
3162 (funcall (or (cdr (assq
3163 (ange-ftp-host-type (car parsed))
3164 ange-ftp-file-name-as-directory-alist))
3165 'ange-ftp-real-file-name-as-directory)
3166 name))
3167 (ange-ftp-real-file-name-as-directory name))))
3168
3169 (defun ange-ftp-file-name-directory (name)
3170 "Documented as `file-name-directory'."
3171 (let ((parsed (ange-ftp-ftp-name name)))
3172 (if parsed
3173 (let ((filename (nth 2 parsed)))
3174 (if (string-match-p "\\`~[^/]*\\'" filename)
3175 name
3176 (ange-ftp-replace-name-component
3177 name
3178 (ange-ftp-real-file-name-directory filename))))
3179 (ange-ftp-real-file-name-directory name))))
3180
3181 (defun ange-ftp-file-name-nondirectory (name)
3182 "Documented as `file-name-nondirectory'."
3183 (let ((parsed (ange-ftp-ftp-name name)))
3184 (if parsed
3185 (let ((filename (nth 2 parsed)))
3186 (if (string-match-p "\\`~[^/]*\\'" filename)
3187 ""
3188 (ange-ftp-real-file-name-nondirectory filename)))
3189 (ange-ftp-real-file-name-nondirectory name))))
3190
3191 (defun ange-ftp-directory-file-name (dir)
3192 "Documented as `directory-file-name'."
3193 (let ((parsed (ange-ftp-ftp-name dir)))
3194 (if parsed
3195 (ange-ftp-replace-name-component
3196 dir
3197 (ange-ftp-real-directory-file-name (nth 2 parsed)))
3198 (ange-ftp-real-directory-file-name dir))))
3199
3200 \f
3201 ;;; Hooks that handle Emacs primitives.
3202
3203 ;; Returns non-nil if should transfer FILE in binary mode.
3204 (defun ange-ftp-binary-file (file)
3205 (string-match-p ange-ftp-binary-file-name-regexp file))
3206
3207 (defun ange-ftp-write-region (start end filename &optional append visit)
3208 (setq filename (expand-file-name filename))
3209 (let ((parsed (ange-ftp-ftp-name filename)))
3210 (if parsed
3211 (let* ((host (nth 0 parsed))
3212 (user (nth 1 parsed))
3213 (name (ange-ftp-quote-string (nth 2 parsed)))
3214 (temp (ange-ftp-make-tmp-name host))
3215 ;; What we REALLY need here is a way to determine if the mode
3216 ;; of the transfer is irrelevant, i.e. we can use binary mode
3217 ;; regardless. Maybe a system-type to host-type lookup?
3218 (binary (or (ange-ftp-binary-file filename)
3219 (and (not (memq system-type
3220 '(ms-dos windows-nt)))
3221 (memq (ange-ftp-host-type host user)
3222 '(unix dumb-unix)))))
3223 (cmd (if append 'append 'put))
3224 (abbr (ange-ftp-abbreviate-filename filename))
3225 ;; we need to reset `last-coding-system-used' to its
3226 ;; value immediately after calling the real write-region,
3227 ;; so that `basic-save-buffer' doesn't see whatever value
3228 ;; might be used when communicating with the ftp process.
3229 (coding-system-used last-coding-system-used))
3230 (unwind-protect
3231 (progn
3232 (let ((filename (buffer-file-name))
3233 (mod-p (buffer-modified-p)))
3234 (unwind-protect
3235 (progn
3236 (ange-ftp-real-write-region start end temp nil
3237 (or visit 'quiet))
3238 (setq coding-system-used last-coding-system-used))
3239 ;; cleanup forms
3240 (setq coding-system-used last-coding-system-used)
3241 (setq buffer-file-name filename)
3242 (restore-buffer-modified-p mod-p)))
3243 (if binary
3244 (ange-ftp-set-binary-mode host user))
3245
3246 ;; tell the process filter what size the transfer will be.
3247 (let ((attr (file-attributes temp)))
3248 (if attr
3249 (ange-ftp-set-xfer-size host user (nth 7 attr))))
3250
3251 ;; put or append the file.
3252 (let ((result (ange-ftp-send-cmd host user
3253 (list cmd temp name)
3254 (format "Writing %s" abbr))))
3255 (or (car result)
3256 (signal 'ftp-error
3257 (list
3258 "Opening output file"
3259 (format "FTP Error: \"%s\"" (cdr result))
3260 filename)))))
3261 (ange-ftp-del-tmp-name temp)
3262 (if binary
3263 (ange-ftp-set-ascii-mode host user)))
3264 (if (eq visit t)
3265 (progn
3266 (set-visited-file-modtime (ange-ftp-file-modtime filename))
3267 (ange-ftp-set-buffer-mode)
3268 (setq buffer-file-name filename)
3269 (set-buffer-modified-p nil)))
3270 ;; ensure `last-coding-system-used' has an appropriate value
3271 (setq last-coding-system-used coding-system-used)
3272 (ange-ftp-message "Wrote %s" abbr)
3273 (ange-ftp-add-file-entry filename))
3274 (ange-ftp-real-write-region start end filename append visit))))
3275
3276 (defun ange-ftp-insert-file-contents (filename &optional visit beg end replace)
3277 (barf-if-buffer-read-only)
3278 (setq filename (expand-file-name filename))
3279 (let ((parsed (ange-ftp-ftp-name filename)))
3280 (if parsed
3281 (progn
3282 (if visit
3283 (setq buffer-file-name filename))
3284 (if (or (file-exists-p filename)
3285 (progn
3286 (setq ange-ftp-ls-cache-file nil)
3287 (remhash (file-name-directory filename)
3288 ange-ftp-files-hashtable)
3289 (file-exists-p filename)))
3290 (let* ((host (nth 0 parsed))
3291 (user (nth 1 parsed))
3292 (name (ange-ftp-quote-string (nth 2 parsed)))
3293 (temp (ange-ftp-make-tmp-name host))
3294 (binary (or (ange-ftp-binary-file filename)
3295 (memq (ange-ftp-host-type host user)
3296 '(unix dumb-unix))))
3297 (abbr (ange-ftp-abbreviate-filename filename))
3298 (coding-system-used last-coding-system-used)
3299 size)
3300 (unwind-protect
3301 (progn
3302 (if binary
3303 (ange-ftp-set-binary-mode host user))
3304 (let ((result (ange-ftp-send-cmd host user
3305 (list 'get name temp)
3306 (format "Retrieving %s" abbr))))
3307 (or (car result)
3308 (signal 'ftp-error
3309 (list
3310 "Opening input file"
3311 (format "FTP Error: \"%s\"" (cdr result))
3312 filename))))
3313 (if (or (ange-ftp-real-file-readable-p temp)
3314 (sleep-for ange-ftp-retry-time)
3315 ;; Wait for file to hopefully appear.
3316 (ange-ftp-real-file-readable-p temp))
3317 (setq
3318 size
3319 (nth 1 (ange-ftp-real-insert-file-contents
3320 temp visit beg end replace))
3321 coding-system-used last-coding-system-used
3322 ;; override autodetection of buffer file type
3323 ;; to ensure buffer is saved in DOS format
3324 buffer-file-type binary)
3325 (signal 'ftp-error
3326 (list
3327 "Opening input file:"
3328 (format
3329 "FTP Error: %s not arrived or readable"
3330 filename)))))
3331 (if binary
3332 ;; We must keep `last-coding-system-used'
3333 ;; unchanged.
3334 (let (last-coding-system-used)
3335 (ange-ftp-set-ascii-mode host user)))
3336 (ange-ftp-del-tmp-name temp))
3337 (if visit
3338 (progn
3339 (set-visited-file-modtime
3340 (ange-ftp-file-modtime filename))
3341 (setq buffer-file-name filename)))
3342 (setq last-coding-system-used coding-system-used)
3343 (list filename size))
3344 (signal 'file-error
3345 (list
3346 "Opening input file"
3347 filename))))
3348 (ange-ftp-real-insert-file-contents filename visit beg end replace))))
3349
3350 (defun ange-ftp-expand-symlink (file dir)
3351 (let ((res (if (file-name-absolute-p file)
3352 (ange-ftp-replace-name-component dir file)
3353 (expand-file-name file dir))))
3354 (if (file-symlink-p res)
3355 (ange-ftp-expand-symlink
3356 (ange-ftp-get-file-entry res)
3357 (file-name-directory (directory-file-name res)))
3358 res)))
3359
3360 (defun ange-ftp-file-symlink-p (file)
3361 ;; call ange-ftp-expand-file-name rather than the normal
3362 ;; expand-file-name to stop loops when using a package that
3363 ;; redefines both file-symlink-p and expand-file-name.
3364 (setq file (ange-ftp-expand-file-name file))
3365 (if (ange-ftp-ftp-name file)
3366 (condition-case nil
3367 (let ((ent (ange-ftp-get-files (file-name-directory file))))
3368 (and ent
3369 (stringp (setq ent
3370 (gethash (ange-ftp-get-file-part file) ent)))
3371 ent))
3372 ;; If we can't read the parent directory, just assume
3373 ;; this file is not a symlink.
3374 ;; This makes it possible to access a directory that
3375 ;; whose parent is not readable.
3376 (file-error nil))
3377 (ange-ftp-real-file-symlink-p file)))
3378
3379 (defun ange-ftp-file-exists-p (name)
3380 (setq name (expand-file-name name))
3381 (if (ange-ftp-ftp-name name)
3382 (if (ange-ftp-file-entry-p name)
3383 (let ((file-ent (ange-ftp-get-file-entry name)))
3384 (if (stringp file-ent)
3385 (file-exists-p
3386 (ange-ftp-expand-symlink file-ent
3387 (file-name-directory
3388 (directory-file-name name))))
3389 t)))
3390 (ange-ftp-real-file-exists-p name)))
3391
3392 (defun ange-ftp-file-directory-p (name)
3393 (setq name (expand-file-name name))
3394 (if (ange-ftp-ftp-name name)
3395 ;; We do a file-name-as-directory on name here because some
3396 ;; machines (VMS) use a .DIR to indicate the filename associated
3397 ;; with a directory. This needs to be canonicalized.
3398 (let ((file-ent (ange-ftp-get-file-entry
3399 (ange-ftp-file-name-as-directory name))))
3400 (if (stringp file-ent)
3401 ;; Calling file-directory-p doesn't work because ange-ftp
3402 ;; is temporarily disabled for this operation.
3403 (ange-ftp-file-directory-p
3404 (ange-ftp-expand-symlink file-ent
3405 (file-name-directory
3406 (directory-file-name name))))
3407 file-ent))
3408 (ange-ftp-real-file-directory-p name)))
3409
3410 (defun ange-ftp-directory-files (directory &optional full match
3411 &rest v19-args)
3412 (setq directory (expand-file-name directory))
3413 (if (ange-ftp-ftp-name directory)
3414 (progn
3415 (ange-ftp-barf-if-not-directory directory)
3416 (let ((tail (ange-ftp-hash-table-keys
3417 (ange-ftp-get-files directory)))
3418 files f)
3419 (setq directory (file-name-as-directory directory))
3420 (while tail
3421 (setq f (car tail)
3422 tail (cdr tail))
3423 (if (or (not match) (string-match-p match f))
3424 (setq files
3425 (cons (if full (concat directory f) f) files))))
3426 (nreverse files)))
3427 (apply 'ange-ftp-real-directory-files directory full match v19-args)))
3428
3429 (defun ange-ftp-directory-files-and-attributes
3430 (directory &optional full match nosort id-format)
3431 (setq directory (expand-file-name directory))
3432 (if (ange-ftp-ftp-name directory)
3433 (mapcar
3434 (lambda (file)
3435 (cons file (file-attributes (expand-file-name file directory))))
3436 (ange-ftp-directory-files directory full match nosort))
3437 (ange-ftp-real-directory-files-and-attributes
3438 directory full match nosort id-format)))
3439
3440 (defun ange-ftp-file-attributes (file &optional id-format)
3441 (setq file (expand-file-name file))
3442 (let ((parsed (ange-ftp-ftp-name file)))
3443 (if parsed
3444 (let ((part (ange-ftp-get-file-part file))
3445 (files (ange-ftp-get-files (file-name-directory file))))
3446 (if (ange-ftp-hash-entry-exists-p part files)
3447 (let ((host (nth 0 parsed))
3448 (user (nth 1 parsed))
3449 (name (nth 2 parsed))
3450 (dirp (gethash part files))
3451 (inode (gethash file ange-ftp-inodes-hashtable)))
3452 (unless inode
3453 (setq inode ange-ftp-next-inode-number
3454 ange-ftp-next-inode-number (1+ inode))
3455 (puthash file inode ange-ftp-inodes-hashtable))
3456 (list (if (and (stringp dirp) (file-name-absolute-p dirp))
3457 (ange-ftp-expand-symlink dirp
3458 (file-name-directory file))
3459 dirp) ;0 file type
3460 -1 ;1 link count
3461 -1 ;2 uid
3462 -1 ;3 gid
3463 '(0 0) ;4 atime
3464 (ange-ftp-file-modtime file) ;5 mtime
3465 '(0 0) ;6 ctime
3466 (ange-ftp-file-size file) ;7 size
3467 (concat (if (stringp dirp) "l" (if dirp "d" "-"))
3468 "?????????") ;8 mode
3469 nil ;9 gid weird
3470 inode ;10 "inode number".
3471 -1 ;11 device number [v19 only]
3472 ))))
3473 (if id-format
3474 (ange-ftp-real-file-attributes file id-format)
3475 (ange-ftp-real-file-attributes file)))))
3476
3477 (defun ange-ftp-file-newer-than-file-p (f1 f2)
3478 (let ((f1-parsed (ange-ftp-ftp-name f1))
3479 (f2-parsed (ange-ftp-ftp-name f2)))
3480 (if (or f1-parsed f2-parsed)
3481 (let ((f1-mt (nth 5 (file-attributes f1)))
3482 (f2-mt (nth 5 (file-attributes f2))))
3483 (cond ((null f1-mt) nil)
3484 ((null f2-mt) t)
3485 (t (> (float-time f1-mt) (float-time f2-mt)))))
3486 (ange-ftp-real-file-newer-than-file-p f1 f2))))
3487
3488 (defun ange-ftp-file-writable-p (file)
3489 (let ((ange-ftp-process-verbose nil))
3490 (setq file (expand-file-name file))
3491 (if (ange-ftp-ftp-name file)
3492 (or (file-exists-p file) ;guess here for speed
3493 (file-directory-p (file-name-directory file)))
3494 (ange-ftp-real-file-writable-p file))))
3495
3496 (defun ange-ftp-file-readable-p (file)
3497 (let ((ange-ftp-process-verbose nil))
3498 (setq file (expand-file-name file))
3499 (if (ange-ftp-ftp-name file)
3500 (file-exists-p file)
3501 (ange-ftp-real-file-readable-p file))))
3502
3503 (defun ange-ftp-file-executable-p (file)
3504 (let ((ange-ftp-process-verbose nil))
3505 (setq file (expand-file-name file))
3506 (if (ange-ftp-ftp-name file)
3507 (file-exists-p file)
3508 (ange-ftp-real-file-executable-p file))))
3509
3510 (defun ange-ftp-delete-file (file &optional trash)
3511 (interactive (list (read-file-name "Delete file: " nil default-directory)
3512 (null current-prefix-arg)))
3513 (setq file (expand-file-name file))
3514 (let ((parsed (ange-ftp-ftp-name file)))
3515 (if parsed
3516 (let* ((host (nth 0 parsed))
3517 (user (nth 1 parsed))
3518 (name (ange-ftp-quote-string (nth 2 parsed)))
3519 (abbr (ange-ftp-abbreviate-filename file))
3520 (result (ange-ftp-send-cmd host user
3521 (list 'delete name)
3522 (format "Deleting %s" abbr))))
3523 (or (car result)
3524 (signal 'ftp-error
3525 (list
3526 "Removing old name"
3527 (format "FTP Error: \"%s\"" (cdr result))
3528 file)))
3529 (ange-ftp-delete-file-entry file))
3530 (ange-ftp-real-delete-file file trash))))
3531
3532 (defun ange-ftp-file-modtime (file)
3533 "Return the modification time of remote file FILE.
3534 Value is (0 0) if the modification time cannot be determined."
3535 (let* ((parsed (ange-ftp-ftp-name file))
3536 ;; At least one FTP server (wu-ftpd) can return a "226
3537 ;; Transfer complete" before the "213 MODTIME". Let's skip
3538 ;; that.
3539 (ange-ftp-skip-msgs (concat ange-ftp-skip-msgs "\\|^226"))
3540 (res (ange-ftp-send-cmd (car parsed) (cadr parsed)
3541 (list 'quote "mdtm" (cadr (cdr parsed)))))
3542 (line (cdr res))
3543 (modtime '(0 0)))
3544 ;; MDTM should return "213 YYYYMMDDhhmmss" GMT on success
3545 ;; following the Internet draft for FTP extensions.
3546 ;; Bob@rattlesnake.com reports that is returns something different
3547 ;; for at least one FTP server. So, let's use the response only
3548 ;; if it matches the Internet draft.
3549 (when (string-match-p "^213 [0-9]\\{14\\}$" line)
3550 (setq modtime
3551 (encode-time
3552 (string-to-number (substring line 16 18))
3553 (string-to-number (substring line 14 16))
3554 (string-to-number (substring line 12 14))
3555 (string-to-number (substring line 10 12))
3556 (string-to-number (substring line 8 10))
3557 (string-to-number (substring line 4 8))
3558 0)))
3559 modtime))
3560
3561 (defun ange-ftp-verify-visited-file-modtime (buf)
3562 (let ((name (buffer-file-name buf)))
3563 (if (and (stringp name) (ange-ftp-ftp-name name))
3564 (let ((file-mdtm (ange-ftp-file-modtime name))
3565 (buf-mdtm (with-current-buffer buf (visited-file-modtime))))
3566 (or (zerop (car file-mdtm))
3567 (<= (float-time file-mdtm) (float-time buf-mdtm))))
3568 (ange-ftp-real-verify-visited-file-modtime buf))))
3569
3570 (defun ange-ftp-file-size (file &optional ascii-mode)
3571 "Return the size of remote file FILE. Return -1 if can't get it.
3572 If ascii-mode is non-nil, return the size with the extra octets that
3573 need to be inserted, one at the end of each line, to provide correct
3574 end-of-line semantics for a transfer using TYPE=A. The default is nil,
3575 so return the size on the remote host exactly. See RFC 3659."
3576 (let* ((parsed (ange-ftp-ftp-name file))
3577 (host (nth 0 parsed))
3578 (user (nth 1 parsed))
3579 (name (ange-ftp-quote-string (nth 2 parsed)))
3580 ;; At least one FTP server (wu-ftpd) can return a "226
3581 ;; Transfer complete" before the "213 SIZE". Let's skip
3582 ;; that.
3583 (ange-ftp-skip-msgs (concat ange-ftp-skip-msgs "\\|^226"))
3584 (res (unwind-protect
3585 (progn
3586 (unless ascii-mode
3587 (ange-ftp-set-binary-mode host user))
3588 (ange-ftp-send-cmd host user (list 'quote "size" name)))
3589 (unless ascii-mode
3590 (ange-ftp-set-ascii-mode host user))))
3591 (line (cdr res)))
3592 (if (string-match "^213 \\([0-9]+\\)$" line)
3593 (string-to-number (match-string 1 line))
3594 -1)))
3595
3596 \f
3597 ;;;; ------------------------------------------------------------
3598 ;;;; File copying support... totally re-written 6/24/92.
3599 ;;;; ------------------------------------------------------------
3600
3601 (defun ange-ftp-barf-or-query-if-file-exists (absname querystring interactive)
3602 (if (file-exists-p absname)
3603 (if (not interactive)
3604 (signal 'file-already-exists (list absname))
3605 (if (not (yes-or-no-p (format "File %s already exists; %s anyway? "
3606 absname querystring)))
3607 (signal 'file-already-exists (list absname))))))
3608
3609 ;; async local copy commented out for now since I don't seem to get
3610 ;; the process sentinel called for some processes.
3611 ;;
3612 ;; (defun ange-ftp-copy-file-locally (filename newname ok-if-already-exists
3613 ;; keep-date cont)
3614 ;; "Kludge to copy a local file and call a continuation when the copy
3615 ;; finishes."
3616 ;; ;; check to see if we can overwrite
3617 ;; (if (or (not ok-if-already-exists)
3618 ;; (numberp ok-if-already-exists))
3619 ;; (ange-ftp-barf-or-query-if-file-exists newname "copy to it"
3620 ;; (numberp ok-if-already-exists)))
3621 ;; (let ((proc (start-process " *copy*"
3622 ;; (generate-new-buffer "*copy*")
3623 ;; "cp"
3624 ;; filename
3625 ;; newname))
3626 ;; res)
3627 ;; (set-process-sentinel proc 'ange-ftp-copy-file-locally-sentinel)
3628 ;; (process-kill-without-query proc)
3629 ;; (with-current-buffer (process-buffer proc)
3630 ;; (set (make-local-variable 'copy-cont) cont))))
3631 ;;
3632 ;; (defun ange-ftp-copy-file-locally-sentinel (proc status)
3633 ;; (with-current-buffer (process-buffer proc)
3634 ;; (let ((cont copy-cont)
3635 ;; (result (buffer-string)))
3636 ;; (unwind-protect
3637 ;; (if (and (string-equal status "finished\n")
3638 ;; (zerop (length result)))
3639 ;; (ange-ftp-call-cont cont t nil)
3640 ;; (ange-ftp-call-cont cont
3641 ;; nil
3642 ;; (if (zerop (length result))
3643 ;; (substring status 0 -1)
3644 ;; (substring result 0 -1))))
3645 ;; (kill-buffer (current-buffer))))))
3646
3647 ;; this is the extended version of ange-ftp-copy-file-internal that works
3648 ;; asynchronously if asked nicely.
3649 (defun ange-ftp-copy-file-internal (filename newname ok-if-already-exists
3650 keep-date &optional msg cont nowait)
3651 (setq filename (expand-file-name filename)
3652 newname (expand-file-name newname))
3653
3654 ;; canonicalize newname if a directory.
3655 (if (file-directory-p newname)
3656 (setq newname (expand-file-name (file-name-nondirectory filename) newname)))
3657
3658 (let ((f-parsed (ange-ftp-ftp-name filename))
3659 (t-parsed (ange-ftp-ftp-name newname)))
3660
3661 ;; local file to local file copy?
3662 (if (and (not f-parsed) (not t-parsed))
3663 (progn
3664 (ange-ftp-real-copy-file filename newname ok-if-already-exists
3665 keep-date)
3666 (if cont
3667 (ange-ftp-call-cont cont t "Copied locally")))
3668 ;; one or both files are remote.
3669 (let* ((f-host (and f-parsed (nth 0 f-parsed)))
3670 (f-user (and f-parsed (nth 1 f-parsed)))
3671 (f-name (and f-parsed (ange-ftp-quote-string (nth 2 f-parsed))))
3672 (f-abbr (ange-ftp-abbreviate-filename filename))
3673 (t-host (and t-parsed (nth 0 t-parsed)))
3674 (t-user (and t-parsed (nth 1 t-parsed)))
3675 (t-name (and t-parsed (ange-ftp-quote-string (nth 2 t-parsed))))
3676 (t-abbr (ange-ftp-abbreviate-filename newname filename))
3677 (binary (or (ange-ftp-binary-file filename)
3678 (ange-ftp-binary-file newname)
3679 (and (memq (ange-ftp-host-type f-host f-user)
3680 '(unix dumb-unix))
3681 (memq (ange-ftp-host-type t-host t-user)
3682 '(unix dumb-unix)))))
3683 temp1
3684 temp2)
3685
3686 ;; check to see if we can overwrite
3687 (if (or (not ok-if-already-exists)
3688 (numberp ok-if-already-exists))
3689 (ange-ftp-barf-or-query-if-file-exists newname "copy to it"
3690 (numberp ok-if-already-exists)))
3691
3692 ;; do the copying.
3693 (if f-parsed
3694
3695 ;; filename was remote.
3696 (progn
3697 (if (or (ange-ftp-use-gateway-p f-host)
3698 t-parsed)
3699 ;; have to use intermediate file if we are getting via
3700 ;; gateway machine or we are doing a remote to remote copy.
3701 (setq temp1 (ange-ftp-make-tmp-name f-host)))
3702
3703 (if binary
3704 (ange-ftp-set-binary-mode f-host f-user))
3705
3706 (ange-ftp-send-cmd
3707 f-host
3708 f-user
3709 (list 'get f-name (or temp1 (ange-ftp-quote-string newname)))
3710 (or msg
3711 (if (and temp1 t-parsed)
3712 (format "Getting %s" f-abbr)
3713 (format "Copying %s to %s" f-abbr t-abbr)))
3714 (list 'ange-ftp-cf1
3715 filename newname binary msg
3716 f-parsed f-host f-user f-name f-abbr
3717 t-parsed t-host t-user t-name t-abbr
3718 temp1 temp2 cont nowait)
3719 nowait))
3720
3721 ;; filename wasn't remote. newname must be remote. call the
3722 ;; function which does the remainder of the copying work.
3723 (ange-ftp-cf1 t nil
3724 filename newname binary msg
3725 f-parsed f-host f-user f-name f-abbr
3726 t-parsed t-host t-user t-name t-abbr
3727 nil nil cont nowait))))))
3728
3729 (defvar ange-ftp-waiting-flag nil)
3730
3731 ;; next part of copying routine.
3732 (defun ange-ftp-cf1 (result line
3733 filename newname binary msg
3734 f-parsed f-host f-user f-name f-abbr
3735 t-parsed t-host t-user t-name t-abbr
3736 temp1 temp2 cont nowait)
3737 (if line
3738 ;; filename must have been remote, and we must have just done a GET.
3739 (unwind-protect
3740 (or result
3741 ;; GET failed for some reason. Clean up and get out.
3742 (progn
3743 (and temp1 (ange-ftp-del-tmp-name temp1))
3744 (or cont
3745 (if ange-ftp-waiting-flag
3746 (throw 'ftp-error t)
3747 (signal 'ftp-error
3748 (list "Opening input file"
3749 (format "FTP Error: \"%s\"" line)
3750 filename))))))
3751 ;; cleanup
3752 (if binary
3753 (ange-ftp-set-ascii-mode f-host f-user))))
3754
3755 (if result
3756 ;; We now have to copy either temp1 or filename to newname.
3757 (if t-parsed
3758
3759 ;; newname was remote.
3760 (progn
3761 (if (ange-ftp-use-gateway-p t-host)
3762 (setq temp2 (ange-ftp-make-tmp-name t-host)))
3763
3764 ;; make sure data is moved into the right place for the
3765 ;; outgoing transfer. gateway temporary files complicate
3766 ;; things nicely.
3767 (if temp1
3768 (if temp2
3769 (if (string-equal temp1 temp2)
3770 (setq temp1 nil)
3771 (ange-ftp-real-copy-file temp1 temp2 t))
3772 (setq temp2 temp1 temp1 nil))
3773 (if temp2
3774 (ange-ftp-real-copy-file filename temp2 t)))
3775
3776 (if binary
3777 (ange-ftp-set-binary-mode t-host t-user))
3778
3779 ;; tell the process filter what size the file is.
3780 (let ((attr (file-attributes (or temp2 filename))))
3781 (if attr
3782 (ange-ftp-set-xfer-size t-host t-user (nth 7 attr))))
3783
3784 (ange-ftp-send-cmd
3785 t-host
3786 t-user
3787 (list 'put (or temp2 (ange-ftp-quote-string filename)) t-name)
3788 (or msg
3789 (if (and temp2 f-parsed)
3790 (format "Putting %s" newname)
3791 (format "Copying %s to %s" f-abbr t-abbr)))
3792 (list 'ange-ftp-cf2
3793 newname t-host t-user binary temp1 temp2 cont)
3794 nowait))
3795
3796 ;; newname wasn't remote.
3797 (ange-ftp-cf2 t nil newname t-host t-user binary temp1 temp2 cont))
3798
3799 ;; first copy failed, tell caller
3800 (ange-ftp-call-cont cont result line)))
3801
3802 ;; last part of copying routine.
3803 (defun ange-ftp-cf2 (result line newname t-host t-user binary temp1 temp2 cont)
3804 (unwind-protect
3805 (if line
3806 ;; result from doing a local to remote copy.
3807 (unwind-protect
3808 (progn
3809 (or result
3810 (or cont
3811 (if ange-ftp-waiting-flag
3812 (throw 'ftp-error t)
3813 (signal 'ftp-error
3814 (list "Opening output file"
3815 (format "FTP Error: \"%s\"" line)
3816 newname)))))
3817
3818 (ange-ftp-add-file-entry newname))
3819
3820 ;; cleanup.
3821 (if binary
3822 (ange-ftp-set-ascii-mode t-host t-user)))
3823
3824 ;; newname was local.
3825 (if temp1
3826 (ange-ftp-real-copy-file temp1 newname t)))
3827
3828 ;; clean up
3829 (and temp1 (ange-ftp-del-tmp-name temp1))
3830 (and temp2 (ange-ftp-del-tmp-name temp2))
3831 (ange-ftp-call-cont cont result line)))
3832
3833 (defun ange-ftp-copy-file (filename newname &optional ok-if-already-exists
3834 keep-date preserve-uid-gid
3835 preserve-selinux-context)
3836 (interactive "fCopy file: \nFCopy %s to file: \np")
3837 (ange-ftp-copy-file-internal filename
3838 newname
3839 ok-if-already-exists
3840 keep-date
3841 nil
3842 nil
3843 (called-interactively-p 'interactive)))
3844
3845 (defun ange-ftp-copy-files-async (okay-p line verbose-p files)
3846 "Copy some files in the background.
3847 OKAY-P must be t, and LINE does not matter. They are here to make this
3848 function a valid CONT argument for `ange-ftp-raw-send-cmd'.
3849 If VERBOSE-P is non-nil, print progress report in the echo area.
3850 When all the files have been copied already, a message is shown anyway.
3851 FILES is a list of files to copy in the form
3852 (from-file to-file ok-if-already-exists keep-date)
3853 E.g.,
3854 (ange-ftp-copy-files-async t nil t '((\"a\" \"b\" t t) (\"c\" \"d\" t t)))"
3855 (unless okay-p (error "%s: %s" 'ange-ftp-copy-files-async line))
3856 (if files
3857 (let* ((ff (car files))
3858 (from-file (nth 0 ff))
3859 (to-file (nth 1 ff))
3860 (ok-if-exists (nth 2 ff))
3861 (keep-date (nth 3 ff)))
3862 (ange-ftp-copy-file-internal
3863 from-file to-file ok-if-exists keep-date
3864 (and verbose-p (format "%s --> %s" from-file to-file))
3865 (list 'ange-ftp-copy-files-async verbose-p (cdr files))
3866 t))
3867 (message "%s: done" 'ange-ftp-copy-files-async)))
3868
3869 \f
3870 ;;;; ------------------------------------------------------------
3871 ;;;; File renaming support.
3872 ;;;; ------------------------------------------------------------
3873
3874 (defun ange-ftp-rename-remote-to-remote (filename newname f-parsed t-parsed)
3875 "Rename remote file FILENAME to remote file NEWNAME."
3876 (let ((f-host (nth 0 f-parsed))
3877 (f-user (nth 1 f-parsed))
3878 (t-host (nth 0 t-parsed))
3879 (t-user (nth 1 t-parsed)))
3880 (if (and (string-equal f-host t-host)
3881 (string-equal f-user t-user))
3882 (let* ((f-name (ange-ftp-quote-string (nth 2 f-parsed)))
3883 (t-name (ange-ftp-quote-string (nth 2 t-parsed)))
3884 (cmd (list 'rename f-name t-name))
3885 (fabbr (ange-ftp-abbreviate-filename filename))
3886 (nabbr (ange-ftp-abbreviate-filename newname filename))
3887 (result (ange-ftp-send-cmd f-host f-user cmd
3888 (format "Renaming %s to %s"
3889 fabbr
3890 nabbr))))
3891 (or (car result)
3892 (signal 'ftp-error
3893 (list
3894 "Renaming"
3895 (format "FTP Error: \"%s\"" (cdr result))
3896 filename
3897 newname)))
3898 (ange-ftp-add-file-entry newname)
3899 (ange-ftp-delete-file-entry filename))
3900 (ange-ftp-copy-file-internal filename newname t nil)
3901 (delete-file filename))))
3902
3903 (defun ange-ftp-rename-local-to-remote (filename newname)
3904 "Rename local file FILENAME to remote file NEWNAME."
3905 (let* ((fabbr (ange-ftp-abbreviate-filename filename))
3906 (nabbr (ange-ftp-abbreviate-filename newname filename))
3907 (msg (format "Renaming %s to %s" fabbr nabbr)))
3908 (ange-ftp-copy-file-internal filename newname t nil msg)
3909 (let (ange-ftp-process-verbose)
3910 (delete-file filename))))
3911
3912 (defun ange-ftp-rename-remote-to-local (filename newname)
3913 "Rename remote file FILENAME to local file NEWNAME."
3914 (let* ((fabbr (ange-ftp-abbreviate-filename filename))
3915 (nabbr (ange-ftp-abbreviate-filename newname filename))
3916 (msg (format "Renaming %s to %s" fabbr nabbr)))
3917 (ange-ftp-copy-file-internal filename newname t nil msg)
3918 (let (ange-ftp-process-verbose)
3919 (delete-file filename))))
3920
3921 (defun ange-ftp-rename-file (filename newname &optional ok-if-already-exists)
3922 (interactive "fRename file: \nFRename %s to file: \np")
3923 (setq filename (expand-file-name filename))
3924 (setq newname (expand-file-name newname))
3925 (let* ((f-parsed (ange-ftp-ftp-name filename))
3926 (t-parsed (ange-ftp-ftp-name newname)))
3927 (if (and (or f-parsed t-parsed)
3928 (or (not ok-if-already-exists)
3929 (numberp ok-if-already-exists)))
3930 (ange-ftp-barf-or-query-if-file-exists
3931 newname
3932 "rename to it"
3933 (numberp ok-if-already-exists)))
3934 (if f-parsed
3935 (if t-parsed
3936 (ange-ftp-rename-remote-to-remote filename newname f-parsed
3937 t-parsed)
3938 (ange-ftp-rename-remote-to-local filename newname))
3939 (if t-parsed
3940 (ange-ftp-rename-local-to-remote filename newname)
3941 (ange-ftp-real-rename-file filename newname ok-if-already-exists)))))
3942 \f
3943 ;;;; ------------------------------------------------------------
3944 ;;;; File name completion support.
3945 ;;;; ------------------------------------------------------------
3946
3947 ;; If the file entry is not a directory (nor a symlink pointing to a directory)
3948 ;; returns whether the file (or file pointed to by the symlink) is ignored
3949 ;; by completion-ignored-extensions.
3950 ;; Note that `ange-ftp-this-dir' and `ange-ftp-completion-ignored-pattern'
3951 ;; are used as free variables.
3952 (defun ange-ftp-file-entry-not-ignored-p (symname val)
3953 (if (stringp val)
3954 (let ((file (ange-ftp-expand-symlink val ange-ftp-this-dir)))
3955 (or (file-directory-p file)
3956 (and (file-exists-p file)
3957 (not (string-match ange-ftp-completion-ignored-pattern
3958 symname)))))
3959 (or val ; is a directory name
3960 (not (string-match ange-ftp-completion-ignored-pattern symname)))))
3961
3962 (defun ange-ftp-root-dir-p (dir)
3963 ;; Maybe we should use something more like
3964 ;; (equal dir (file-name-directory (directory-file-name dir))) -stef
3965 (or (and (eq system-type 'windows-nt)
3966 (string-match "\\`[a-zA-Z]:[/\\]\\'" dir))
3967 (string-equal "/" dir)))
3968
3969 (defun ange-ftp-file-name-all-completions (file dir)
3970 (let ((ange-ftp-this-dir (expand-file-name dir)))
3971 (if (ange-ftp-ftp-name ange-ftp-this-dir)
3972 (progn
3973 (ange-ftp-barf-if-not-directory ange-ftp-this-dir)
3974 (setq ange-ftp-this-dir
3975 (ange-ftp-real-file-name-as-directory ange-ftp-this-dir))
3976 (let* ((tbl (ange-ftp-get-files ange-ftp-this-dir))
3977 (completions (all-completions file tbl)))
3978
3979 ;; see whether each matching file is a directory or not...
3980 (mapcar
3981 (lambda (file)
3982 (let ((ent (gethash file tbl)))
3983 (if (and ent
3984 (or (not (stringp ent))
3985 (file-directory-p
3986 (ange-ftp-expand-symlink ent
3987 ange-ftp-this-dir))))
3988 (concat file "/")
3989 file)))
3990 completions)))
3991
3992 (if (ange-ftp-root-dir-p ange-ftp-this-dir)
3993 (nconc (all-completions file (ange-ftp-generate-root-prefixes))
3994 (ange-ftp-real-file-name-all-completions file
3995 ange-ftp-this-dir))
3996 (ange-ftp-real-file-name-all-completions file ange-ftp-this-dir)))))
3997
3998 (defun ange-ftp-file-name-completion (file dir &optional predicate)
3999 (let ((ange-ftp-this-dir (expand-file-name dir)))
4000 (if (ange-ftp-ftp-name ange-ftp-this-dir)
4001 (progn
4002 (ange-ftp-barf-if-not-directory ange-ftp-this-dir)
4003 (if (equal file "")
4004 ""
4005 (setq ange-ftp-this-dir
4006 (ange-ftp-real-file-name-as-directory ange-ftp-this-dir)) ;real?
4007 (let* ((tbl (ange-ftp-get-files ange-ftp-this-dir))
4008 (ange-ftp-completion-ignored-pattern
4009 (mapconcat (lambda (s) (if (stringp s)
4010 (concat (regexp-quote s) "$")
4011 "/")) ; / never in filename
4012 completion-ignored-extensions
4013 "\\|")))
4014 (save-match-data
4015 (or (ange-ftp-file-name-completion-1
4016 file tbl ange-ftp-this-dir
4017 'ange-ftp-file-entry-not-ignored-p)
4018 (ange-ftp-file-name-completion-1
4019 file tbl ange-ftp-this-dir))))))
4020
4021 (if (ange-ftp-root-dir-p ange-ftp-this-dir)
4022 (try-completion
4023 file
4024 (nconc (ange-ftp-generate-root-prefixes)
4025 (ange-ftp-real-file-name-all-completions
4026 file ange-ftp-this-dir))
4027 predicate)
4028 (if predicate
4029 (ange-ftp-real-file-name-completion
4030 file ange-ftp-this-dir predicate)
4031 (ange-ftp-real-file-name-completion
4032 file ange-ftp-this-dir))))))
4033
4034
4035 (defun ange-ftp-file-name-completion-1 (file tbl dir &optional predicate)
4036 (let ((bestmatch (try-completion file tbl predicate)))
4037 (if bestmatch
4038 (if (eq bestmatch t)
4039 (if (file-directory-p (expand-file-name file dir))
4040 (concat file "/")
4041 t)
4042 (if (and (eq (try-completion bestmatch tbl predicate) t)
4043 (file-directory-p
4044 (expand-file-name bestmatch dir)))
4045 (concat bestmatch "/")
4046 bestmatch)))))
4047
4048 ;; Put these lines uncommmented in your .emacs if you want C-r to refresh
4049 ;; ange-ftp's cache whilst doing filename completion.
4050 ;;
4051 ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir)
4052 ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir)
4053
4054 ;;;###autoload
4055 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
4056
4057 ;;;###autoload
4058 (defun ange-ftp-reread-dir (&optional dir)
4059 "Reread remote directory DIR to update the directory cache.
4060 The implementation of remote FTP file names caches directory contents
4061 for speed. Therefore, when new remote files are created, Emacs
4062 may not know they exist. You can use this command to reread a specific
4063 directory, so that Emacs will know its current contents."
4064 (interactive)
4065 (if dir
4066 (setq dir (expand-file-name dir))
4067 (setq dir (file-name-directory (expand-file-name (buffer-string)))))
4068 (if (ange-ftp-ftp-name dir)
4069 (progn
4070 (setq ange-ftp-ls-cache-file nil)
4071 (remhash dir ange-ftp-files-hashtable)
4072 (ange-ftp-get-files dir t))))
4073 \f
4074 (defun ange-ftp-make-directory (dir &optional parents)
4075 (interactive (list (expand-file-name (read-file-name "Make directory: "))))
4076 (if parents
4077 (let ((parent (file-name-directory (directory-file-name dir))))
4078 (or (file-exists-p parent)
4079 (ange-ftp-make-directory parent parents))))
4080 (if (file-exists-p dir)
4081 (error "Cannot make directory %s: file already exists" dir)
4082 (let ((parsed (ange-ftp-ftp-name dir)))
4083 (if parsed
4084 (let* ((host (nth 0 parsed))
4085 (user (nth 1 parsed))
4086 ;; Some ftp's on unix machines (at least on Suns)
4087 ;; insist that mkdir take a filename, and not a
4088 ;; directory-name name as an arg. Argh!! This is a bug.
4089 ;; Non-unix machines will probably always insist
4090 ;; that mkdir takes a directory-name as an arg
4091 ;; (as the ftp man page says it should).
4092 (name (ange-ftp-quote-string
4093 (if (eq (ange-ftp-host-type host) 'unix)
4094 (ange-ftp-real-directory-file-name (nth 2 parsed))
4095 (ange-ftp-real-file-name-as-directory
4096 (nth 2 parsed)))))
4097 (abbr (ange-ftp-abbreviate-filename dir))
4098 (result (ange-ftp-send-cmd host user
4099 (list 'mkdir name)
4100 (format "Making directory %s"
4101 abbr))))
4102 (or (car result)
4103 (ange-ftp-error host user
4104 (format "Could not make directory %s: %s"
4105 dir
4106 (cdr result))))
4107 (ange-ftp-add-file-entry dir t))
4108 (ange-ftp-real-make-directory dir)))))
4109
4110 (defun ange-ftp-delete-directory (dir &optional recursive)
4111 (if (file-directory-p dir)
4112 (let ((parsed (ange-ftp-ftp-name dir)))
4113 (if recursive
4114 (mapc
4115 (lambda (file)
4116 (if (file-directory-p file)
4117 (ange-ftp-delete-directory file recursive)
4118 (delete-file file)))
4119 ;; We do not want to delete "." and "..".
4120 (directory-files
4121 dir 'full "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*")))
4122 (if parsed
4123 (let* ((host (nth 0 parsed))
4124 (user (nth 1 parsed))
4125 ;; Some ftp's on unix machines (at least on Suns)
4126 ;; insist that rmdir take a filename, and not a
4127 ;; directory-name name as an arg. Argh!! This is a bug.
4128 ;; Non-unix machines will probably always insist
4129 ;; that rmdir takes a directory-name as an arg
4130 ;; (as the ftp man page says it should).
4131 (name (ange-ftp-quote-string
4132 (if (eq (ange-ftp-host-type host) 'unix)
4133 (ange-ftp-real-directory-file-name
4134 (nth 2 parsed))
4135 (ange-ftp-real-file-name-as-directory
4136 (nth 2 parsed)))))
4137 (abbr (ange-ftp-abbreviate-filename dir))
4138 (result
4139 (progn
4140 ;; CWD must not in this directory.
4141 (ange-ftp-cd host user "/" 'noerror)
4142 (ange-ftp-send-cmd host user
4143 (list 'rmdir name)
4144 (format "Removing directory %s"
4145 abbr)))))
4146 (or (car result)
4147 (ange-ftp-error host user
4148 (format "Could not remove directory %s: %s"
4149 dir
4150 (cdr result))))
4151 (ange-ftp-delete-file-entry dir t))
4152 (ange-ftp-real-delete-directory dir recursive)))
4153 (error "Not a directory: %s" dir)))
4154 \f
4155 ;; Make a local copy of FILE and return its name.
4156
4157 (defun ange-ftp-file-local-copy (file)
4158 (let* ((fn1 (expand-file-name file))
4159 (pa1 (ange-ftp-ftp-name fn1)))
4160 (if pa1
4161 (let ((tmp1 (ange-ftp-make-tmp-name (car pa1))))
4162 (ange-ftp-copy-file-internal fn1 tmp1 t nil
4163 (format "Getting %s" fn1))
4164 tmp1))))
4165
4166 (defun ange-ftp-file-remote-p (file &optional identification connected)
4167 (let* ((parsed (ange-ftp-ftp-name file))
4168 (host (nth 0 parsed))
4169 (user (nth 1 parsed))
4170 (localname (nth 2 parsed)))
4171 (and (or (not connected)
4172 (let ((proc (get-process (ange-ftp-ftp-process-buffer host user))))
4173 (and proc (processp proc)
4174 (memq (process-status proc) '(run open)))))
4175 (cond
4176 ((eq identification 'method) (and parsed "ftp"))
4177 ((eq identification 'user) user)
4178 ((eq identification 'host) host)
4179 ((eq identification 'localname) localname)
4180 (t (ange-ftp-replace-name-component file ""))))))
4181
4182 (defun ange-ftp-load (file &optional noerror nomessage nosuffix)
4183 (if (ange-ftp-ftp-name file)
4184 (let ((tryfiles (if nosuffix
4185 (list file)
4186 (list (concat file ".elc") (concat file ".el") file)))
4187 ;; make sure there are no references to temp files
4188 (load-force-doc-strings t)
4189 copy)
4190 (while (and tryfiles (not copy))
4191 (catch 'ftp-error
4192 (let ((ange-ftp-waiting-flag t))
4193 (condition-case error
4194 (setq copy (ange-ftp-file-local-copy (car tryfiles)))
4195 (ftp-error nil))))
4196 (setq tryfiles (cdr tryfiles)))
4197 (if copy
4198 (unwind-protect
4199 (funcall 'load copy noerror nomessage nosuffix)
4200 (delete-file copy))
4201 (or noerror
4202 (signal 'file-error (list "Cannot open load file" file)))
4203 nil))
4204 (ange-ftp-real-load file noerror nomessage nosuffix)))
4205
4206 ;; Calculate default-unhandled-directory for a given ange-ftp buffer.
4207 (defun ange-ftp-unhandled-file-name-directory (filename)
4208 nil)
4209
4210 \f
4211 ;; Need the following functions for making filenames of compressed
4212 ;; files, because some OS's (unlike UNIX) do not allow a filename to
4213 ;; have two extensions.
4214
4215 (defvar ange-ftp-make-compressed-filename-alist nil
4216 "Alist of host-type-specific functions to process file names for compression.
4217 Each element has the form (TYPE . FUNC).
4218 FUNC should take one argument, a file name, and return a list
4219 of the form (COMPRESSING NEWNAME).
4220 COMPRESSING should be t if the specified file should be compressed,
4221 and nil if it should be uncompressed (that is, if it is a compressed file).
4222 NEWNAME should be the name to give the new compressed or uncompressed file.")
4223
4224 (declare-function dired-compress-file "dired-aux" (file))
4225
4226 (defun ange-ftp-dired-compress-file (name)
4227 "Handler used by `dired-compress-file'."
4228 (let ((parsed (ange-ftp-ftp-name name))
4229 conversion-func)
4230 (if (and parsed
4231 (setq conversion-func
4232 (cdr (assq (ange-ftp-host-type (car parsed))
4233 ange-ftp-make-compressed-filename-alist))))
4234 (let* ((decision
4235 (save-match-data (funcall conversion-func name)))
4236 (compressing (car decision))
4237 (newfile (nth 1 decision)))
4238 (if compressing
4239 (ange-ftp-compress name newfile)
4240 (ange-ftp-uncompress name newfile)))
4241 (let (file-name-handler-alist)
4242 (dired-compress-file name)))))
4243
4244 ;; Copy FILE to this machine, compress it, and copy out to NFILE.
4245 (defun ange-ftp-compress (file nfile)
4246 (let* ((parsed (ange-ftp-ftp-name file))
4247 (tmp1 (ange-ftp-make-tmp-name (car parsed)))
4248 (tmp2 (ange-ftp-make-tmp-name (car parsed)))
4249 (abbr (ange-ftp-abbreviate-filename file))
4250 (nabbr (ange-ftp-abbreviate-filename nfile))
4251 (msg1 (format "Getting %s" abbr))
4252 (msg2 (format "Putting %s" nabbr)))
4253 (unwind-protect
4254 (progn
4255 (ange-ftp-copy-file-internal file tmp1 t nil msg1)
4256 (and ange-ftp-process-verbose
4257 (ange-ftp-message "Compressing %s..." abbr))
4258 (call-process-region (point)
4259 (point)
4260 shell-file-name
4261 nil
4262 t
4263 nil
4264 "-c"
4265 (format "compress -f -c < %s > %s" tmp1 tmp2))
4266 (and ange-ftp-process-verbose
4267 (ange-ftp-message "Compressing %s...done" abbr))
4268 (if (zerop (buffer-size))
4269 (progn
4270 (let (ange-ftp-process-verbose)
4271 (delete-file file))
4272 (ange-ftp-copy-file-internal tmp2 nfile t nil msg2))))
4273 (ange-ftp-del-tmp-name tmp1)
4274 (ange-ftp-del-tmp-name tmp2))))
4275
4276 ;; Copy FILE to this machine, uncompress it, and copy out to NFILE.
4277 (defun ange-ftp-uncompress (file nfile)
4278 (let* ((parsed (ange-ftp-ftp-name file))
4279 (tmp1 (ange-ftp-make-tmp-name (car parsed)))
4280 (tmp2 (ange-ftp-make-tmp-name (car parsed)))
4281 (abbr (ange-ftp-abbreviate-filename file))
4282 (nabbr (ange-ftp-abbreviate-filename nfile))
4283 (msg1 (format "Getting %s" abbr))
4284 (msg2 (format "Putting %s" nabbr))
4285 ;; ;; Cheap hack because of problems with binary file transfers from
4286 ;; ;; VMS hosts.
4287 ;; (gbinary (not (eq 'vms (ange-ftp-host-type (car parsed)))))
4288 )
4289 (unwind-protect
4290 (progn
4291 (ange-ftp-copy-file-internal file tmp1 t nil msg1)
4292 (and ange-ftp-process-verbose
4293 (ange-ftp-message "Uncompressing %s..." abbr))
4294 (call-process-region (point)
4295 (point)
4296 shell-file-name
4297 nil
4298 t
4299 nil
4300 "-c"
4301 (format "uncompress -c < %s > %s" tmp1 tmp2))
4302 (and ange-ftp-process-verbose
4303 (ange-ftp-message "Uncompressing %s...done" abbr))
4304 (if (zerop (buffer-size))
4305 (progn
4306 (let (ange-ftp-process-verbose)
4307 (delete-file file))
4308 (ange-ftp-copy-file-internal tmp2 nfile t nil msg2))))
4309 (ange-ftp-del-tmp-name tmp1)
4310 (ange-ftp-del-tmp-name tmp2))))
4311
4312 (defun ange-ftp-find-backup-file-name (fn)
4313 ;; Either return the ordinary backup name, etc.,
4314 ;; or return nil meaning don't make a backup.
4315 (if ange-ftp-make-backup-files
4316 (ange-ftp-real-find-backup-file-name fn)))
4317 \f
4318 ;;; Define the handler for special file names
4319 ;;; that causes ange-ftp to be invoked.
4320
4321 ;;;###autoload
4322 (defun ange-ftp-hook-function (operation &rest args)
4323 (let ((fn (get operation 'ange-ftp)))
4324 (if fn
4325 ;; Catch also errors in process-filter.
4326 (condition-case err
4327 (let ((debug-on-error t))
4328 (save-match-data (apply fn args)))
4329 (error (signal (car err) (cdr err))))
4330 (ange-ftp-run-real-handler operation args))))
4331
4332 ;; The following code is commented out because Tramp now deals with
4333 ;; Ange-FTP filenames, too.
4334
4335 ;;-;;; This regexp takes care of real ange-ftp file names (with a slash
4336 ;;-;;; and colon).
4337 ;;-;;; Don't allow the host name to end in a period--some systems use /.:
4338 ;;-;;;###autoload
4339 ;;-(or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist)
4340 ;;- (setq file-name-handler-alist
4341 ;;- (cons '("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
4342 ;;- file-name-handler-alist)))
4343 ;;-
4344 ;;-;;; This regexp recognizes absolute filenames with only one component,
4345 ;;-;;; for the sake of hostname completion.
4346 ;;-;;;###autoload
4347 ;;-(or (assoc "^/[^/:]*\\'" file-name-handler-alist)
4348 ;;- (setq file-name-handler-alist
4349 ;;- (cons '("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
4350 ;;- file-name-handler-alist)))
4351 ;;-
4352 ;;-;;; This regexp recognizes absolute filenames with only one component
4353 ;;-;;; on Windows, for the sake of hostname completion.
4354 ;;-;;; NB. Do not mark this as autoload, because it is very common to
4355 ;;-;;; do completions in the root directory of drives on Windows.
4356 ;;-(and (memq system-type '(ms-dos windows-nt))
4357 ;;- (or (assoc "^[a-zA-Z]:/[^/:]*\\'" file-name-handler-alist)
4358 ;;- (setq file-name-handler-alist
4359 ;;- (cons '("^[a-zA-Z]:/[^/:]*\\'" .
4360 ;;- ange-ftp-completion-hook-function)
4361 ;;- file-name-handler-alist))))
4362
4363 ;;; The above two forms are sufficient to cause this file to be loaded
4364 ;;; if the user ever uses a file name with a colon in it.
4365
4366 ;;; This sets the mode
4367 (add-hook 'find-file-hook 'ange-ftp-set-buffer-mode)
4368
4369 ;;; Now say where to find the handlers for particular operations.
4370
4371 (put 'file-name-directory 'ange-ftp 'ange-ftp-file-name-directory)
4372 (put 'file-name-nondirectory 'ange-ftp 'ange-ftp-file-name-nondirectory)
4373 (put 'file-name-as-directory 'ange-ftp 'ange-ftp-file-name-as-directory)
4374 (put 'directory-file-name 'ange-ftp 'ange-ftp-directory-file-name)
4375 (put 'expand-file-name 'ange-ftp 'ange-ftp-expand-file-name)
4376 (put 'make-directory 'ange-ftp 'ange-ftp-make-directory)
4377 (put 'delete-directory 'ange-ftp 'ange-ftp-delete-directory)
4378 (put 'insert-file-contents 'ange-ftp 'ange-ftp-insert-file-contents)
4379 (put 'directory-files 'ange-ftp 'ange-ftp-directory-files)
4380 (put 'directory-files-and-attributes 'ange-ftp
4381 'ange-ftp-directory-files-and-attributes)
4382 (put 'file-directory-p 'ange-ftp 'ange-ftp-file-directory-p)
4383 (put 'file-writable-p 'ange-ftp 'ange-ftp-file-writable-p)
4384 (put 'file-readable-p 'ange-ftp 'ange-ftp-file-readable-p)
4385 (put 'file-executable-p 'ange-ftp 'ange-ftp-file-executable-p)
4386 (put 'file-symlink-p 'ange-ftp 'ange-ftp-file-symlink-p)
4387 (put 'delete-file 'ange-ftp 'ange-ftp-delete-file)
4388 (put 'verify-visited-file-modtime 'ange-ftp
4389 'ange-ftp-verify-visited-file-modtime)
4390 (put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p)
4391 (put 'write-region 'ange-ftp 'ange-ftp-write-region)
4392 (put 'copy-file 'ange-ftp 'ange-ftp-copy-file)
4393 (put 'rename-file 'ange-ftp 'ange-ftp-rename-file)
4394 (put 'file-attributes 'ange-ftp 'ange-ftp-file-attributes)
4395 (put 'file-newer-than-file-p 'ange-ftp 'ange-ftp-file-newer-than-file-p)
4396 (put 'file-name-all-completions 'ange-ftp 'ange-ftp-file-name-all-completions)
4397 (put 'file-name-completion 'ange-ftp 'ange-ftp-file-name-completion)
4398 (put 'insert-directory 'ange-ftp 'ange-ftp-insert-directory)
4399 (put 'file-local-copy 'ange-ftp 'ange-ftp-file-local-copy)
4400 (put 'file-remote-p 'ange-ftp 'ange-ftp-file-remote-p)
4401 (put 'unhandled-file-name-directory 'ange-ftp
4402 'ange-ftp-unhandled-file-name-directory)
4403 (put 'file-name-sans-versions 'ange-ftp 'ange-ftp-file-name-sans-versions)
4404 (put 'dired-uncache 'ange-ftp 'ange-ftp-dired-uncache)
4405 (put 'dired-compress-file 'ange-ftp 'ange-ftp-dired-compress-file)
4406 (put 'load 'ange-ftp 'ange-ftp-load)
4407 (put 'find-backup-file-name 'ange-ftp 'ange-ftp-find-backup-file-name)
4408 (put 'set-file-modes 'ange-ftp 'ange-ftp-set-file-modes)
4409
4410 ;; Turn off truename processing to save time.
4411 ;; Treat each name as its own truename.
4412 (put 'file-truename 'ange-ftp 'identity)
4413
4414 ;; We must return non-nil in order to mask our inability to do the job.
4415 ;; Otherwise there are errors when applied to the target file during
4416 ;; copying from a (localhost) Tramp file.
4417 (put 'set-file-times 'ange-ftp 'ignore)
4418
4419 ;; Turn off RCS/SCCS processing to save time.
4420 ;; This returns nil for any file name as argument.
4421 (put 'vc-registered 'ange-ftp 'null)
4422
4423 ;; We can handle process-file in a restricted way (just for chown).
4424 ;; Nothing possible for `start-file-process'.
4425 (put 'process-file 'ange-ftp 'ange-ftp-process-file)
4426 (put 'start-file-process 'ange-ftp 'ignore)
4427 (put 'shell-command 'ange-ftp 'ange-ftp-shell-command)
4428 \f
4429 ;;; Define ways of getting at unmodified Emacs primitives,
4430 ;;; turning off our handler.
4431
4432 (defun ange-ftp-run-real-handler (operation args)
4433 (let ((inhibit-file-name-handlers
4434 (cons 'ange-ftp-hook-function
4435 (cons 'ange-ftp-completion-hook-function
4436 (and (eq inhibit-file-name-operation operation)
4437 inhibit-file-name-handlers))))
4438 (inhibit-file-name-operation operation))
4439 (apply operation args)))
4440
4441 (defun ange-ftp-real-file-name-directory (&rest args)
4442 (ange-ftp-run-real-handler 'file-name-directory args))
4443 (defun ange-ftp-real-file-name-nondirectory (&rest args)
4444 (ange-ftp-run-real-handler 'file-name-nondirectory args))
4445 (defun ange-ftp-real-file-name-as-directory (&rest args)
4446 (ange-ftp-run-real-handler 'file-name-as-directory args))
4447 (defun ange-ftp-real-directory-file-name (&rest args)
4448 (ange-ftp-run-real-handler 'directory-file-name args))
4449 (defun ange-ftp-real-expand-file-name (&rest args)
4450 (ange-ftp-run-real-handler 'expand-file-name args))
4451 (defun ange-ftp-real-make-directory (&rest args)
4452 (ange-ftp-run-real-handler 'make-directory args))
4453 (defun ange-ftp-real-delete-directory (&rest args)
4454 (ange-ftp-run-real-handler 'delete-directory args))
4455 (defun ange-ftp-real-insert-file-contents (&rest args)
4456 (ange-ftp-run-real-handler 'insert-file-contents args))
4457 (defun ange-ftp-real-directory-files (&rest args)
4458 (ange-ftp-run-real-handler 'directory-files args))
4459 (defun ange-ftp-real-directory-files-and-attributes (&rest args)
4460 (ange-ftp-run-real-handler 'directory-files-and-attributes args))
4461 (defun ange-ftp-real-file-directory-p (&rest args)
4462 (ange-ftp-run-real-handler 'file-directory-p args))
4463 (defun ange-ftp-real-file-writable-p (&rest args)
4464 (ange-ftp-run-real-handler 'file-writable-p args))
4465 (defun ange-ftp-real-file-readable-p (&rest args)
4466 (ange-ftp-run-real-handler 'file-readable-p args))
4467 (defun ange-ftp-real-file-executable-p (&rest args)
4468 (ange-ftp-run-real-handler 'file-executable-p args))
4469 (defun ange-ftp-real-file-symlink-p (&rest args)
4470 (ange-ftp-run-real-handler 'file-symlink-p args))
4471 (defun ange-ftp-real-delete-file (&rest args)
4472 (ange-ftp-run-real-handler 'delete-file args))
4473 (defun ange-ftp-real-verify-visited-file-modtime (&rest args)
4474 (ange-ftp-run-real-handler 'verify-visited-file-modtime args))
4475 (defun ange-ftp-real-file-exists-p (&rest args)
4476 (ange-ftp-run-real-handler 'file-exists-p args))
4477 (defun ange-ftp-real-write-region (&rest args)
4478 (ange-ftp-run-real-handler 'write-region args))
4479 (defun ange-ftp-real-backup-buffer (&rest args)
4480 (ange-ftp-run-real-handler 'backup-buffer args))
4481 (defun ange-ftp-real-copy-file (&rest args)
4482 (ange-ftp-run-real-handler 'copy-file args))
4483 (defun ange-ftp-real-rename-file (&rest args)
4484 (ange-ftp-run-real-handler 'rename-file args))
4485 (defun ange-ftp-real-file-attributes (&rest args)
4486 (ange-ftp-run-real-handler 'file-attributes args))
4487 (defun ange-ftp-real-file-newer-than-file-p (&rest args)
4488 (ange-ftp-run-real-handler 'file-newer-than-file-p args))
4489 (defun ange-ftp-real-file-name-all-completions (&rest args)
4490 (ange-ftp-run-real-handler 'file-name-all-completions args))
4491 (defun ange-ftp-real-file-name-completion (&rest args)
4492 (ange-ftp-run-real-handler 'file-name-completion args))
4493 (defun ange-ftp-real-insert-directory (&rest args)
4494 (ange-ftp-run-real-handler 'insert-directory args))
4495 (defun ange-ftp-real-file-name-sans-versions (&rest args)
4496 (ange-ftp-run-real-handler 'file-name-sans-versions args))
4497 (defun ange-ftp-real-shell-command (&rest args)
4498 (ange-ftp-run-real-handler 'shell-command args))
4499 (defun ange-ftp-real-load (&rest args)
4500 (ange-ftp-run-real-handler 'load args))
4501 (defun ange-ftp-real-find-backup-file-name (&rest args)
4502 (ange-ftp-run-real-handler 'find-backup-file-name args))
4503 \f
4504 ;; Here we support using dired on remote hosts.
4505 ;; I have turned off the support for using dired on foreign directory formats.
4506 ;; That involves too many unclean hooks.
4507 ;; It would be cleaner to support such operations by
4508 ;; converting the foreign directory format to something dired can understand;
4509 ;; something close to ls -l output.
4510 ;; The logical place to do this is in the functions ange-ftp-parse-...-listing.
4511
4512 ;; Some of the old dired hooks would still be needed even if this is done.
4513 ;; I have preserved (and modernized) those hooks.
4514 ;; So the format conversion should be all that is needed.
4515
4516 ;; When called from dired, SWITCHES may start with "--dired".
4517 ;; `ange-ftp-ls' handles this.
4518
4519 (defun ange-ftp-insert-directory (file switches &optional wildcard full)
4520 (if (not (ange-ftp-ftp-name (expand-file-name file)))
4521 (ange-ftp-real-insert-directory file switches wildcard full)
4522 ;; We used to follow symlinks on `file' here. Apparently it was done
4523 ;; because some FTP servers react to "ls foo" by listing the symlink foo
4524 ;; rather than the directory it points to. Now that ange-ftp-ls uses
4525 ;; "cd foo; ls" instead, this is not necesssary any more.
4526 (let ((beg (point))
4527 (end (point-marker)))
4528 (set-marker-insertion-type end t)
4529 (insert
4530 (cond
4531 (wildcard
4532 (let ((default-directory (file-name-directory file)))
4533 (ange-ftp-ls (file-name-nondirectory file) switches nil nil t)))
4534 (full
4535 (ange-ftp-ls file switches 'parse))
4536 (t
4537 ;; If `full' is nil we're going to do `ls' for a single file.
4538 ;; Problem is that for various reasons, ange-ftp-ls needs to cd and
4539 ;; then do an ls of current dir, which obviously won't work if we
4540 ;; want to ls a file. So instead, we get a full listing of the
4541 ;; parent directory and extract the line corresponding to `file'.
4542 (when (string-match "-?d\\'" switches)
4543 ;; Remove "d" which dired added to `switches'.
4544 (setq switches (substring switches 0 (match-beginning 0))))
4545 (setq file (directory-file-name file))
4546 (let* ((dirlist (ange-ftp-ls (or (file-name-directory file) ".")
4547 switches 'parse))
4548 (filename (file-name-nondirectory file))
4549 (case-fold-search nil))
4550 ;; FIXME: This presumes a particular output format, which is
4551 ;; basically Unix.
4552 (if (string-match (concat "^.+[^ ] " (regexp-quote filename)
4553 "\\( -> .*\\)?[@/*=]?\n") dirlist)
4554 (match-string 0 dirlist)
4555 "")))))
4556
4557 ;; Insert " " for dired's alignment sanity.
4558 (goto-char beg)
4559 (while (re-search-forward "^\\(\\S-\\)" end 'move)
4560 (replace-match " \\1"))
4561
4562 ;; The inserted file could be from somewhere else.
4563 (when (and (not wildcard) (not full)
4564 (search-backward
4565 (if (zerop (length (file-name-nondirectory
4566 (expand-file-name file))))
4567 "."
4568 (file-name-nondirectory file))
4569 nil 'noerror))
4570 (replace-match (file-relative-name (expand-file-name file)) t)
4571 (goto-char end))
4572
4573 (set-marker end nil))))
4574
4575 (defun ange-ftp-dired-uncache (dir)
4576 (if (ange-ftp-ftp-name (expand-file-name dir))
4577 (setq ange-ftp-ls-cache-file nil)))
4578
4579 (defvar ange-ftp-sans-version-alist nil
4580 "Alist of mapping host type into function to remove file version numbers.")
4581
4582 (defun ange-ftp-file-name-sans-versions (file keep-backup-version)
4583 (let* ((short (ange-ftp-abbreviate-filename file))
4584 (parsed (ange-ftp-ftp-name short))
4585 (func (if parsed (cdr (assq (ange-ftp-host-type (car parsed))
4586 ange-ftp-sans-version-alist)))))
4587 (if func (funcall func file keep-backup-version)
4588 (ange-ftp-real-file-name-sans-versions file keep-backup-version))))
4589
4590 ;; This is the handler for shell-command.
4591 (defun ange-ftp-shell-command (command &optional output-buffer error-buffer)
4592 (let* ((parsed (ange-ftp-ftp-name default-directory))
4593 (host (nth 0 parsed))
4594 (user (nth 1 parsed))
4595 (name (nth 2 parsed)))
4596 (if (not parsed)
4597 (ange-ftp-real-shell-command command output-buffer error-buffer)
4598 (if (> (length name) 0) ; else it's $HOME
4599 (setq command (concat "cd " name "; " command)))
4600 ;; Remove port from the hostname
4601 (when (string-match "\\(.*\\)#" host)
4602 (setq host (match-string 1 host)))
4603 (setq command
4604 (format "%s %s \"%s\"" ; remsh -l USER does not work well
4605 ; on a hp-ux machine I tried
4606 remote-shell-program host command))
4607 (ange-ftp-message "Remote command '%s' ..." command)
4608 ;; Cannot call ange-ftp-real-dired-run-shell-command here as it
4609 ;; would prepend "cd default-directory" --- which bombs because
4610 ;; default-directory is in ange-ftp syntax for remote file names.
4611 (ange-ftp-real-shell-command command output-buffer error-buffer))))
4612
4613 ;;; This is the handler for process-file.
4614 (defun ange-ftp-process-file (program infile buffer display &rest arguments)
4615 ;; PROGRAM is always one of those below in the cond in dired.el.
4616 ;; The ARGUMENTS are (nearly) always files.
4617 (if (ange-ftp-ftp-name default-directory)
4618 ;; Can't use ange-ftp-dired-host-type here because the current
4619 ;; buffer is *dired-check-process output*
4620 (condition-case oops
4621 (cond ((equal (or (bound-and-true-p dired-chmod-program) "chmod")
4622 program)
4623 (ange-ftp-call-chmod arguments))
4624 ;; ((equal "chgrp" program))
4625 ;; ((equal dired-chown-program program))
4626 (t (error "Unknown remote command: %s" program)))
4627 (ftp-error (insert (format "%s: %s, %s\n"
4628 (nth 1 oops)
4629 (nth 2 oops)
4630 (nth 3 oops)))
4631 ;; Caller expects nonzero value to mean failure.
4632 1)
4633 (error (insert (format "%s\n" (nth 1 oops)))
4634 1))
4635 (apply 'call-process program infile buffer display arguments)))
4636
4637 ;; Handle an attempt to run chmod on a remote file
4638 ;; by using the ftp chmod command.
4639 (defun ange-ftp-call-chmod (args)
4640 (if (< (length args) 2)
4641 (error "ange-ftp-call-chmod: missing mode and/or filename: %s" args))
4642 (let ((mode (car args))
4643 (rest (cdr args)))
4644 (if (equal "--" (car rest))
4645 (setq rest (cdr rest)))
4646 (mapc
4647 (lambda (file)
4648 (setq file (expand-file-name file))
4649 (let ((parsed (ange-ftp-ftp-name file)))
4650 (if parsed
4651 (let* ((host (nth 0 parsed))
4652 (user (nth 1 parsed))
4653 (name (ange-ftp-quote-string (nth 2 parsed)))
4654 (abbr (ange-ftp-abbreviate-filename file))
4655 (result (ange-ftp-send-cmd host user
4656 (list 'chmod mode name)
4657 (format "doing chmod %s"
4658 abbr))))
4659 (or (car result)
4660 (ange-ftp-error
4661 host user (concat "CHMOD failed: " (cdr result))))))))
4662 rest))
4663 (setq ange-ftp-ls-cache-file nil) ;Stop confusing Dired.
4664 0)
4665
4666 (defun ange-ftp-set-file-modes (filename mode)
4667 (ange-ftp-call-chmod (list (format "%o" mode) filename)))
4668 \f
4669 ;; This is turned off because it has nothing properly to do
4670 ;; with dired. It could be reasonable to adapt this to
4671 ;; replace ange-ftp-copy-file.
4672
4673 ;;;;; ------------------------------------------------------------
4674 ;;;;; Noddy support for async copy-file within dired.
4675 ;;;;; ------------------------------------------------------------
4676
4677 ;;(defun ange-ftp-dired-copy-file (from to ok-flag &optional cont nowait)
4678 ;; "Documented as original."
4679 ;; (dired-handle-overwrite to)
4680 ;; (ange-ftp-copy-file-internal from to ok-flag dired-copy-preserve-time nil
4681 ;; cont nowait))
4682
4683 ;;(defun ange-ftp-dired-do-create-files (op-symbol file-creator operation arg
4684 ;; &optional marker-char op1
4685 ;; how-to)
4686 ;; "Documented as original."
4687 ;; ;; we need to let ange-ftp-dired-create-files know that we indirectly
4688 ;; ;; called it rather than somebody else.
4689 ;; (let ((ange-ftp-dired-do-create-files t)) ; tell who caller is
4690 ;; (ange-ftp-real-dired-do-create-files op-symbol file-creator operation
4691 ;; arg marker-char op1 how-to)))
4692
4693 ;;(defun ange-ftp-dired-create-files (file-creator operation fn-list name-constructor
4694 ;; &optional marker-char)
4695 ;; "Documented as original."
4696 ;; (if (and (boundp 'ange-ftp-dired-do-create-files)
4697 ;; ;; called from ange-ftp-dired-do-create-files?
4698 ;; ange-ftp-dired-do-create-files
4699 ;; ;; any files worth copying?
4700 ;; fn-list
4701 ;; ;; we only support async copy-file at the mo.
4702 ;; (eq file-creator 'dired-copy-file)
4703 ;; ;; it is only worth calling the alternative function for remote files
4704 ;; ;; as we tie ourself in recursive knots otherwise.
4705 ;; (or (ange-ftp-ftp-name (car fn-list))
4706 ;; ;; we can only call the name constructor for dired-do-create-files
4707 ;; ;; since the one for regexps starts prompting here, there and
4708 ;; ;; everywhere.
4709 ;; (ange-ftp-ftp-name (funcall name-constructor (car fn-list)))))
4710 ;; ;; use the process-filter driven routine rather than the iterative one.
4711 ;; (ange-ftp-dcf-1 file-creator
4712 ;; operation
4713 ;; fn-list
4714 ;; name-constructor
4715 ;; (and (boundp 'target) target) ;dynamically bound
4716 ;; marker-char
4717 ;; (current-buffer)
4718 ;; nil ;overwrite-query
4719 ;; nil ;overwrite-backup-query
4720 ;; nil ;failures
4721 ;; nil ;skipped
4722 ;; 0 ;success-count
4723 ;; (length fn-list) ;total
4724 ;; )
4725 ;; ;; normal case... use the interactive routine... much cheaper.
4726 ;; (ange-ftp-real-dired-create-files file-creator operation fn-list
4727 ;; name-constructor marker-char)))
4728
4729 ;;(defun ange-ftp-dcf-1 (file-creator operation fn-list name-constructor
4730 ;; target marker-char buffer overwrite-query
4731 ;; overwrite-backup-query failures skipped
4732 ;; success-count total)
4733 ;; (with-current-buffer buffer
4734 ;; (if (null fn-list)
4735 ;; (ange-ftp-dcf-3 failures operation total skipped
4736 ;; success-count buffer)
4737
4738 ;; (let* ((from (car fn-list))
4739 ;; (to (funcall name-constructor from)))
4740 ;; (if (equal to from)
4741 ;; (progn
4742 ;; (setq to nil)
4743 ;; (dired-log "Cannot %s to same file: %s\n"
4744 ;; (downcase operation) from)))
4745 ;; (if (not to)
4746 ;; (ange-ftp-dcf-1 file-creator
4747 ;; operation
4748 ;; (cdr fn-list)
4749 ;; name-constructor
4750 ;; target
4751 ;; marker-char
4752 ;; buffer
4753 ;; overwrite-query
4754 ;; overwrite-backup-query
4755 ;; failures
4756 ;; (cons (dired-make-relative from) skipped)
4757 ;; success-count
4758 ;; total)
4759 ;; (let* ((overwrite (file-exists-p to))
4760 ;; (overwrite-confirmed ; for dired-handle-overwrite
4761 ;; (and overwrite
4762 ;; (let ((help-form '(format "\
4763 ;;Type SPC or `y' to overwrite file `%s',
4764 ;;DEL or `n' to skip to next,
4765 ;;ESC or `q' to not overwrite any of the remaining files,
4766 ;;`!' to overwrite all remaining files with no more questions." to)))
4767 ;; (dired-query 'overwrite-query
4768 ;; "Overwrite `%s'?" to))))
4769 ;; ;; must determine if FROM is marked before file-creator
4770 ;; ;; gets a chance to delete it (in case of a move).
4771 ;; (actual-marker-char
4772 ;; (cond ((integerp marker-char) marker-char)
4773 ;; (marker-char (dired-file-marker from)) ; slow
4774 ;; (t nil))))
4775 ;; (condition-case err
4776 ;; (funcall file-creator from to overwrite-confirmed
4777 ;; (list 'ange-ftp-dcf-2
4778 ;; nil ;err
4779 ;; file-creator operation fn-list
4780 ;; name-constructor
4781 ;; target
4782 ;; marker-char actual-marker-char
4783 ;; buffer to from
4784 ;; overwrite
4785 ;; overwrite-confirmed
4786 ;; overwrite-query
4787 ;; overwrite-backup-query
4788 ;; failures skipped success-count
4789 ;; total)
4790 ;; t)
4791 ;; (file-error ; FILE-CREATOR aborted
4792 ;; (ange-ftp-dcf-2 nil ;result
4793 ;; nil ;line
4794 ;; err
4795 ;; file-creator operation fn-list
4796 ;; name-constructor
4797 ;; target
4798 ;; marker-char actual-marker-char
4799 ;; buffer to from
4800 ;; overwrite
4801 ;; overwrite-confirmed
4802 ;; overwrite-query
4803 ;; overwrite-backup-query
4804 ;; failures skipped success-count
4805 ;; total)))))))))
4806
4807 ;;(defun ange-ftp-dcf-2 (result line err
4808 ;; file-creator operation fn-list
4809 ;; name-constructor
4810 ;; target
4811 ;; marker-char actual-marker-char
4812 ;; buffer to from
4813 ;; overwrite
4814 ;; overwrite-confirmed
4815 ;; overwrite-query
4816 ;; overwrite-backup-query
4817 ;; failures skipped success-count
4818 ;; total)
4819 ;; (with-current-buffer buffer
4820 ;; (if (or err (not result))
4821 ;; (progn
4822 ;; (setq failures (cons (dired-make-relative from) failures))
4823 ;; (dired-log "%s `%s' to `%s' failed:\n%s\n"
4824 ;; operation from to (or err line)))
4825 ;; (if overwrite
4826 ;; ;; If we get here, file-creator hasn't been aborted
4827 ;; ;; and the old entry (if any) has to be deleted
4828 ;; ;; before adding the new entry.
4829 ;; (dired-remove-file to))
4830 ;; (setq success-count (1+ success-count))
4831 ;; (message "%s: %d of %d" operation success-count total)
4832 ;; (dired-add-file to actual-marker-char))
4833
4834 ;; (ange-ftp-dcf-1 file-creator operation (cdr fn-list)
4835 ;; name-constructor
4836 ;; target
4837 ;; marker-char
4838 ;; buffer
4839 ;; overwrite-query
4840 ;; overwrite-backup-query
4841 ;; failures skipped success-count
4842 ;; total)))
4843
4844 ;;(defun ange-ftp-dcf-3 (failures operation total skipped success-count
4845 ;; buffer)
4846 ;; (with-current-buffer buffer
4847 ;; (cond
4848 ;; (failures
4849 ;; (dired-log-summary
4850 ;; (message "%s failed for %d of %d file%s %s"
4851 ;; operation (length failures) total
4852 ;; (dired-plural-s total) failures)))
4853 ;; (skipped
4854 ;; (dired-log-summary
4855 ;; (message "%s: %d of %d file%s skipped %s"
4856 ;; operation (length skipped) total
4857 ;; (dired-plural-s total) skipped)))
4858 ;; (t
4859 ;; (message "%s: %s file%s."
4860 ;; operation success-count (dired-plural-s success-count))))
4861 ;; (dired-move-to-filename)))
4862 \f
4863 ;;;; -----------------------------------------------
4864 ;;;; Unix Descriptive Listing (dl) Support
4865 ;;;; -----------------------------------------------
4866
4867 ;; This is turned off because nothing uses it currently
4868 ;; and because I don't understand what it's supposed to be for. --rms.
4869
4870 ;;(defconst ange-ftp-dired-dl-re-dir
4871 ;; "^. [^ /]+/[ \n]"
4872 ;; "Regular expression to use to search for dl directories.")
4873
4874 ;;(or (assq 'unix:dl ange-ftp-dired-re-dir-alist)
4875 ;; (setq ange-ftp-dired-re-dir-alist
4876 ;; (cons (cons 'unix:dl ange-ftp-dired-dl-re-dir)
4877 ;; ange-ftp-dired-re-dir-alist)))
4878
4879 ;;(defun ange-ftp-dired-dl-move-to-filename (&optional raise-error eol)
4880 ;; "In dired, move to the first character of the filename on this line."
4881 ;; ;; This is the Unix dl version.
4882 ;; (or eol (setq eol (progn (end-of-line) (point))))
4883 ;; (let (case-fold-search)
4884 ;; (beginning-of-line)
4885 ;; (if (looking-at ". [^ ]+ +\\([0-9]+\\|-\\|=\\) ")
4886 ;; (goto-char (+ (point) 2))
4887 ;; (if raise-error
4888 ;; (error "No file on this line")
4889 ;; nil))))
4890
4891 ;;(or (assq 'unix:dl ange-ftp-dired-move-to-filename-alist)
4892 ;; (setq ange-ftp-dired-move-to-filename-alist
4893 ;; (cons '(unix:dl . ange-ftp-dired-dl-move-to-filename)
4894 ;; ange-ftp-dired-move-to-filename-alist)))
4895
4896 ;;(defun ange-ftp-dired-dl-move-to-end-of-filename (&optional no-error eol)
4897 ;; ;; Assumes point is at beginning of filename.
4898 ;; ;; So, it should be called only after (dired-move-to-filename t).
4899 ;; ;; On failure, signals an error or returns nil.
4900 ;; ;; This is the Unix dl version.
4901 ;; (let ((opoint (point))
4902 ;; case-fold-search hidden)
4903 ;; (or eol (setq eol (line-end-position)))
4904 ;; (setq hidden (and selective-display
4905 ;; (save-excursion
4906 ;; (search-forward "\r" eol t))))
4907 ;; (if hidden
4908 ;; (if no-error
4909 ;; nil
4910 ;; (error
4911 ;; (substitute-command-keys
4912 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")))
4913 ;; (skip-chars-forward "^ /" eol)
4914 ;; (if (eq opoint (point))
4915 ;; (if no-error
4916 ;; nil
4917 ;; (error "No file on this line"))
4918 ;; (point)))))
4919
4920 ;;(or (assq 'unix:dl ange-ftp-dired-move-to-end-of-filename-alist)
4921 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
4922 ;; (cons '(unix:dl . ange-ftp-dired-dl-move-to-end-of-filename)
4923 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
4924 \f
4925 ;;;; ------------------------------------------------------------
4926 ;;;; VOS support (VOS support is probably broken,
4927 ;;;; but I don't know anything about VOS.)
4928 ;;;; ------------------------------------------------------------
4929 ;
4930 ;(defun ange-ftp-fix-name-for-vos (name &optional reverse)
4931 ; (setq name (copy-sequence name))
4932 ; (let ((from (if reverse ?\> ?\/))
4933 ; (to (if reverse ?\/ ?\>))
4934 ; (i (1- (length name))))
4935 ; (while (>= i 0)
4936 ; (if (= (aref name i) from)
4937 ; (aset name i to))
4938 ; (setq i (1- i)))
4939 ; name))
4940 ;
4941 ;(or (assq 'vos ange-ftp-fix-name-func-alist)
4942 ; (setq ange-ftp-fix-name-func-alist
4943 ; (cons '(vos . ange-ftp-fix-name-for-vos)
4944 ; ange-ftp-fix-name-func-alist)))
4945 ;
4946 ;(or (memq 'vos ange-ftp-dumb-host-types)
4947 ; (setq ange-ftp-dumb-host-types
4948 ; (cons 'vos ange-ftp-dumb-host-types)))
4949 ;
4950 ;(defun ange-ftp-fix-dir-name-for-vos (dir-name)
4951 ; (ange-ftp-fix-name-for-vos
4952 ; (concat dir-name
4953 ; (if (eq ?/ (aref dir-name (1- (length dir-name))))
4954 ; "" "/")
4955 ; "*")))
4956 ;
4957 ;(or (assq 'vos ange-ftp-fix-dir-name-func-alist)
4958 ; (setq ange-ftp-fix-dir-name-func-alist
4959 ; (cons '(vos . ange-ftp-fix-dir-name-for-vos)
4960 ; ange-ftp-fix-dir-name-func-alist)))
4961 ;
4962 ;(defvar ange-ftp-vos-host-regexp nil
4963 ; "If a host matches this regexp then it is assumed to be running VOS.")
4964 ;
4965 ;(defun ange-ftp-vos-host (host)
4966 ; (and ange-ftp-vos-host-regexp
4967 ; (save-match-data
4968 ; (string-match ange-ftp-vos-host-regexp host))))
4969 ;
4970 ;(defun ange-ftp-parse-vos-listing ()
4971 ; "Parse the current buffer which is assumed to be in VOS list -all
4972 ;format, and return a hashtable as the result."
4973 ; (let ((tbl (ange-ftp-make-hashtable))
4974 ; (type-list
4975 ; '(("^Files: [0-9]+ +Blocks: [0-9]+\n+" nil 40)
4976 ; ("^Dirs: [0-9]+\n+" t 30)))
4977 ; type-regexp type-is-dir type-col file)
4978 ; (goto-char (point-min))
4979 ; (save-match-data
4980 ; (while type-list
4981 ; (setq type-regexp (car (car type-list))
4982 ; type-is-dir (nth 1 (car type-list))
4983 ; type-col (nth 2 (car type-list))
4984 ; type-list (cdr type-list))
4985 ; (if (re-search-forward type-regexp nil t)
4986 ; (while (eq (char-after (point)) ? )
4987 ; (move-to-column type-col)
4988 ; (setq file (buffer-substring (point)
4989 ; (progn
4990 ; (end-of-line 1)
4991 ; (point))))
4992 ; (puthash file type-is-dir tbl)
4993 ; (forward-line 1))))
4994 ; (puthash "." 'vosdir tbl)
4995 ; (puthash ".." 'vosdir tbl))
4996 ; tbl))
4997 ;
4998 ;(or (assq 'vos ange-ftp-parse-list-func-alist)
4999 ; (setq ange-ftp-parse-list-func-alist
5000 ; (cons '(vos . ange-ftp-parse-vos-listing)
5001 ; ange-ftp-parse-list-func-alist)))
5002 \f
5003 ;;;; ------------------------------------------------------------
5004 ;;;; VMS support.
5005 ;;;; ------------------------------------------------------------
5006
5007 ;; Convert NAME from UNIX-ish to VMS. If REVERSE given then convert from VMS
5008 ;; to UNIX-ish.
5009 (defun ange-ftp-fix-name-for-vms (name &optional reverse)
5010 (save-match-data
5011 (if reverse
5012 (if (string-match "\\`\\([^:]+:\\)?\\(\\[.*\\]\\)?\\([^][]*\\)\\'" name)
5013 (let (drive dir file)
5014 (setq drive (match-string 1 name))
5015 (setq dir (match-string 2 name))
5016 (setq file (match-string 3 name))
5017 (and dir
5018 (setq dir (subst-char-in-string
5019 ?/ ?. (substring dir 1 -1) t)))
5020 (concat (and drive
5021 (concat "/" drive "/"))
5022 dir (and dir "/")
5023 file))
5024 (error "name %s didn't match" name))
5025 (let (drive dir file tmp)
5026 (if (string-match "\\`/[^:]+:/" name)
5027 (setq drive (substring name 1
5028 (1- (match-end 0)))
5029 name (substring name (match-end 0))))
5030 (setq tmp (file-name-directory name))
5031 (if tmp
5032 (setq dir (subst-char-in-string ?/ ?. (substring tmp 0 -1) t)))
5033 (setq file (file-name-nondirectory name))
5034 (concat drive
5035 (and dir (concat "[" (if drive nil ".") dir "]"))
5036 file)))))
5037
5038 ;; (ange-ftp-fix-name-for-vms "/PUB$:/ANONYMOUS/SDSCPUB/NEXT/Readme.txt;1")
5039 ;; (ange-ftp-fix-name-for-vms "/PUB$:[ANONYMOUS.SDSCPUB.NEXT]Readme.txt;1" t)
5040
5041 (or (assq 'vms ange-ftp-fix-name-func-alist)
5042 (setq ange-ftp-fix-name-func-alist
5043 (cons '(vms . ange-ftp-fix-name-for-vms)
5044 ange-ftp-fix-name-func-alist)))
5045
5046 (or (memq 'vms ange-ftp-dumb-host-types)
5047 (setq ange-ftp-dumb-host-types
5048 (cons 'vms ange-ftp-dumb-host-types)))
5049
5050 ;; It is important that this function barf for directories for which we know
5051 ;; that we cannot possibly get a directory listing, such as "/" and "/DEV:/".
5052 ;; This is because it saves an unnecessary FTP error, or possibly the listing
5053 ;; might succeed, but give erroneous info. This last case is particularly
5054 ;; likely for OS's (like MTS) for which we need to use a wildcard in order
5055 ;; to list a directory.
5056
5057 ;; Convert name from UNIX-ish to VMS ready for a DIRectory listing.
5058 (defun ange-ftp-fix-dir-name-for-vms (dir-name)
5059 ;; Should there be entries for .. -> [-] and . -> [] below. Don't
5060 ;; think so, because expand-filename should have already short-circuited
5061 ;; them.
5062 (cond ((string-equal dir-name "/")
5063 (error "Cannot get listing for fictitious \"/\" directory"))
5064 ((string-match "\\`/[-A-Z0-9_$]+:/\\'" dir-name)
5065 (error "Cannot get listing for device"))
5066 ((ange-ftp-fix-name-for-vms dir-name))))
5067
5068 (or (assq 'vms ange-ftp-fix-dir-name-func-alist)
5069 (setq ange-ftp-fix-dir-name-func-alist
5070 (cons '(vms . ange-ftp-fix-dir-name-for-vms)
5071 ange-ftp-fix-dir-name-func-alist)))
5072
5073 (defvar ange-ftp-vms-host-regexp nil)
5074
5075 ;; Return non-nil if HOST is running VMS.
5076 (defun ange-ftp-vms-host (host)
5077 (and ange-ftp-vms-host-regexp
5078 (string-match-p ange-ftp-vms-host-regexp host)))
5079
5080 ;; Because some VMS ftp servers convert filenames to lower case
5081 ;; we allow a-z in the filename regexp. I'm not too happy about this.
5082
5083 (defconst ange-ftp-vms-filename-regexp
5084 (concat
5085 "\\(\\([_A-Za-z0-9$]?\\|[_A-Za-z0-9$][-_A-Za-z0-9$]*\\)\\."
5086 "[-_A-Za-z0-9$]*;+[0-9]*\\)")
5087 "Regular expression to match for a valid VMS file name in Dired buffer.
5088 Stupid freaking bug! Position of _ and $ shouldn't matter but they do.
5089 Having [A-Z0-9$_] bombs on filename _$$CHANGE_LOG$.TXT$ and $CHANGE_LOG$.TX.
5090 Other orders of $ and _ seem to all work just fine.")
5091
5092 ;; These parsing functions are as general as possible because the syntax
5093 ;; of ftp listings from VMS hosts is a bit erratic. What saves us is that
5094 ;; the VMS filename syntax is so rigid. If they bomb on a listing in the
5095 ;; standard VMS Multinet format, then this is a bug. If they bomb on a listing
5096 ;; from vms.weird.net, then too bad.
5097
5098 ;; Extract the next filename from a VMS dired-like listing.
5099 (defun ange-ftp-parse-vms-filename ()
5100 (if (re-search-forward
5101 ange-ftp-vms-filename-regexp
5102 nil t)
5103 (match-string 0)))
5104
5105 ;; Parse the current buffer which is assumed to be in MultiNet FTP dir
5106 ;; format, and return a hashtable as the result.
5107 (defun ange-ftp-parse-vms-listing ()
5108 (let ((tbl (make-hash-table :test 'equal))
5109 file)
5110 (goto-char (point-min))
5111 (save-match-data
5112 (while (setq file (ange-ftp-parse-vms-filename))
5113 (if (string-match "\\.\\(DIR\\|dir\\);[0-9]+" file)
5114 ;; deal with directories
5115 (puthash (substring file 0 (match-beginning 0)) t tbl)
5116 (puthash file nil tbl)
5117 (if (string-match ";[0-9]+\\'" file) ; deal with extension
5118 ;; sans extension
5119 (puthash (substring file 0 (match-beginning 0)) nil tbl)))
5120 (forward-line 1))
5121 ;; Would like to look for a "Total" line, or a "Directory" line to
5122 ;; make sure that the listing isn't complete garbage before putting
5123 ;; in "." and "..", but we can't even count on all VAX's giving us
5124 ;; either of these.
5125 (puthash "." t tbl)
5126 (puthash ".." t tbl))
5127 tbl))
5128
5129 (add-to-list 'ange-ftp-parse-list-func-alist
5130 '(vms . ange-ftp-parse-vms-listing))
5131
5132 ;; This version only deletes file entries which have
5133 ;; explicit version numbers, because that is all VMS allows.
5134
5135 ;; Can the following two functions be speeded up using file
5136 ;; completion functions?
5137
5138 (defun ange-ftp-vms-delete-file-entry (name &optional dir-p)
5139 (if dir-p
5140 (ange-ftp-internal-delete-file-entry name t)
5141 (save-match-data
5142 (let ((file (ange-ftp-get-file-part name)))
5143 (if (string-match ";[0-9]+\\'" file)
5144 ;; In VMS you can't delete a file without an explicit
5145 ;; version number, or wild-card (e.g. FOO;*)
5146 ;; For now, we give up on wildcards.
5147 (let ((files (gethash (file-name-directory name)
5148 ange-ftp-files-hashtable)))
5149 (if files
5150 (let* ((root (substring file 0
5151 (match-beginning 0)))
5152 (regexp (concat "^"
5153 (regexp-quote root)
5154 ";[0-9]+$"))
5155 versions)
5156 (remhash file files)
5157 ;; Now we need to check if there are any
5158 ;; versions left. If not, then delete the
5159 ;; root entry.
5160 (maphash
5161 (lambda (key val)
5162 (and (string-match regexp key)
5163 (setq versions t)))
5164 files)
5165 (or versions
5166 (remhash root files))))))))))
5167
5168 (or (assq 'vms ange-ftp-delete-file-entry-alist)
5169 (setq ange-ftp-delete-file-entry-alist
5170 (cons '(vms . ange-ftp-vms-delete-file-entry)
5171 ange-ftp-delete-file-entry-alist)))
5172
5173 (defun ange-ftp-vms-add-file-entry (name &optional dir-p)
5174 (if dir-p
5175 (ange-ftp-internal-add-file-entry name t)
5176 (let ((files (gethash (file-name-directory name)
5177 ange-ftp-files-hashtable)))
5178 (if files
5179 (let ((file (ange-ftp-get-file-part name)))
5180 (save-match-data
5181 (if (string-match ";[0-9]+\\'" file)
5182 (puthash (substring file 0 (match-beginning 0)) nil files)
5183 ;; Need to figure out what version of the file
5184 ;; is being added.
5185 (let ((regexp (concat "^"
5186 (regexp-quote file)
5187 ";\\([0-9]+\\)$"))
5188 (version 0))
5189 (maphash
5190 (lambda (name val)
5191 (and (string-match regexp name)
5192 (setq version
5193 (max version
5194 (string-to-number (match-string 1 name))))))
5195 files)
5196 (setq version (1+ version))
5197 (puthash
5198 (concat file ";" (int-to-string version))
5199 nil files))))
5200 (puthash file nil files))))))
5201
5202 (or (assq 'vms ange-ftp-add-file-entry-alist)
5203 (setq ange-ftp-add-file-entry-alist
5204 (cons '(vms . ange-ftp-vms-add-file-entry)
5205 ange-ftp-add-file-entry-alist)))
5206
5207
5208 (defun ange-ftp-add-vms-host (host)
5209 "Mark HOST as the name of a machine running VMS."
5210 (interactive
5211 (list (read-string "Host: "
5212 (let ((name (or (buffer-file-name) default-directory)))
5213 (and name (car (ange-ftp-ftp-name name)))))))
5214 (if (not (ange-ftp-vms-host host))
5215 (setq ange-ftp-vms-host-regexp
5216 (concat "^" (regexp-quote host) "$"
5217 (and ange-ftp-vms-host-regexp "\\|")
5218 ange-ftp-vms-host-regexp)
5219 ange-ftp-host-cache nil)))
5220
5221
5222 (defun ange-ftp-vms-file-name-as-directory (name)
5223 (save-match-data
5224 (if (string-match "\\.\\(DIR\\|dir\\)\\(;[0-9]+\\)?\\'" name)
5225 (setq name (substring name 0 (match-beginning 0))))
5226 (ange-ftp-real-file-name-as-directory name)))
5227
5228 (or (assq 'vms ange-ftp-file-name-as-directory-alist)
5229 (setq ange-ftp-file-name-as-directory-alist
5230 (cons '(vms . ange-ftp-vms-file-name-as-directory)
5231 ange-ftp-file-name-as-directory-alist)))
5232
5233 ;;; Tree dired support:
5234
5235 ;; For this code I have borrowed liberally from Sebastian Kremer's
5236 ;; dired-vms.el
5237
5238
5239 ;;;; These regexps must be anchored to beginning of line.
5240 ;;;; Beware that the ftpd may put the device in front of the filename.
5241
5242 ;;(defconst ange-ftp-dired-vms-re-exe "^. [^ \t.]+\\.\\(EXE\\|exe\\)[; ]"
5243 ;; "Regular expression to use to search for VMS executable files.")
5244
5245 ;;(defconst ange-ftp-dired-vms-re-dir "^. [^ \t.]+\\.\\(DIR\\|dir\\)[; ]"
5246 ;; "Regular expression to use to search for VMS directories.")
5247
5248 ;;(or (assq 'vms ange-ftp-dired-re-exe-alist)
5249 ;; (setq ange-ftp-dired-re-exe-alist
5250 ;; (cons (cons 'vms ange-ftp-dired-vms-re-exe)
5251 ;; ange-ftp-dired-re-exe-alist)))
5252
5253 ;;(or (assq 'vms ange-ftp-dired-re-dir-alist)
5254 ;; (setq ange-ftp-dired-re-dir-alist
5255 ;; (cons (cons 'vms ange-ftp-dired-vms-re-dir)
5256 ;; ange-ftp-dired-re-dir-alist)))
5257
5258 ;;(defun ange-ftp-dired-vms-insert-headerline (dir)
5259 ;; ;; VMS inserts a headerline. I would prefer the headerline
5260 ;; ;; to be in ange-ftp format. This version tries to
5261 ;; ;; be careful, because we can't count on a headerline
5262 ;; ;; over ftp, and we wouldn't want to delete anything
5263 ;; ;; important.
5264 ;; (save-excursion
5265 ;; (if (looking-at "^ wildcard ")
5266 ;; (forward-line 1))
5267 ;; (if (looking-at "^[ \n\t]*[^\n]+\\][ \t]*\n")
5268 ;; (delete-region (point) (match-end 0))))
5269 ;; (ange-ftp-real-dired-insert-headerline dir))
5270
5271 ;;(or (assq 'vms ange-ftp-dired-insert-headerline-alist)
5272 ;; (setq ange-ftp-dired-insert-headerline-alist
5273 ;; (cons '(vms . ange-ftp-dired-vms-insert-headerline)
5274 ;; ange-ftp-dired-insert-headerline-alist)))
5275
5276 ;;(defun ange-ftp-dired-vms-move-to-filename (&optional raise-error eol)
5277 ;; "In dired, move to first char of filename on this line.
5278 ;;Returns position (point) or nil if no filename on this line."
5279 ;; ;; This is the VMS version.
5280 ;; (let (case-fold-search)
5281 ;; (or eol (setq eol (progn (end-of-line) (point))))
5282 ;; (beginning-of-line)
5283 ;; (if (re-search-forward ange-ftp-vms-filename-regexp eol t)
5284 ;; (goto-char (match-beginning 1))
5285 ;; (if raise-error
5286 ;; (error "No file on this line")
5287 ;; nil))))
5288
5289 ;;(or (assq 'vms ange-ftp-dired-move-to-filename-alist)
5290 ;; (setq ange-ftp-dired-move-to-filename-alist
5291 ;; (cons '(vms . ange-ftp-dired-vms-move-to-filename)
5292 ;; ange-ftp-dired-move-to-filename-alist)))
5293
5294 ;;(defun ange-ftp-dired-vms-move-to-end-of-filename (&optional no-error eol)
5295 ;; ;; Assumes point is at beginning of filename.
5296 ;; ;; So, it should be called only after (dired-move-to-filename t).
5297 ;; ;; case-fold-search must be nil, at least for VMS.
5298 ;; ;; On failure, signals an error or returns nil.
5299 ;; ;; This is the VMS version.
5300 ;; (let (opoint hidden case-fold-search)
5301 ;; (setq opoint (point))
5302 ;; (or eol (setq eol (line-end-position)))
5303 ;; (setq hidden (and selective-display
5304 ;; (save-excursion (search-forward "\r" eol t))))
5305 ;; (if hidden
5306 ;; nil
5307 ;; (re-search-forward ange-ftp-vms-filename-regexp eol t))
5308 ;; (or no-error
5309 ;; (not (eq opoint (point)))
5310 ;; (error
5311 ;; (if hidden
5312 ;; (substitute-command-keys
5313 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")
5314 ;; "No file on this line")))
5315 ;; (if (eq opoint (point))
5316 ;; nil
5317 ;; (point))))
5318
5319 ;;(or (assq 'vms ange-ftp-dired-move-to-end-of-filename-alist)
5320 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
5321 ;; (cons '(vms . ange-ftp-dired-vms-move-to-end-of-filename)
5322 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
5323
5324 ;;(defun ange-ftp-dired-vms-between-files ()
5325 ;; (save-excursion
5326 ;; (beginning-of-line)
5327 ;; (or (equal (following-char) 10) ; newline
5328 ;; (equal (following-char) 9) ; tab
5329 ;; (progn (forward-char 2)
5330 ;; (or (looking-at "Total of")
5331 ;; (equal (following-char) 32))))))
5332
5333 ;;(or (assq 'vms ange-ftp-dired-between-files-alist)
5334 ;; (setq ange-ftp-dired-between-files-alist
5335 ;; (cons '(vms . ange-ftp-dired-vms-between-files)
5336 ;; ange-ftp-dired-between-files-alist)))
5337
5338 ;; Beware! In VMS filenames must be of the form "FILE.TYPE".
5339 ;; Therefore, we cannot just append a ".Z" to filenames for
5340 ;; compressed files. Instead, we turn "FILE.TYPE" into
5341 ;; "FILE.TYPE-Z". Hope that this is a reasonable thing to do.
5342
5343 (defun ange-ftp-vms-make-compressed-filename (name &optional reverse)
5344 (cond
5345 ((string-match "-Z;[0-9]+\\'" name)
5346 (list nil (substring name 0 (match-beginning 0))))
5347 ((string-match ";[0-9]+\\'" name)
5348 (list nil (substring name 0 (match-beginning 0))))
5349 ((string-match "-Z\\'" name)
5350 (list nil (substring name 0 -2)))
5351 (t
5352 (list t
5353 (if (string-match ";[0-9]+\\'" name)
5354 (concat (substring name 0 (match-beginning 0))
5355 "-Z")
5356 (concat name "-Z"))))))
5357
5358 (or (assq 'vms ange-ftp-make-compressed-filename-alist)
5359 (setq ange-ftp-make-compressed-filename-alist
5360 (cons '(vms . ange-ftp-vms-make-compressed-filename)
5361 ange-ftp-make-compressed-filename-alist)))
5362
5363 ;;;; When the filename is too long, VMS will use two lines to list a file
5364 ;;;; (damn them!) This will confuse dired. To solve this, need to convince
5365 ;;;; Sebastian to use a function dired-go-to-end-of-file-line, instead of
5366 ;;;; (forward-line 1). This would require a number of changes to dired.el.
5367 ;;;; If dired gets confused, revert-buffer will fix it.
5368
5369 ;;(defun ange-ftp-dired-vms-ls-trim ()
5370 ;; (goto-char (point-min))
5371 ;; (let ((case-fold-search nil))
5372 ;; (re-search-forward ange-ftp-vms-filename-regexp))
5373 ;; (beginning-of-line)
5374 ;; (delete-region (point-min) (point))
5375 ;; (forward-line 1)
5376 ;; (delete-region (point) (point-max)))
5377
5378
5379 ;;(or (assq 'vms ange-ftp-dired-ls-trim-alist)
5380 ;; (setq ange-ftp-dired-ls-trim-alist
5381 ;; (cons '(vms . ange-ftp-dired-vms-ls-trim)
5382 ;; ange-ftp-dired-ls-trim-alist)))
5383
5384 (defun ange-ftp-vms-sans-version (name &rest args)
5385 (save-match-data
5386 (if (string-match ";[0-9]+\\'" name)
5387 (substring name 0 (match-beginning 0))
5388 name)))
5389
5390 (or (assq 'vms ange-ftp-sans-version-alist)
5391 (setq ange-ftp-sans-version-alist
5392 (cons '(vms . ange-ftp-vms-sans-version)
5393 ange-ftp-sans-version-alist)))
5394
5395 ;;(defvar ange-ftp-file-version-alist)
5396
5397 ;;;;; The vms version of clean-directory has 2 more optional args
5398 ;;;;; than the usual dired version. This is so that it can be used by
5399 ;;;;; ange-ftp-dired-vms-flag-backup-files.
5400
5401 ;;(defun ange-ftp-dired-vms-clean-directory (keep &optional marker msg)
5402 ;; "Flag numerical backups for deletion.
5403 ;;Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
5404 ;;Positive prefix arg KEEP overrides `dired-kept-versions';
5405 ;;Negative prefix arg KEEP overrides `kept-old-versions' with KEEP made positive.
5406
5407 ;;To clear the flags on these files, you can use \\[dired-flag-backup-files]
5408 ;;with a prefix argument."
5409 ;;; (interactive "P") ; Never actually called interactively.
5410 ;; (setq keep (max 1 (if keep (prefix-numeric-value keep) dired-kept-versions)))
5411 ;; (let ((early-retention (if (< keep 0) (- keep) kept-old-versions))
5412 ;; ;; late-retention must NEVER be allowed to be less than 1 in VMS!
5413 ;; ;; This could wipe ALL copies of the file.
5414 ;; (late-retention (max 1 (if (<= keep 0) dired-kept-versions keep)))
5415 ;; (action (or msg "Cleaning"))
5416 ;; (ange-ftp-trample-marker (or marker dired-del-marker))
5417 ;; (ange-ftp-file-version-alist ()))
5418 ;; (message (concat action
5419 ;; " numerical backups (keeping %d late, %d old)...")
5420 ;; late-retention early-retention)
5421 ;; ;; Look at each file.
5422 ;; ;; If the file has numeric backup versions,
5423 ;; ;; put on ange-ftp-file-version-alist an element of the form
5424 ;; ;; (FILENAME . VERSION-NUMBER-LIST)
5425 ;; (dired-map-dired-file-lines 'ange-ftp-dired-vms-collect-file-versions)
5426 ;; ;; Sort each VERSION-NUMBER-LIST,
5427 ;; ;; and remove the versions not to be deleted.
5428 ;; (let ((fval ange-ftp-file-version-alist))
5429 ;; (while fval
5430 ;; (let* ((sorted-v-list (cons 'q (sort (cdr (car fval)) '<)))
5431 ;; (v-count (length sorted-v-list)))
5432 ;; (if (> v-count (+ early-retention late-retention))
5433 ;; (rplacd (nthcdr early-retention sorted-v-list)
5434 ;; (nthcdr (- v-count late-retention)
5435 ;; sorted-v-list)))
5436 ;; (rplacd (car fval)
5437 ;; (cdr sorted-v-list)))
5438 ;; (setq fval (cdr fval))))
5439 ;; ;; Look at each file. If it is a numeric backup file,
5440 ;; ;; find it in a VERSION-NUMBER-LIST and maybe flag it for deletion.
5441 ;; (dired-map-dired-file-lines
5442 ;; 'ange-ftp-dired-vms-trample-file-versions mark)
5443 ;; (message (concat action " numerical backups...done"))))
5444
5445 ;;(or (assq 'vms ange-ftp-dired-clean-directory-alist)
5446 ;; (setq ange-ftp-dired-clean-directory-alist
5447 ;; (cons '(vms . ange-ftp-dired-vms-clean-directory)
5448 ;; ange-ftp-dired-clean-directory-alist)))
5449
5450 ;;(defun ange-ftp-dired-vms-collect-file-versions (fn)
5451 ;; ;; "If it looks like file FN has versions, return a list of the versions.
5452 ;; ;;That is a list of strings which are file names.
5453 ;; ;;The caller may want to flag some of these files for deletion."
5454 ;;(let ((name (nth 2 (ange-ftp-ftp-name fn))))
5455 ;; (if (string-match ";[0-9]+$" name)
5456 ;; (let* ((name (substring name 0 (match-beginning 0)))
5457 ;; (fn (ange-ftp-replace-name-component fn name)))
5458 ;; (if (not (assq fn ange-ftp-file-version-alist))
5459 ;; (let* ((base-versions
5460 ;; (concat (file-name-nondirectory name) ";"))
5461 ;; (bv-length (length base-versions))
5462 ;; (possibilities (file-name-all-completions
5463 ;; base-versions
5464 ;; (file-name-directory fn)))
5465 ;; (versions (mapcar
5466 ;; '(lambda (arg)
5467 ;; (if (and (string-match
5468 ;; "[0-9]+$" arg bv-length)
5469 ;; (= (match-beginning 0) bv-length))
5470 ;; (string-to-int (substring arg bv-length))
5471 ;; 0))
5472 ;; possibilities)))
5473 ;; (if versions
5474 ;; (setq
5475 ;; ange-ftp-file-version-alist
5476 ;; (cons (cons fn versions)
5477 ;; ange-ftp-file-version-alist)))))))))
5478
5479 ;;(defun ange-ftp-dired-vms-trample-file-versions (fn)
5480 ;; (let* ((start-vn (string-match ";[0-9]+$" fn))
5481 ;; base-version-list)
5482 ;; (and start-vn
5483 ;; (setq base-version-list ; there was a base version to which
5484 ;; (assoc (substring fn 0 start-vn) ; this looks like a
5485 ;; ange-ftp-file-version-alist)) ; subversion
5486 ;; (not (memq (string-to-int (substring fn (1+ start-vn)))
5487 ;; base-version-list)) ; this one doesn't make the cut
5488 ;; (progn (beginning-of-line)
5489 ;; (delete-char 1)
5490 ;; (insert ange-ftp-trample-marker)))))
5491
5492 ;;(defun ange-ftp-dired-vms-flag-backup-files (&optional unflag-p)
5493 ;; (let ((dired-kept-versions 1)
5494 ;; (kept-old-versions 0)
5495 ;; marker msg)
5496 ;; (if unflag-p
5497 ;; (setq marker ?\040 msg "Unflagging")
5498 ;; (setq marker dired-del-marker msg "Cleaning"))
5499 ;; (ange-ftp-dired-vms-clean-directory nil marker msg)))
5500
5501 ;;(or (assq 'vms ange-ftp-dired-flag-backup-files-alist)
5502 ;; (setq ange-ftp-dired-flag-backup-files-alist
5503 ;; (cons '(vms . ange-ftp-dired-vms-flag-backup-files)
5504 ;; ange-ftp-dired-flag-backup-files-alist)))
5505
5506 ;;(defun ange-ftp-dired-vms-backup-diff (&optional switches)
5507 ;; (let ((file (dired-get-filename 'no-dir))
5508 ;; bak)
5509 ;; (if (and (string-match ";[0-9]+$" file)
5510 ;; ;; Find most recent previous version.
5511 ;; (let ((root (substring file 0 (match-beginning 0)))
5512 ;; (ver
5513 ;; (string-to-int (substring file (1+ (match-beginning 0)))))
5514 ;; found)
5515 ;; (setq ver (1- ver))
5516 ;; (while (and (> ver 0) (not found))
5517 ;; (setq bak (concat root ";" (int-to-string ver)))
5518 ;; (and (file-exists-p bak) (setq found t))
5519 ;; (setq ver (1- ver)))
5520 ;; found))
5521 ;; (if switches
5522 ;; (diff (expand-file-name bak) (expand-file-name file) switches)
5523 ;; (diff (expand-file-name bak) (expand-file-name file)))
5524 ;; (error "No previous version found for %s" file))))
5525
5526 ;;(or (assq 'vms ange-ftp-dired-backup-diff-alist)
5527 ;; (setq ange-ftp-dired-backup-diff-alist
5528 ;; (cons '(vms . ange-ftp-dired-vms-backup-diff)
5529 ;; ange-ftp-dired-backup-diff-alist)))
5530
5531 \f
5532 ;;;; ------------------------------------------------------------
5533 ;;;; MTS support
5534 ;;;; ------------------------------------------------------------
5535
5536
5537 ;; Convert NAME from UNIX-ish to MTS. If REVERSE given then convert from
5538 ;; MTS to UNIX-ish.
5539 (defun ange-ftp-fix-name-for-mts (name &optional reverse)
5540 (save-match-data
5541 (if reverse
5542 (if (string-match "\\`\\([^:]+:\\)?\\(.*\\)\\'" name)
5543 (let (acct file)
5544 (setq acct (match-string 1 name))
5545 (setq file (match-string 2 name))
5546 (concat (and acct (concat "/" acct "/"))
5547 file))
5548 (error "name %s didn't match" name))
5549 (if (string-match "\\`/\\([^:]+:\\)/\\(.*\\)\\'" name)
5550 (concat (match-string 1 name) (match-string 2 name))
5551 ;; Let's hope that mts will recognize it anyway.
5552 name))))
5553
5554 (or (assq 'mts ange-ftp-fix-name-func-alist)
5555 (setq ange-ftp-fix-name-func-alist
5556 (cons '(mts . ange-ftp-fix-name-for-mts)
5557 ange-ftp-fix-name-func-alist)))
5558
5559 ;; Convert name from UNIX-ish to MTS ready for a DIRectory listing.
5560 ;; Remember that there are no directories in MTS.
5561 (defun ange-ftp-fix-dir-name-for-mts (dir-name)
5562 (if (string-equal dir-name "/")
5563 (error "Cannot get listing for fictitious \"/\" directory")
5564 (let ((dir-name (ange-ftp-fix-name-for-mts dir-name)))
5565 (cond
5566 ((string-equal dir-name "")
5567 "?")
5568 ((string-match ":\\'" dir-name)
5569 (concat dir-name "?"))
5570 (dir-name))))) ; It's just a single file.
5571
5572 (or (assq 'mts ange-ftp-fix-dir-name-func-alist)
5573 (setq ange-ftp-fix-dir-name-func-alist
5574 (cons '(mts . ange-ftp-fix-dir-name-for-mts)
5575 ange-ftp-fix-dir-name-func-alist)))
5576
5577 (or (memq 'mts ange-ftp-dumb-host-types)
5578 (setq ange-ftp-dumb-host-types
5579 (cons 'mts ange-ftp-dumb-host-types)))
5580
5581 (defvar ange-ftp-mts-host-regexp nil)
5582
5583 ;; Return non-nil if HOST is running MTS.
5584 (defun ange-ftp-mts-host (host)
5585 (and ange-ftp-mts-host-regexp
5586 (string-match-p ange-ftp-mts-host-regexp host)))
5587
5588 ;; Parse the current buffer which is assumed to be in mts ftp dir format.
5589 (defun ange-ftp-parse-mts-listing ()
5590 (let ((tbl (make-hash-table :test 'equal)))
5591 (goto-char (point-min))
5592 (save-match-data
5593 (while (re-search-forward directory-listing-before-filename-regexp nil t)
5594 (end-of-line)
5595 (skip-chars-backward " ")
5596 (let ((end (point)))
5597 (skip-chars-backward "-A-Z0-9_.!")
5598 (puthash (buffer-substring (point) end) nil tbl))
5599 (forward-line 1)))
5600 ;; Don't need to bother with ..
5601 (puthash "." t tbl)
5602 tbl))
5603
5604 (add-to-list 'ange-ftp-parse-list-func-alist
5605 '(mts . ange-ftp-parse-mts-listing))
5606
5607 (defun ange-ftp-add-mts-host (host)
5608 "Mark HOST as the name of a machine running MTS."
5609 (interactive
5610 (list (read-string "Host: "
5611 (let ((name (or (buffer-file-name) default-directory)))
5612 (and name (car (ange-ftp-ftp-name name)))))))
5613 (if (not (ange-ftp-mts-host host))
5614 (setq ange-ftp-mts-host-regexp
5615 (concat "^" (regexp-quote host) "$"
5616 (and ange-ftp-mts-host-regexp "\\|")
5617 ange-ftp-mts-host-regexp)
5618 ange-ftp-host-cache nil)))
5619
5620 ;;; Tree dired support:
5621
5622 ;;;; There aren't too many systems left that use MTS. This dired support will
5623 ;;;; work for the implementation of ftp on mtsg.ubc.ca. I hope other mts systems
5624 ;;;; implement ftp in the same way. If not, it might be necessary to make the
5625 ;;;; following more flexible.
5626
5627 ;;(defun ange-ftp-dired-mts-move-to-filename (&optional raise-error eol)
5628 ;; "In dired, move to first char of filename on this line.
5629 ;;Returns position (point) or nil if no filename on this line."
5630 ;; ;; This is the MTS version.
5631 ;; (or eol (setq eol (progn (end-of-line) (point))))
5632 ;; (beginning-of-line)
5633 ;; (if (re-search-forward
5634 ;; ange-ftp-date-regexp eol t)
5635 ;; (progn
5636 ;; (skip-chars-forward " ") ; Eat blanks after date
5637 ;; (skip-chars-forward "0-9:" eol) ; Eat time or year
5638 ;; (skip-chars-forward " " eol) ; one space before filename
5639 ;; ;; When listing an account other than the users own account it appends
5640 ;; ;; ACCT: to the beginning of the filename. Skip over this.
5641 ;; (and (looking-at "[A-Z0-9_.]+:")
5642 ;; (goto-char (match-end 0)))
5643 ;; (point))
5644 ;; (if raise-error
5645 ;; (error "No file on this line")
5646 ;; nil)))
5647
5648 ;;(or (assq 'mts ange-ftp-dired-move-to-filename-alist)
5649 ;; (setq ange-ftp-dired-move-to-filename-alist
5650 ;; (cons '(mts . ange-ftp-dired-mts-move-to-filename)
5651 ;; ange-ftp-dired-move-to-filename-alist)))
5652
5653 ;;(defun ange-ftp-dired-mts-move-to-end-of-filename (&optional no-error eol)
5654 ;; ;; Assumes point is at beginning of filename.
5655 ;; ;; So, it should be called only after (dired-move-to-filename t).
5656 ;; ;; On failure, signals an error or returns nil.
5657 ;; ;; This is the MTS version.
5658 ;; (let (opoint hidden case-fold-search)
5659 ;; (setq opoint (point)
5660 ;; eol (line-end-position)
5661 ;; hidden (and selective-display
5662 ;; (save-excursion (search-forward "\r" eol t))))
5663 ;; (if hidden
5664 ;; nil
5665 ;; (skip-chars-forward "-A-Z0-9._!" eol))
5666 ;; (or no-error
5667 ;; (not (eq opoint (point)))
5668 ;; (error
5669 ;; (if hidden
5670 ;; (substitute-command-keys
5671 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")
5672 ;; "No file on this line")))
5673 ;; (if (eq opoint (point))
5674 ;; nil
5675 ;; (point))))
5676
5677 ;;(or (assq 'mts ange-ftp-dired-move-to-end-of-filename-alist)
5678 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
5679 ;; (cons '(mts . ange-ftp-dired-mts-move-to-end-of-filename)
5680 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
5681 \f
5682 ;;;; ------------------------------------------------------------
5683 ;;;; CMS support
5684 ;;;; ------------------------------------------------------------
5685
5686 ;; Since CMS doesn't have any full file name syntax, we have to fudge
5687 ;; things with cd's. We actually send too many cd's, but it's dangerous
5688 ;; to try to remember the current minidisk, because if the connection
5689 ;; is closed and needs to be reopened, we will find ourselves back in
5690 ;; the default minidisk. This is fairly likely since CMS ftp servers
5691 ;; usually close the connection after 5 minutes of inactivity.
5692
5693 ;; Have I got the filename character set right?
5694
5695 (defun ange-ftp-fix-name-for-cms (name &optional reverse)
5696 (save-match-data
5697 (if reverse
5698 ;; Since we only convert output from a pwd in this direction,
5699 ;; we'll assume that it's a minidisk, and make it into a
5700 ;; directory file name. Note that the expand-dir-hashtable
5701 ;; stores directories without the trailing /. Is this
5702 ;; consistent?
5703 (concat "/" name)
5704 (if (string-match "\\`/\\([-A-Z0-9$*._]+\\)/\\([-A-Z0-9$._]+\\)?\\'"
5705 name)
5706 (let ((minidisk (match-string 1 name)))
5707 (if (match-beginning 2)
5708 (let ((file (match-string 2 name))
5709 (cmd (concat "cd " minidisk))
5710
5711 ;; Note that host and user are bound in the call
5712 ;; to ange-ftp-send-cmd
5713 (proc (ange-ftp-get-process ange-ftp-this-host
5714 ange-ftp-this-user)))
5715
5716 ;; Must use ange-ftp-raw-send-cmd here to avoid
5717 ;; an infinite loop.
5718 (if (car (ange-ftp-raw-send-cmd proc cmd ange-ftp-this-msg))
5719 file
5720 ;; failed... try ONCE more.
5721 (setq proc (ange-ftp-get-process ange-ftp-this-host
5722 ange-ftp-this-user))
5723 (let ((result (ange-ftp-raw-send-cmd proc cmd
5724 ange-ftp-this-msg)))
5725 (if (car result)
5726 file
5727 ;; failed. give up.
5728 (ange-ftp-error ange-ftp-this-host ange-ftp-this-user
5729 (format "cd to minidisk %s failed: %s"
5730 minidisk (cdr result)))))))
5731 ;; return the minidisk
5732 minidisk))
5733 (error "Invalid CMS filename")))))
5734
5735 (or (assq 'cms ange-ftp-fix-name-func-alist)
5736 (setq ange-ftp-fix-name-func-alist
5737 (cons '(cms . ange-ftp-fix-name-for-cms)
5738 ange-ftp-fix-name-func-alist)))
5739
5740 (or (memq 'cms ange-ftp-dumb-host-types)
5741 (setq ange-ftp-dumb-host-types
5742 (cons 'cms ange-ftp-dumb-host-types)))
5743
5744 ;; Convert name from UNIX-ish to CMS ready for a DIRectory listing.
5745 (defun ange-ftp-fix-dir-name-for-cms (dir-name)
5746 (cond
5747 ((string-equal "/" dir-name)
5748 (error "Cannot get listing for fictitious \"/\" directory"))
5749 ((string-match "\\`/\\([-A-Z0-9$*._]+\\)/\\([-A-Z0-9$._]+\\)?\\'" dir-name)
5750 (let* ((minidisk (match-string 1 dir-name))
5751 ;; host and user are bound in the call to ange-ftp-send-cmd
5752 (proc (ange-ftp-get-process ange-ftp-this-host ange-ftp-this-user))
5753 (cmd (concat "cd " minidisk))
5754 (file (if (match-beginning 2)
5755 ;; it's a single file
5756 (match-string 2 dir-name)
5757 ;; use the wild-card
5758 "*")))
5759 (if (car (ange-ftp-raw-send-cmd proc cmd))
5760 file
5761 ;; try again...
5762 (setq proc (ange-ftp-get-process ange-ftp-this-host
5763 ange-ftp-this-user))
5764 (let ((result (ange-ftp-raw-send-cmd proc cmd)))
5765 (if (car result)
5766 file
5767 ;; give up
5768 (ange-ftp-error ange-ftp-this-host ange-ftp-this-user
5769 (format "cd to minidisk %s failed: %s"
5770 minidisk (cdr result))))))))
5771 (t (error "Invalid CMS file name"))))
5772
5773 (or (assq 'cms ange-ftp-fix-dir-name-func-alist)
5774 (setq ange-ftp-fix-dir-name-func-alist
5775 (cons '(cms . ange-ftp-fix-dir-name-for-cms)
5776 ange-ftp-fix-dir-name-func-alist)))
5777
5778 (defvar ange-ftp-cms-host-regexp nil
5779 "Regular expression to match hosts running the CMS operating system.")
5780
5781 ;; Return non-nil if HOST is running CMS.
5782 (defun ange-ftp-cms-host (host)
5783 (and ange-ftp-cms-host-regexp
5784 (string-match-p ange-ftp-cms-host-regexp host)))
5785
5786 (defun ange-ftp-add-cms-host (host)
5787 "Mark HOST as the name of a CMS host."
5788 (interactive
5789 (list (read-string "Host: "
5790 (let ((name (or (buffer-file-name) default-directory)))
5791 (and name (car (ange-ftp-ftp-name name)))))))
5792 (if (not (ange-ftp-cms-host host))
5793 (setq ange-ftp-cms-host-regexp
5794 (concat "^" (regexp-quote host) "$"
5795 (and ange-ftp-cms-host-regexp "\\|")
5796 ange-ftp-cms-host-regexp)
5797 ange-ftp-host-cache nil)))
5798
5799 (defun ange-ftp-parse-cms-listing ()
5800 ;; Parse the current buffer which is assumed to be a CMS directory listing.
5801 ;; If we succeed in getting a listing, then we will assume that the minidisk
5802 ;; exists. file is bound by the call to ange-ftp-ls. This doesn't work
5803 ;; because ange-ftp doesn't know that the root hashtable has only part of
5804 ;; the info. It will assume that if a minidisk isn't in it, then it doesn't
5805 ;; exist. It would be nice if completion worked for minidisks, as we
5806 ;; discover them.
5807 ; (let* ((dir-file (directory-file-name file))
5808 ; (root (file-name-directory dir-file))
5809 ; (minidisk (ange-ftp-get-file-part dir-file))
5810 ; (root-tbl (ange-ftp-get-hash-entry root ange-ftp-files-hashtable)))
5811 ; (if root-tbl
5812 ; (puthash minidisk t root-tbl)
5813 ; (setq root-tbl (ange-ftp-make-hashtable))
5814 ; (puthash minidisk t root-tbl)
5815 ; (puthash "." t root-tbl)
5816 ; (ange-ftp-set-files root root-tbl)))
5817 ;; Now do the usual parsing
5818 (let ((tbl (make-hash-table :test 'equal)))
5819 (goto-char (point-min))
5820 (save-match-data
5821 (while
5822 (re-search-forward
5823 "^\\([-A-Z0-9$_]+\\) +\\([-A-Z0-9$_]+\\) +[VF] +[0-9]+ " nil t)
5824 (puthash (concat (match-string 1) "." (match-string 2)) nil tbl)
5825 (forward-line 1))
5826 (puthash "." t tbl))
5827 tbl))
5828
5829 (add-to-list 'ange-ftp-parse-list-func-alist
5830 '(cms . ange-ftp-parse-cms-listing))
5831
5832 ;;;;; Tree dired support:
5833
5834 ;;(defconst ange-ftp-dired-cms-re-exe
5835 ;; "^. [-A-Z0-9$_]+ +EXEC "
5836 ;; "Regular expression to use to search for CMS executables.")
5837
5838 ;;(or (assq 'cms ange-ftp-dired-re-exe-alist)
5839 ;; (setq ange-ftp-dired-re-exe-alist
5840 ;; (cons (cons 'cms ange-ftp-dired-cms-re-exe)
5841 ;; ange-ftp-dired-re-exe-alist)))
5842
5843
5844 ;;(defun ange-ftp-dired-cms-insert-headerline (dir)
5845 ;; ;; CMS has no total line, so we insert a blank line for
5846 ;; ;; aesthetics.
5847 ;; (insert "\n")
5848 ;; (forward-char -1)
5849 ;; (ange-ftp-real-dired-insert-headerline dir))
5850
5851 ;;(or (assq 'cms ange-ftp-dired-insert-headerline-alist)
5852 ;; (setq ange-ftp-dired-insert-headerline-alist
5853 ;; (cons '(cms . ange-ftp-dired-cms-insert-headerline)
5854 ;; ange-ftp-dired-insert-headerline-alist)))
5855
5856 ;;(defun ange-ftp-dired-cms-move-to-filename (&optional raise-error eol)
5857 ;; "In dired, move to the first char of filename on this line."
5858 ;; ;; This is the CMS version.
5859 ;; (or eol (setq eol (progn (end-of-line) (point))))
5860 ;; (let (case-fold-search)
5861 ;; (beginning-of-line)
5862 ;; (if (re-search-forward " [-A-Z0-9$_]+ +[-A-Z0-9$_]+ +[VF] +[0-9]+ " eol t)
5863 ;; (goto-char (1+ (match-beginning 0)))
5864 ;; (if raise-error
5865 ;; (error "No file on this line")
5866 ;; nil))))
5867
5868 ;;(or (assq 'cms ange-ftp-dired-move-to-filename-alist)
5869 ;; (setq ange-ftp-dired-move-to-filename-alist
5870 ;; (cons '(cms . ange-ftp-dired-cms-move-to-filename)
5871 ;; ange-ftp-dired-move-to-filename-alist)))
5872
5873 ;;(defun ange-ftp-dired-cms-move-to-end-of-filename (&optional no-error eol)
5874 ;; ;; Assumes point is at beginning of filename.
5875 ;; ;; So, it should be called only after (dired-move-to-filename t).
5876 ;; ;; case-fold-search must be nil, at least for VMS.
5877 ;; ;; On failure, signals an error or returns nil.
5878 ;; ;; This is the CMS version.
5879 ;; (let ((opoint (point))
5880 ;; case-fold-search hidden)
5881 ;; (or eol (setq eol (line-end-position)))
5882 ;; (setq hidden (and selective-display
5883 ;; (save-excursion
5884 ;; (search-forward "\r" eol t))))
5885 ;; (if hidden
5886 ;; (if no-error
5887 ;; nil
5888 ;; (error
5889 ;; (substitute-command-keys
5890 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")))
5891 ;; (skip-chars-forward "-A-Z0-9$_" eol)
5892 ;; (skip-chars-forward " " eol)
5893 ;; (skip-chars-forward "-A-Z0-9$_" eol)
5894 ;; (if (eq opoint (point))
5895 ;; (if no-error
5896 ;; nil
5897 ;; (error "No file on this line"))
5898 ;; (point)))))
5899
5900 ;;(or (assq 'cms ange-ftp-dired-move-to-end-of-filename-alist)
5901 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
5902 ;; (cons '(cms . ange-ftp-dired-cms-move-to-end-of-filename)
5903 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
5904
5905 (defun ange-ftp-cms-make-compressed-filename (name &optional reverse)
5906 (if (string-match "-Z\\'" name)
5907 (list nil (substring name 0 -2))
5908 (list t (concat name "-Z"))))
5909
5910 (or (assq 'cms ange-ftp-make-compressed-filename-alist)
5911 (setq ange-ftp-make-compressed-filename-alist
5912 (cons '(cms . ange-ftp-cms-make-compressed-filename)
5913 ange-ftp-make-compressed-filename-alist)))
5914
5915 ;;(defun ange-ftp-dired-cms-get-filename (&optional localp no-error-if-not-filep)
5916 ;; (let ((name (ange-ftp-real-dired-get-filename localp no-error-if-not-filep)))
5917 ;; (and name
5918 ;; (if (string-match "^\\([^ ]+\\) +\\([^ ]+\\)$" name)
5919 ;; (concat (substring name 0 (match-end 1))
5920 ;; "."
5921 ;; (substring name (match-beginning 2) (match-end 2)))
5922 ;; name))))
5923
5924 ;;(or (assq 'cms ange-ftp-dired-get-filename-alist)
5925 ;; (setq ange-ftp-dired-get-filename-alist
5926 ;; (cons '(cms . ange-ftp-dired-cms-get-filename)
5927 ;; ange-ftp-dired-get-filename-alist)))
5928 \f
5929 ;;;; ------------------------------------------------------------
5930 ;;;; BS2000 support
5931 ;;;; ------------------------------------------------------------
5932
5933 ;; There seems to be an error with regexps. '-' has to be the first
5934 ;; character inside of the square brackets.
5935 (defconst ange-ftp-bs2000-short-filename-regexp
5936 "[-A-Z0-9$#@.]*[A-Z][-A-Z0-9$#@.]*"
5937 "Regular expression to match for a valid short BS2000 file name.")
5938
5939 (defconst ange-ftp-bs2000-fix-name-regexp-reverse
5940 (concat
5941 "^\\(" ange-ftp-bs2000-filename-pubset-regexp "\\)?"
5942 "\\(" ange-ftp-bs2000-filename-username-regexp "\\)?"
5943 "\\(" ange-ftp-bs2000-short-filename-regexp "\\)?")
5944 "Regular expression used in `ange-ftp-fix-name-for-bs2000'.")
5945
5946 (defconst ange-ftp-bs2000-fix-name-regexp
5947 (concat
5948 "/?\\(" ange-ftp-bs2000-filename-pubset-regexp "/\\)?"
5949 "\\(\\$[A-Z0-9]*/\\)?"
5950 "\\(" ange-ftp-bs2000-short-filename-regexp "\\)?")
5951 "Regular expression used in `ange-ftp-fix-name-for-bs2000'.")
5952
5953 (defcustom ange-ftp-bs2000-special-prefix
5954 "X"
5955 "Prefix used for filenames starting with '#' or '@'."
5956 :group 'ange-ftp
5957 :type 'string)
5958
5959 ;; Convert NAME from UNIX-ish to BS2000. If REVERSE given then convert from
5960 ;; BS2000 to UNIX-ish.
5961 (defun ange-ftp-fix-name-for-bs2000 (name &optional reverse)
5962 (save-match-data
5963 (if reverse
5964 (if (string-match
5965 ange-ftp-bs2000-fix-name-regexp-reverse
5966 name)
5967 (let ((pubset (if (match-beginning 1)
5968 (substring name 0 (match-end 1))))
5969 (userid (if (match-beginning 2)
5970 (substring name
5971 (match-beginning 2)
5972 (1- (match-end 2)))))
5973 (filename (if (match-beginning 3)
5974 (substring name (match-beginning 3)))))
5975 (concat
5976 "/"
5977 ;; we have to insert "_/" here to prevent expand-file-name to
5978 ;; interpret BS2000 pubsets as the special escape prefix:
5979 (and pubset (concat "_/" pubset "/"))
5980 (and userid (concat userid "/"))
5981 filename))
5982 (error "name %s didn't match" name))
5983 ;; and here we (maybe) have to remove the inserted "_/" 'cause
5984 ;; of our prevention of the special escape prefix above:
5985 (if (string-match (concat "^/_/") name)
5986 (setq name (substring name 2)))
5987 (if (string-match
5988 ange-ftp-bs2000-fix-name-regexp
5989 name)
5990 (let ((pubset (if (match-beginning 1)
5991 (substring name
5992 (match-beginning 1)
5993 (1- (match-end 1)))))
5994 (userid (if (match-beginning 2)
5995 (substring name
5996 (match-beginning 2)
5997 (1- (match-end 2)))))
5998 (filename (if (match-beginning 3)
5999 (substring name (match-beginning 3)))))
6000 (if (and (boundp 'filename)
6001 (stringp filename)
6002 (string-match "[#@].+" filename))
6003 (setq filename (concat ange-ftp-bs2000-special-prefix
6004 (substring filename 1))))
6005 (upcase
6006 (concat
6007 pubset
6008 (and userid (concat userid "."))
6009 ;; change every '/' in filename to a '.', normally not neccessary
6010 (and filename
6011 (subst-char-in-string ?/ ?. filename)))))
6012 ;; Let's hope that BS2000 recognize this anyway:
6013 name))))
6014
6015 (or (assq 'bs2000 ange-ftp-fix-name-func-alist)
6016 (setq ange-ftp-fix-name-func-alist
6017 (cons '(bs2000 . ange-ftp-fix-name-for-bs2000)
6018 ange-ftp-fix-name-func-alist)))
6019
6020 ;; Convert name from UNIX-ish to BS2000 ready for a DIRectory listing.
6021 ;; Remember that there are no directories in BS2000.
6022 (defun ange-ftp-fix-dir-name-for-bs2000 (dir-name)
6023 (if (string-equal dir-name "/")
6024 "*" ;; Don't use an empty string here!
6025 (ange-ftp-fix-name-for-bs2000 dir-name)))
6026
6027 (or (assq 'bs2000 ange-ftp-fix-dir-name-func-alist)
6028 (setq ange-ftp-fix-dir-name-func-alist
6029 (cons '(bs2000 . ange-ftp-fix-dir-name-for-bs2000)
6030 ange-ftp-fix-dir-name-func-alist)))
6031
6032 (or (memq 'bs2000 ange-ftp-dumb-host-types)
6033 (setq ange-ftp-dumb-host-types
6034 (cons 'bs2000 ange-ftp-dumb-host-types)))
6035
6036 (defvar ange-ftp-bs2000-host-regexp nil)
6037 (defvar ange-ftp-bs2000-posix-host-regexp nil)
6038
6039 ;; Return non-nil if HOST is running BS2000.
6040 (defun ange-ftp-bs2000-host (host)
6041 (and ange-ftp-bs2000-host-regexp
6042 (string-match-p ange-ftp-bs2000-host-regexp host)))
6043 ;; Return non-nil if HOST is running BS2000 with POSIX subsystem.
6044 (defun ange-ftp-bs2000-posix-host (host)
6045 (and ange-ftp-bs2000-posix-host-regexp
6046 (string-match-p ange-ftp-bs2000-posix-host-regexp host)))
6047
6048 (defun ange-ftp-add-bs2000-host (host)
6049 "Mark HOST as the name of a machine running BS2000."
6050 (interactive
6051 (list (read-string "Host: "
6052 (let ((name (or (buffer-file-name) default-directory)))
6053 (and name (car (ange-ftp-ftp-name name)))))))
6054 (if (not (ange-ftp-bs2000-host host))
6055 (setq ange-ftp-bs2000-host-regexp
6056 (concat "^" (regexp-quote host) "$"
6057 (and ange-ftp-bs2000-host-regexp "\\|")
6058 ange-ftp-bs2000-host-regexp)
6059 ange-ftp-host-cache nil)))
6060
6061 (defun ange-ftp-add-bs2000-posix-host (host)
6062 "Mark HOST as the name of a machine running BS2000 with POSIX subsystem."
6063 (interactive
6064 (list (read-string "Host: "
6065 (let ((name (or (buffer-file-name) default-directory)))
6066 (and name (car (ange-ftp-ftp-name name)))))))
6067 (if (not (ange-ftp-bs2000-posix-host host))
6068 (setq ange-ftp-bs2000-posix-host-regexp
6069 (concat "^" (regexp-quote host) "$"
6070 (and ange-ftp-bs2000-posix-host-regexp "\\|")
6071 ange-ftp-bs2000-posix-host-regexp)
6072 ange-ftp-host-cache nil))
6073 ;; Install CD hook to cd to posix on connecting:
6074 (add-hook 'ange-ftp-process-startup-hook 'ange-ftp-bs2000-cd-to-posix)
6075 host)
6076
6077 (defconst ange-ftp-bs2000-filename-regexp
6078 (concat
6079 "\\(" ange-ftp-bs2000-filename-prefix-regexp "\\)?"
6080 "\\(" ange-ftp-bs2000-short-filename-regexp "\\)")
6081 "Regular expression to match for a valid BS2000 file name.")
6082
6083 (defcustom ange-ftp-bs2000-additional-pubsets
6084 nil
6085 "*List of additional pubsets available to all users."
6086 :group 'ange-ftp
6087 :type '(repeat string))
6088
6089 ;; These parsing functions are as general as possible because the syntax
6090 ;; of ftp listings from BS2000 hosts is a bit erratic. What saves us is that
6091 ;; the BS2000 filename syntax is so rigid.
6092
6093 ;; Extract the next filename from a BS2000 dired-like listing.
6094 (defun ange-ftp-parse-bs2000-filename ()
6095 (if (re-search-forward ange-ftp-bs2000-filename-regexp nil t)
6096 (match-string 2)))
6097
6098 ;; Parse the current buffer which is assumed to be in (some) BS2000 FTP dir
6099 ;; format, and return a hashtable as the result.
6100 (defun ange-ftp-parse-bs2000-listing ()
6101 (let ((tbl (make-hash-table :test 'equal))
6102 pubset
6103 file)
6104 ;; get current pubset
6105 (goto-char (point-min))
6106 (if (re-search-forward ange-ftp-bs2000-filename-pubset-regexp nil t)
6107 (setq pubset (match-string 0)))
6108 ;; add files to hashtable
6109 (goto-char (point-min))
6110 (save-match-data
6111 (while (setq file (ange-ftp-parse-bs2000-filename))
6112 (puthash file nil tbl)))
6113 ;; add . and ..
6114 (puthash "." t tbl)
6115 (puthash ".." t tbl)
6116 ;; add all additional pubsets, if not listing one of them
6117 (if (not (member pubset ange-ftp-bs2000-additional-pubsets))
6118 (mapc (lambda (pubset) (puthash pubset t tbl))
6119 ange-ftp-bs2000-additional-pubsets))
6120 tbl))
6121
6122 (add-to-list 'ange-ftp-parse-list-func-alist
6123 '(bs2000 . ange-ftp-parse-bs2000-listing))
6124
6125 (defun ange-ftp-bs2000-cd-to-posix ()
6126 "cd to POSIX subsystem if the current host matches
6127 `ange-ftp-bs2000-posix-host-regexp'. All BS2000 hosts with POSIX subsystem
6128 MUST BE EXPLICITLY SET with `ange-ftp-add-bs2000-posix-host' for they cannot
6129 be recognized automatically (they are all valid BS2000 hosts too)."
6130 (if (and ange-ftp-this-host (ange-ftp-bs2000-posix-host ange-ftp-this-host))
6131 (progn
6132 ;; change to POSIX:
6133 ; (ange-ftp-raw-send-cmd proc "cd %POSIX")
6134 (ange-ftp-cd ange-ftp-this-host ange-ftp-this-user "%POSIX")
6135 ;; put new home directory in the expand-dir hashtable.
6136 ;; `ange-ftp-this-host' and `ange-ftp-this-user' are bound in
6137 ;; ange-ftp-get-process.
6138 (puthash (concat ange-ftp-this-host "/" ange-ftp-this-user "/~")
6139 (car (ange-ftp-get-pwd ange-ftp-this-host ange-ftp-this-user))
6140 ange-ftp-expand-dir-hashtable))))
6141
6142 ;; Not available yet:
6143 ;; ange-ftp-bs2000-delete-file-entry
6144 ;; ange-ftp-bs2000-add-file-entry
6145 ;; ange-ftp-bs2000-file-name-as-directory
6146 ;; ange-ftp-bs2000-make-compressed-filename
6147 ;; ange-ftp-bs2000-file-name-sans-versions
6148 \f
6149 ;;;; ------------------------------------------------------------
6150 ;;;; Finally provide package.
6151 ;;;; ------------------------------------------------------------
6152
6153 (provide 'ange-ftp)
6154
6155 ;;; ange-ftp.el ends here