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