]> code.delx.au - gnu-emacs/blob - lisp/ange-ftp.el
(ange-ftp-load): If fail, return nil.
[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 (lambda (char)
1387 (if (or (<= char ? )
1388 (> char ?\~)
1389 (= char ?\")
1390 (= char ?\\))
1391 (vector ?\\ char)
1392 (vector char))))
1393 string)))
1394
1395 (defun ange-ftp-barf-if-not-directory (directory)
1396 (or (file-directory-p directory)
1397 (signal 'file-error
1398 (list "Opening directory"
1399 (if (file-exists-p directory)
1400 "not a directory"
1401 "no such file or directory")
1402 directory))))
1403 \f
1404 ;;;; ------------------------------------------------------------
1405 ;;;; FTP process filter support.
1406 ;;;; ------------------------------------------------------------
1407
1408 (defun ange-ftp-process-handle-line (line proc)
1409 "Look at the given LINE from the ftp process PROC.
1410 Try to categorize it into one of four categories:
1411 good, skip, fatal, or unknown."
1412 (cond ((string-match ange-ftp-xfer-size-msgs line)
1413 (setq ange-ftp-xfer-size
1414 (ash (string-to-int (substring line
1415 (match-beginning 1)
1416 (match-end 1)))
1417 -10)))
1418 ((string-match ange-ftp-skip-msgs line)
1419 t)
1420 ((string-match ange-ftp-good-msgs line)
1421 (setq ange-ftp-process-busy nil
1422 ange-ftp-process-result t
1423 ange-ftp-process-result-line line))
1424 ;; Check this before checking for errors.
1425 ;; Otherwise the last line of these three seems to be an error:
1426 ;; 230-see a significant impact from the move. For those of you who can't
1427 ;; 230-use DNS to resolve hostnames and get an error message like
1428 ;; 230-"ftp.stsci.edu: unknown host", the new IP address will be...
1429 ((string-match ange-ftp-multi-msgs line)
1430 (setq ange-ftp-process-multi-skip t))
1431 ((string-match ange-ftp-fatal-msgs line)
1432 (delete-process proc)
1433 (setq ange-ftp-process-busy nil
1434 ange-ftp-process-result-line line))
1435 (ange-ftp-process-multi-skip
1436 t)
1437 (t
1438 (setq ange-ftp-process-busy nil
1439 ange-ftp-process-result-line line))))
1440
1441 (defun ange-ftp-set-xfer-size (host user bytes)
1442 "Set the size of the next FTP transfer in bytes."
1443 (let ((proc (ange-ftp-get-process host user)))
1444 (if proc
1445 (let ((buf (process-buffer proc)))
1446 (if buf
1447 (save-excursion
1448 (set-buffer buf)
1449 (setq ange-ftp-xfer-size (ash bytes -10))))))))
1450
1451 (defun ange-ftp-process-handle-hash (str)
1452 "Remove hash marks from STRING and display count so far."
1453 (setq str (concat (substring str 0 (match-beginning 0))
1454 (substring str (match-end 0)))
1455 ange-ftp-hash-mark-count (+ (- (match-end 0)
1456 (match-beginning 0))
1457 ange-ftp-hash-mark-count))
1458 (and ange-ftp-hash-mark-unit
1459 ange-ftp-process-msg
1460 ange-ftp-process-verbose
1461 (not (eq (selected-window) (minibuffer-window)))
1462 (not (boundp 'search-message)) ;screws up isearch otherwise
1463 (not cursor-in-echo-area) ;screws up y-or-n-p otherwise
1464 (let ((kbytes (ash (* ange-ftp-hash-mark-unit
1465 ange-ftp-hash-mark-count)
1466 -6)))
1467 (if (zerop ange-ftp-xfer-size)
1468 (ange-ftp-message "%s...%dk" ange-ftp-process-msg kbytes)
1469 (let ((percent (/ (* 100 kbytes) ange-ftp-xfer-size)))
1470 ;; cut out the redisplay of identical %-age messages.
1471 (if (not (eq percent ange-ftp-last-percent))
1472 (progn
1473 (setq ange-ftp-last-percent percent)
1474 (ange-ftp-message "%s...%d%%" ange-ftp-process-msg percent)))))))
1475 str)
1476
1477 ;; Call the function specified by CONT. CONT can be either a function
1478 ;; or a list of a function and some args. The first two parameters
1479 ;; passed to the function will be RESULT and LINE. The remaining args
1480 ;; will be taken from CONT if a list was passed.
1481
1482 (defun ange-ftp-call-cont (cont result line)
1483 (if cont
1484 (if (and (listp cont)
1485 (not (eq (car cont) 'lambda)))
1486 (apply (car cont) result line (cdr cont))
1487 (funcall cont result line))))
1488
1489 ;; Build up a complete line of output from the ftp PROCESS and pass it
1490 ;; on to ange-ftp-process-handle-line to deal with.
1491
1492 (defun ange-ftp-process-filter (proc str)
1493 (let ((buffer (process-buffer proc))
1494 (old-buffer (current-buffer)))
1495
1496 ;; Eliminate nulls.
1497 (while (string-match "\000+" str)
1498 (setq str (replace-match "" nil nil str)))
1499
1500 ;; see if the buffer is still around... it could have been deleted.
1501 (if (buffer-name buffer)
1502 (unwind-protect
1503 (progn
1504 (set-buffer (process-buffer proc))
1505
1506 ;; handle hash mark printing
1507 (and ange-ftp-process-busy
1508 (string-match "^#+$" str)
1509 (setq str (ange-ftp-process-handle-hash str)))
1510 (comint-output-filter proc str)
1511 ;; Replace STR by the result of the comint processing.
1512 (setq str (buffer-substring comint-last-output-start
1513 (process-mark proc)))
1514 (if ange-ftp-process-busy
1515 (progn
1516 (setq ange-ftp-process-string (concat ange-ftp-process-string
1517 str))
1518
1519 ;; if we gave an empty password to the USER command earlier
1520 ;; then we should send a null password now.
1521 (if (string-match "Password: *$" ange-ftp-process-string)
1522 (send-string proc "\n"))))
1523 (while (and ange-ftp-process-busy
1524 (string-match "\n" ange-ftp-process-string))
1525 (let ((line (substring ange-ftp-process-string
1526 0
1527 (match-beginning 0))))
1528 (setq ange-ftp-process-string (substring ange-ftp-process-string
1529 (match-end 0)))
1530 (while (string-match "^ftp> *" line)
1531 (setq line (substring line (match-end 0))))
1532 (ange-ftp-process-handle-line line proc)))
1533
1534 ;; has the ftp client finished? if so then do some clean-up
1535 ;; actions.
1536 (if (not ange-ftp-process-busy)
1537 (progn
1538 ;; reset the xfer size
1539 (setq ange-ftp-xfer-size 0)
1540
1541 ;; issue the "done" message since we've finished.
1542 (if (and ange-ftp-process-msg
1543 ange-ftp-process-verbose
1544 ange-ftp-process-result)
1545 (progn
1546 (ange-ftp-message "%s...done" ange-ftp-process-msg)
1547 (ange-ftp-repaint-minibuffer)
1548 (setq ange-ftp-process-msg nil)))
1549
1550 ;; is there a continuation we should be calling? if so,
1551 ;; we'd better call it, making sure we only call it once.
1552 (if ange-ftp-process-continue
1553 (let ((cont ange-ftp-process-continue))
1554 (setq ange-ftp-process-continue nil)
1555 (ange-ftp-call-cont cont
1556 ange-ftp-process-result
1557 ange-ftp-process-result-line))))))
1558 (set-buffer old-buffer)))))
1559
1560 (defun ange-ftp-process-sentinel (proc str)
1561 "When ftp process changes state, nuke all file-entries in cache."
1562 (let ((name (process-name proc)))
1563 (if (string-match "\\*ftp \\([^@]+\\)@\\([^*]+\\)\\*" name)
1564 (let ((user (substring name (match-beginning 1) (match-end 1)))
1565 (host (substring name (match-beginning 2) (match-end 2))))
1566 (ange-ftp-wipe-file-entries host user))))
1567 (setq ange-ftp-ls-cache-file nil))
1568 \f
1569 ;;;; ------------------------------------------------------------
1570 ;;;; Gateway support.
1571 ;;;; ------------------------------------------------------------
1572
1573 (defun ange-ftp-use-gateway-p (host)
1574 "Returns whether to access this host via a normal (non-smart) gateway."
1575 ;; yes, I know that I could simplify the following expression, but it is
1576 ;; clearer (to me at least) this way.
1577 (and (not ange-ftp-smart-gateway)
1578 (save-match-data
1579 (not (string-match ange-ftp-local-host-regexp host)))))
1580
1581 (defun ange-ftp-use-smart-gateway-p (host)
1582 "Returns whether to access this host via a smart gateway."
1583 (and ange-ftp-smart-gateway
1584 (save-match-data
1585 (not (string-match ange-ftp-local-host-regexp host)))))
1586
1587 \f
1588 ;;; ------------------------------------------------------------
1589 ;;; Temporary file location and deletion...
1590 ;;; ------------------------------------------------------------
1591
1592 (defvar ange-ftp-tmp-name-files ())
1593 (defvar ange-ftp-tmp-name-hashtable (ange-ftp-make-hashtable 10))
1594 (defvar ange-ftp-pid nil)
1595
1596 (defun ange-ftp-get-pid ()
1597 "Half-hearted attempt to get the current process's id."
1598 (setq ange-ftp-pid (substring (make-temp-name "") 1)))
1599
1600 (defun ange-ftp-make-tmp-name (host)
1601 "This routine will return the name of a new file."
1602 (let* ((template (if (ange-ftp-use-gateway-p host)
1603 ange-ftp-gateway-tmp-name-template
1604 ange-ftp-tmp-name-template))
1605 (pid (or ange-ftp-pid (ange-ftp-get-pid)))
1606 (start ?a)
1607 file entry)
1608 (while
1609 (progn
1610 (setq file (format "%s%c%s" template start pid))
1611 (setq entry (intern file ange-ftp-tmp-name-hashtable))
1612 (or (memq entry ange-ftp-tmp-name-files)
1613 (ange-ftp-real-file-exists-p file)))
1614 (if (> (setq start (1+ start)) ?z)
1615 (progn
1616 (setq template (concat template "X"))
1617 (setq start ?a))))
1618 (setq ange-ftp-tmp-name-files
1619 (cons entry ange-ftp-tmp-name-files))
1620 file))
1621
1622 (defun ange-ftp-del-tmp-name (temp)
1623 (setq ange-ftp-tmp-name-files
1624 (delq (intern temp ange-ftp-tmp-name-hashtable)
1625 ange-ftp-tmp-name-files))
1626 (condition-case ()
1627 (ange-ftp-real-delete-file temp)
1628 (error nil)))
1629 \f
1630 ;;;; ------------------------------------------------------------
1631 ;;;; Interactive gateway program support.
1632 ;;;; ------------------------------------------------------------
1633
1634 (defvar ange-ftp-gwp-running t)
1635 (defvar ange-ftp-gwp-status nil)
1636
1637 (defun ange-ftp-gwp-sentinel (proc str)
1638 (setq ange-ftp-gwp-running nil))
1639
1640 (defun ange-ftp-gwp-filter (proc str)
1641 (comint-output-filter proc str)
1642 (save-excursion
1643 (set-buffer (process-buffer proc))
1644 ;; Replace STR by the result of the comint processing.
1645 (setq str (buffer-substring comint-last-output-start (process-mark proc))))
1646 (cond ((string-match "login: *$" str)
1647 (send-string proc
1648 (concat
1649 (let ((ange-ftp-default-user t))
1650 (ange-ftp-get-user ange-ftp-gateway-host))
1651 "\n")))
1652 ((string-match "Password: *$" str)
1653 (send-string proc
1654 (concat
1655 (ange-ftp-get-passwd ange-ftp-gateway-host
1656 (ange-ftp-get-user
1657 ange-ftp-gateway-host))
1658 "\n")))
1659 ((string-match ange-ftp-gateway-fatal-msgs str)
1660 (delete-process proc)
1661 (setq ange-ftp-gwp-running nil))
1662 ((string-match ange-ftp-gateway-prompt-pattern str)
1663 (setq ange-ftp-gwp-running nil
1664 ange-ftp-gwp-status t))))
1665
1666 (defun ange-ftp-gwp-start (host user name args)
1667 "Login to the gateway machine and fire up an ftp process."
1668 (let* ((gw-user (ange-ftp-get-user ange-ftp-gateway-host))
1669 ;; It would be nice to make process-connection-type nil,
1670 ;; but that doesn't work: ftp never responds.
1671 ;; Can anyone find a fix for that?
1672 (proc (let ((process-connection-type t))
1673 (start-process name name
1674 ange-ftp-gateway-program
1675 ange-ftp-gateway-host)))
1676 (ftp (mapconcat (function identity) args " ")))
1677 (process-kill-without-query proc)
1678 (set-process-sentinel proc (function ange-ftp-gwp-sentinel))
1679 (set-process-filter proc (function ange-ftp-gwp-filter))
1680 (save-excursion
1681 (set-buffer (process-buffer proc))
1682 (internal-ange-ftp-mode)
1683 (set-marker (process-mark proc) (point)))
1684 (setq ange-ftp-gwp-running t
1685 ange-ftp-gwp-status nil)
1686 (ange-ftp-message "Connecting to gateway %s..." ange-ftp-gateway-host)
1687 (while ange-ftp-gwp-running ;perform login sequence
1688 (accept-process-output proc))
1689 (if (not ange-ftp-gwp-status)
1690 (ange-ftp-error host user "unable to login to gateway"))
1691 (ange-ftp-message "Connecting to gateway %s...done" ange-ftp-gateway-host)
1692 (setq ange-ftp-gwp-running t
1693 ange-ftp-gwp-status nil)
1694 (process-send-string proc ange-ftp-gateway-setup-term-command)
1695 (while ange-ftp-gwp-running ;zap ^M's and double echoing.
1696 (accept-process-output proc))
1697 (if (not ange-ftp-gwp-status)
1698 (ange-ftp-error host user "unable to set terminal modes on gateway"))
1699 (setq ange-ftp-gwp-running t
1700 ange-ftp-gwp-status nil)
1701 (process-send-string proc (concat "exec " ftp "\n")) ;spawn ftp process
1702 proc))
1703 \f
1704 ;;;; ------------------------------------------------------------
1705 ;;;; Support for sending commands to the ftp process.
1706 ;;;; ------------------------------------------------------------
1707
1708 (defun ange-ftp-raw-send-cmd (proc cmd &optional msg cont nowait)
1709 "Low-level routine to send the given ftp CMD to the ftp PROCESS.
1710 MSG is an optional message to output before and after the command.
1711 If CONT is non-NIL then it is either a function or a list of function and
1712 some arguments. The function will be called when the ftp command has completed.
1713 If CONT is NIL then this routine will return \( RESULT . LINE \) where RESULT
1714 is whether the command was successful, and LINE is the line from the FTP
1715 process that caused the command to complete.
1716 If NOWAIT is given then the routine will return immediately the command has
1717 been queued with no result. CONT will still be called, however."
1718 (if (memq (process-status proc) '(run open))
1719 (save-excursion
1720 (set-buffer (process-buffer proc))
1721 (ange-ftp-wait-not-busy proc)
1722 (setq ange-ftp-process-string ""
1723 ange-ftp-process-result-line ""
1724 ange-ftp-process-busy t
1725 ange-ftp-process-result nil
1726 ange-ftp-process-multi-skip nil
1727 ange-ftp-process-msg msg
1728 ange-ftp-process-continue cont
1729 ange-ftp-hash-mark-count 0
1730 ange-ftp-last-percent -1
1731 cmd (concat cmd "\n"))
1732 (and msg ange-ftp-process-verbose (ange-ftp-message "%s..." msg))
1733 (goto-char (point-max))
1734 (move-marker comint-last-input-start (point))
1735 ;; don't insert the password into the buffer on the USER command.
1736 (save-match-data
1737 (if (string-match "^user \"[^\"]*\"" cmd)
1738 (insert (substring cmd 0 (match-end 0)) " Turtle Power!\n")
1739 (insert cmd)))
1740 (move-marker comint-last-input-end (point))
1741 (send-string proc cmd)
1742 (set-marker (process-mark proc) (point))
1743 (if nowait
1744 nil
1745 (ange-ftp-wait-not-busy proc)
1746 (if cont
1747 nil ;cont has already been called
1748 (cons ange-ftp-process-result ange-ftp-process-result-line))))))
1749
1750 ;; Wait for the ange-ftp process PROC not to be busy.
1751 (defun ange-ftp-wait-not-busy (proc)
1752 (save-excursion
1753 (set-buffer (process-buffer proc))
1754 (condition-case nil
1755 ;; This is a kludge to let user quit in case ftp gets hung.
1756 ;; It matters because this function can be called from the filter.
1757 ;; It is bad to allow quitting in a filter, but getting hung
1758 ;; is worse. By binding quit-flag to nil, we might avoid
1759 ;; most of the probability of getting screwed because the user
1760 ;; wants to quit some command.
1761 (let ((quit-flag nil)
1762 (inhibit-quit nil))
1763 (while ange-ftp-process-busy
1764 (accept-process-output proc)))
1765 (quit
1766 ;; If the user does quit out of this,
1767 ;; kill the process. That stops any transfer in progress.
1768 ;; The next operation will open a new ftp connection.
1769 (delete-process proc)
1770 (signal 'quit nil)))))
1771
1772 (defun ange-ftp-nslookup-host (host)
1773 "Attempt to resolve the given HOSTNAME using nslookup if possible."
1774 (interactive "sHost: ")
1775 (if ange-ftp-nslookup-program
1776 (let ((default-directory
1777 (if (file-accessible-directory-p default-directory)
1778 default-directory
1779 exec-directory))
1780 ;; It would be nice to make process-connection-type nil,
1781 ;; but that doesn't work: ftp never responds.
1782 ;; Can anyone find a fix for that?
1783 (proc (let ((process-connection-type t))
1784 (start-process " *nslookup*" " *nslookup*"
1785 ange-ftp-nslookup-program host)))
1786 (res host))
1787 (process-kill-without-query proc)
1788 (save-excursion
1789 (set-buffer (process-buffer proc))
1790 (while (memq (process-status proc) '(run open))
1791 (accept-process-output proc))
1792 (goto-char (point-min))
1793 (if (re-search-forward "Name:.*\nAddress: *\\(.*\\)$" nil t)
1794 (setq res (buffer-substring (match-beginning 1)
1795 (match-end 1))))
1796 (kill-buffer (current-buffer)))
1797 res)
1798 host))
1799
1800 (defun ange-ftp-start-process (host user name)
1801 "Spawn a new ftp process ready to connect to machine HOST and give it NAME.
1802 If HOST is only ftp-able through a gateway machine then spawn a shell
1803 on the gateway machine to do the ftp instead."
1804 (let* ((use-gateway (ange-ftp-use-gateway-p host))
1805 (use-smart-ftp (and (not ange-ftp-gateway-host)
1806 (ange-ftp-use-smart-gateway-p host)))
1807 (ftp-prog (if (or use-gateway
1808 use-smart-ftp)
1809 ange-ftp-gateway-ftp-program-name
1810 ange-ftp-ftp-program-name))
1811 (args (append (list ftp-prog) ange-ftp-ftp-program-args))
1812 ;; Without the following binding, ange-ftp-start-process
1813 ;; recurses on file-accessible-directory-p, since it needs to
1814 ;; restart its process in order to determine anything about
1815 ;; default-directory.
1816 (file-name-handler-alist)
1817 (default-directory
1818 (if (file-accessible-directory-p default-directory)
1819 default-directory
1820 exec-directory))
1821 proc)
1822 ;; It would be nice to make process-connection-type nil,
1823 ;; but that doesn't work: ftp never responds.
1824 ;; Can anyone find a fix for that?
1825 (let ((process-connection-type t)
1826 (process-environment process-environment))
1827 ;; This tells GNU ftp not to output any fancy escape sequences.
1828 (setenv "TERM" "dumb")
1829 (if use-gateway
1830 (if ange-ftp-gateway-program-interactive
1831 (setq proc (ange-ftp-gwp-start host user name args))
1832 (setq proc (apply 'start-process name name
1833 (append (list ange-ftp-gateway-program
1834 ange-ftp-gateway-host)
1835 args))))
1836 (setq proc (apply 'start-process name name args))))
1837 (process-kill-without-query proc)
1838 (save-excursion
1839 (set-buffer (process-buffer proc))
1840 (internal-ange-ftp-mode))
1841 (set-process-sentinel proc (function ange-ftp-process-sentinel))
1842 (set-process-filter proc (function ange-ftp-process-filter))
1843 (accept-process-output proc) ;wait for ftp startup message
1844 proc))
1845
1846 (defun internal-ange-ftp-mode ()
1847 "Major mode for interacting with the FTP process.
1848
1849 \\{comint-mode-map}"
1850 (interactive)
1851 (comint-mode)
1852 (setq major-mode 'internal-ange-ftp-mode)
1853 (setq mode-name "Internal Ange-ftp")
1854 (let ((proc (get-buffer-process (current-buffer))))
1855 (goto-char (point-max))
1856 (set-marker (process-mark proc) (point))
1857 (make-local-variable 'ange-ftp-process-string)
1858 (setq ange-ftp-process-string "")
1859 (make-local-variable 'ange-ftp-process-busy)
1860 (make-local-variable 'ange-ftp-process-result)
1861 (make-local-variable 'ange-ftp-process-msg)
1862 (make-local-variable 'ange-ftp-process-multi-skip)
1863 (make-local-variable 'ange-ftp-process-result-line)
1864 (make-local-variable 'ange-ftp-process-continue)
1865 (make-local-variable 'ange-ftp-hash-mark-count)
1866 (make-local-variable 'ange-ftp-binary-hash-mark-size)
1867 (make-local-variable 'ange-ftp-ascii-hash-mark-size)
1868 (make-local-variable 'ange-ftp-hash-mark-unit)
1869 (make-local-variable 'ange-ftp-xfer-size)
1870 (make-local-variable 'ange-ftp-last-percent)
1871 (setq ange-ftp-hash-mark-count 0)
1872 (setq ange-ftp-xfer-size 0)
1873 (setq ange-ftp-process-result-line "")
1874
1875 (setq comint-prompt-regexp "^ftp> ")
1876 (make-local-variable 'comint-password-prompt-regexp)
1877 ;; This is a regexp that can't match anything.
1878 ;; ange-ftp has its own ways of handling passwords.
1879 (setq comint-password-prompt-regexp "^a\\'z")
1880 (make-local-variable 'paragraph-start)
1881 (setq paragraph-start comint-prompt-regexp)))
1882
1883 (defun ange-ftp-smart-login (host user pass account proc)
1884 "Connect to the FTP-server on HOST as USER using PASSWORD and ACCOUNT.
1885 PROC is the FTP-client's process. This routine uses the smart-gateway
1886 host specified in ``ange-ftp-gateway-host''."
1887 (let ((result (ange-ftp-raw-send-cmd
1888 proc
1889 (format "open %s %s"
1890 (ange-ftp-nslookup-host ange-ftp-gateway-host)
1891 ange-ftp-smart-gateway-port)
1892 (format "Opening FTP connection to %s via %s"
1893 host
1894 ange-ftp-gateway-host))))
1895 (or (car result)
1896 (ange-ftp-error host user
1897 (concat "OPEN request failed: "
1898 (cdr result))))
1899 (setq result (ange-ftp-raw-send-cmd
1900 proc (format "user \"%s\"@%s %s %s"
1901 user
1902 (ange-ftp-nslookup-host host)
1903 pass
1904 account)
1905 (format "Logging in as user %s@%s"
1906 user host)))
1907 (or (car result)
1908 (progn
1909 (ange-ftp-set-passwd host user nil) ; reset password
1910 (ange-ftp-set-account host user nil) ; reset account
1911 (ange-ftp-error host user
1912 (concat "USER request failed: "
1913 (cdr result)))))))
1914
1915 (defun ange-ftp-normal-login (host user pass account proc)
1916 "Connect to the FTP-server on HOST as USER using PASSWORD and ACCOUNT.
1917 PROC is the process to the FTP-client."
1918 (let* ((nshost (ange-ftp-nslookup-host host))
1919 (result (ange-ftp-raw-send-cmd
1920 proc
1921 (format "open %s" nshost)
1922 (format "Opening FTP connection to %s" host))))
1923 (or (car result)
1924 (ange-ftp-error host user
1925 (concat "OPEN request failed: "
1926 (cdr result))))
1927 (setq result (ange-ftp-raw-send-cmd
1928 proc
1929 (if (and (ange-ftp-use-smart-gateway-p host)
1930 ange-ftp-gateway-host)
1931 (format "user \"%s\"@%s %s %s" user nshost pass account)
1932 (format "user \"%s\" %s %s" user pass account))
1933 (format "Logging in as user %s@%s" user host)))
1934 (or (car result)
1935 (progn
1936 (ange-ftp-set-passwd host user nil) ;reset password.
1937 (ange-ftp-set-account host user nil) ;reset account.
1938 (ange-ftp-error host user
1939 (concat "USER request failed: "
1940 (cdr result)))))))
1941
1942 ;; ange@hplb.hpl.hp.com says this should not be changed.
1943 (defvar ange-ftp-hash-mark-msgs
1944 "[hH]ash mark [^0-9]*\\([0-9]+\\)"
1945 "*Regexp matching the FTP client's output upon doing a HASH command.")
1946
1947 (defun ange-ftp-guess-hash-mark-size (proc)
1948 (if ange-ftp-send-hash
1949 (save-excursion
1950 (set-buffer (process-buffer proc))
1951 (let* ((status (ange-ftp-raw-send-cmd proc "hash"))
1952 (result (car status))
1953 (line (cdr status)))
1954 (save-match-data
1955 (if (string-match ange-ftp-hash-mark-msgs line)
1956 (let ((size (string-to-int
1957 (substring line
1958 (match-beginning 1)
1959 (match-end 1)))))
1960 (setq ange-ftp-ascii-hash-mark-size size
1961 ange-ftp-hash-mark-unit (ash size -4))
1962
1963 ;; if a default value for this is set, use that value.
1964 (or ange-ftp-binary-hash-mark-size
1965 (setq ange-ftp-binary-hash-mark-size size)))))))))
1966
1967 (defun ange-ftp-get-process (host user)
1968 "Return an FTP subprocess connected to HOST and logged in as USER.
1969 Create a new process if needed."
1970 (let* ((name (ange-ftp-ftp-process-buffer host user))
1971 (proc (get-process name)))
1972 (if (and proc (memq (process-status proc) '(run open)))
1973 proc
1974 (let ((pass (ange-ftp-quote-string
1975 (ange-ftp-get-passwd host user)))
1976 (account (ange-ftp-quote-string
1977 (ange-ftp-get-account host user))))
1978 ;; grab a suitable process.
1979 (setq proc (ange-ftp-start-process host user name))
1980
1981 ;; login to FTP server.
1982 (if (and (ange-ftp-use-smart-gateway-p host)
1983 ange-ftp-gateway-host)
1984 (ange-ftp-smart-login host user pass account proc)
1985 (ange-ftp-normal-login host user pass account proc))
1986
1987 ;; Tell client to send back hash-marks as progress. It isn't usually
1988 ;; fatal if this command fails.
1989 (ange-ftp-guess-hash-mark-size proc)
1990
1991 ;; Guess at the host type.
1992 (ange-ftp-guess-host-type host user)
1993
1994 ;; Run any user-specified hooks. Note that proc, host and user are
1995 ;; dynamically bound at this point.
1996 (run-hooks 'ange-ftp-process-startup-hook))
1997 proc)))
1998
1999 ;; Variables for caching host and host-type
2000 (defvar ange-ftp-host-cache nil)
2001 (defvar ange-ftp-host-type-cache nil)
2002
2003 ;; If ange-ftp-host-type is called with the optional user
2004 ;; argument, it will attempt to guess the host type by connecting
2005 ;; as user, if necessary. For efficiency, I have tried to give this
2006 ;; optional second argument only when necessary. Have I missed any calls
2007 ;; to ange-ftp-host-type where it should have been supplied?
2008
2009 (defun ange-ftp-host-type (host &optional user)
2010 "Return a symbol which represents the type of the HOST given.
2011 If the optional argument USER is given, attempts to guess the
2012 host-type by logging in as USER."
2013 (if (eq host ange-ftp-host-cache)
2014 ange-ftp-host-type-cache
2015 ;; Trigger an ftp connection, in case we need to guess at the host type.
2016 (if (and user (ange-ftp-get-process host user) (eq host ange-ftp-host-cache))
2017 ange-ftp-host-type-cache
2018 (setq ange-ftp-host-cache host
2019 ange-ftp-host-type-cache
2020 (cond ((ange-ftp-dumb-unix-host host)
2021 'dumb-unix)
2022 ;; ((and (fboundp 'ange-ftp-vos-host)
2023 ;; (ange-ftp-vos-host host))
2024 ;; 'vos)
2025 ((and (fboundp 'ange-ftp-vms-host)
2026 (ange-ftp-vms-host host))
2027 'vms)
2028 ((and (fboundp 'ange-ftp-mts-host)
2029 (ange-ftp-mts-host host))
2030 'mts)
2031 ((and (fboundp 'ange-ftp-cms-host)
2032 (ange-ftp-cms-host host))
2033 'cms)
2034 (t
2035 'unix))))))
2036
2037 ;; It would be nice to abstract the functions ange-ftp-TYPE-host and
2038 ;; ange-ftp-add-TYPE-host. The trick is to abstract these functions
2039 ;; without sacrificing speed. Also, having separate variables
2040 ;; ange-ftp-TYPE-regexp is more user friendly then requiring the user to
2041 ;; set an alist to indicate that a host is of a given type. Even with
2042 ;; automatic host type recognition, setting a regexp is still a good idea
2043 ;; (for efficiency) if you log into a particular non-UNIX host frequently.
2044
2045 (defvar ange-ftp-fix-name-func-alist nil
2046 "Alist saying how to convert file name to the host's syntax.
2047 Association list of \( TYPE \. FUNC \) pairs, where FUNC is a routine
2048 which can change a UNIX file name into a name more suitable for a host of type
2049 TYPE.")
2050
2051 (defvar ange-ftp-fix-dir-name-func-alist nil
2052 "Alist saying how to convert directory name to the host's syntax.
2053 Association list of \( TYPE \. FUNC \) pairs, where FUNC is a routine
2054 which can change UNIX directory name into a directory name more suitable
2055 for a host of type TYPE.")
2056
2057 ;; *** Perhaps the sense of this variable should be inverted, since there
2058 ;; *** is only 1 host type that can take ls-style listing options.
2059 (defvar ange-ftp-dumb-host-types '(dumb-unix)
2060 "List of host types that can't take UNIX ls-style listing options.")
2061
2062 (defun ange-ftp-send-cmd (host user cmd &optional msg cont nowait)
2063 "Find an ftp process connected to HOST logged in as USER and send it CMD.
2064 MSG is an optional status message to be output before and after issuing the
2065 command.
2066 See the documentation for ange-ftp-raw-send-cmd for a description of CONT
2067 and NOWAIT."
2068 ;; Handle conversion to remote file name syntax and remote ls option
2069 ;; capability.
2070 (let ((cmd0 (car cmd))
2071 (cmd1 (nth 1 cmd))
2072 (ange-ftp-this-user user)
2073 (ange-ftp-this-host host)
2074 (ange-ftp-this-msg msg)
2075 cmd2 cmd3 host-type fix-name-func)
2076
2077 (cond
2078
2079 ;; pwd case (We don't care what host-type.)
2080 ((null cmd1))
2081
2082 ;; cmd == 'dir "remote-name" "local-name" "ls-switches"
2083 ((progn
2084 (setq cmd2 (nth 2 cmd)
2085 host-type (ange-ftp-host-type host user))
2086 ;; This will trigger an FTP login, if one doesn't exist
2087 (eq cmd0 'dir))
2088 (setq cmd1 (funcall
2089 (or (cdr (assq host-type ange-ftp-fix-dir-name-func-alist))
2090 'identity)
2091 cmd1)
2092 cmd3 (nth 3 cmd))
2093 ;; Need to deal with the HP-UX ftp bug. This should also allow
2094 ;; us to resolve symlinks to directories on SysV machines. (Sebastian will
2095 ;; be happy.)
2096 (and (eq host-type 'unix)
2097 (string-match "/$" cmd1)
2098 (not (string-match "R" cmd3))
2099 (setq cmd1 (concat cmd1 ".")))
2100 ;; If the remote ls can take switches, put them in
2101 (or (memq host-type ange-ftp-dumb-host-types)
2102 (setq cmd0 'ls
2103 cmd1 (format "\"%s %s\"" cmd3 cmd1))))
2104
2105 ;; First argument is the remote name
2106 ((progn
2107 (setq fix-name-func (or (cdr (assq host-type
2108 ange-ftp-fix-name-func-alist))
2109 'identity))
2110 (memq cmd0 '(get delete mkdir rmdir cd)))
2111 (setq cmd1 (funcall fix-name-func cmd1)))
2112
2113 ;; Second argument is the remote name
2114 ((memq cmd0 '(append put chmod))
2115 (setq cmd2 (funcall fix-name-func cmd2)))
2116
2117 ;; Both arguments are remote names
2118 ((eq cmd0 'rename)
2119 (setq cmd1 (funcall fix-name-func cmd1)
2120 cmd2 (funcall fix-name-func cmd2))))
2121
2122 ;; Turn the command into one long string
2123 (setq cmd0 (symbol-name cmd0))
2124 (setq cmd (concat cmd0
2125 (and cmd1 (concat " " cmd1))
2126 (and cmd2 (concat " " cmd2))))
2127
2128 ;; Actually send the resulting command.
2129 (let (afsc-result
2130 afsc-line)
2131 (ange-ftp-raw-send-cmd
2132 (ange-ftp-get-process host user)
2133 cmd
2134 msg
2135 (list
2136 (function (lambda (result line host user
2137 cmd msg cont nowait)
2138 (or cont
2139 (setq afsc-result result
2140 afsc-line line))
2141 (if result
2142 (ange-ftp-call-cont cont result line)
2143 (ange-ftp-raw-send-cmd
2144 (ange-ftp-get-process host user)
2145 cmd
2146 msg
2147 (list
2148 (function (lambda (result line cont)
2149 (or cont
2150 (setq afsc-result result
2151 afsc-line line))
2152 (ange-ftp-call-cont cont result line)))
2153 cont)
2154 nowait))))
2155 host user cmd msg cont nowait)
2156 nowait)
2157
2158 (if nowait
2159 nil
2160 (if cont
2161 nil
2162 (cons afsc-result afsc-line))))))
2163
2164 ;; It might be nice to message users about the host type identified,
2165 ;; but there is so much other messaging going on, it would not be
2166 ;; seen. No point in slowing things down just so users can read
2167 ;; a host type message.
2168
2169 (defconst ange-ftp-cms-name-template
2170 (concat
2171 "^[-A-Z0-9$*][-A-Z0-9$*]?[-A-Z0-9$*]?[-A-Z0-9$*]?[-A-Z0-9$*]?"
2172 "[-A-Z0-9$*]?[-A-Z0-9$*]?[-A-Z0-9$*]?\\.[0-9][0-9][0-9A-Z]$"))
2173 (defconst ange-ftp-vms-name-template
2174 "^[-A-Z0-9_$]+:\\[[-A-Z0-9_$]+\\(\\.[-A-Z0-9_$]+\\)*\\]$")
2175 (defconst ange-ftp-mts-name-template
2176 "^[A-Z0-9._][A-Z0-9._][A-Z0-9._][A-Z0-9._]:$")
2177
2178 (defun ange-ftp-guess-host-type (host user)
2179 "Guess at the the host type of HOST.
2180 Works by doing a pwd and examining the directory syntax."
2181 (let ((host-type (ange-ftp-host-type host))
2182 (key (concat host "/" user "/~")))
2183 (if (eq host-type 'unix)
2184 ;; Note that ange-ftp-host-type returns unix as the default value.
2185 (save-match-data
2186 (let* ((result (ange-ftp-get-pwd host user))
2187 (dir (car result))
2188 fix-name-func)
2189 (cond ((null dir)
2190 (message "Warning! Unable to get home directory")
2191 (sit-for 1)
2192 (if (string-match
2193 "^450 No current working directory defined$"
2194 (cdr result))
2195
2196 ;; We'll assume that if pwd bombs with this
2197 ;; error message, then it's CMS.
2198 (progn
2199 (ange-ftp-add-cms-host host)
2200 (setq ange-ftp-host-cache host
2201 ange-ftp-host-type-cache 'cms))))
2202
2203 ;; try for VMS
2204 ((string-match ange-ftp-vms-name-template dir)
2205 (ange-ftp-add-vms-host host)
2206 ;; The add-host functions clear the host type cache.
2207 ;; Therefore, need to set the cache afterwards.
2208 (setq ange-ftp-host-cache host
2209 ange-ftp-host-type-cache 'vms))
2210
2211 ;; try for MTS
2212 ((string-match ange-ftp-mts-name-template dir)
2213 (ange-ftp-add-mts-host host)
2214 (setq ange-ftp-host-cache host
2215 ange-ftp-host-type-cache 'mts))
2216
2217 ;; try for CMS
2218 ((string-match ange-ftp-cms-name-template dir)
2219 (ange-ftp-add-cms-host host)
2220 (setq ange-ftp-host-cache host
2221 ange-ftp-host-type-cache 'cms))
2222
2223 ;; assume UN*X
2224 (t
2225 (setq ange-ftp-host-cache host
2226 ange-ftp-host-type-cache 'unix)))
2227
2228 ;; Now that we have done a pwd, might as well put it in
2229 ;; the expand-dir hashtable.
2230 (let ((ange-ftp-this-user user)
2231 (ange-ftp-this-host host))
2232 (setq fix-name-func (cdr (assq ange-ftp-host-type-cache
2233 ange-ftp-fix-name-func-alist)))
2234 (if fix-name-func
2235 (setq dir (funcall fix-name-func dir 'reverse))))
2236 (ange-ftp-put-hash-entry key dir
2237 ange-ftp-expand-dir-hashtable))))
2238
2239 ;; In the special case of CMS make sure that know the
2240 ;; expansion of the home minidisk now, because we will
2241 ;; be doing a lot of cd's.
2242 (if (and (eq host-type 'cms)
2243 (not (ange-ftp-hash-entry-exists-p
2244 key ange-ftp-expand-dir-hashtable)))
2245 (let ((dir (car (ange-ftp-get-pwd host user))))
2246 (if dir
2247 (ange-ftp-put-hash-entry key (concat "/" dir)
2248 ange-ftp-expand-dir-hashtable)
2249 (message "Warning! Unable to get home directory")
2250 (sit-for 1))))))
2251
2252 \f
2253 ;;;; ------------------------------------------------------------
2254 ;;;; Remote file and directory listing support.
2255 ;;;; ------------------------------------------------------------
2256
2257 ;; Returns whether HOST's FTP server doesn't like \'ls\' or \'dir\' commands
2258 ;; to take switch arguments.
2259 (defun ange-ftp-dumb-unix-host (host)
2260 (and host ange-ftp-dumb-unix-host-regexp
2261 (save-match-data
2262 (string-match ange-ftp-dumb-unix-host-regexp host))))
2263
2264 (defun ange-ftp-add-dumb-unix-host (host)
2265 "Interactively adds a given HOST to ange-ftp-dumb-unix-host-regexp."
2266 (interactive
2267 (list (read-string "Host: "
2268 (let ((name (or (buffer-file-name) default-directory)))
2269 (and name (car (ange-ftp-ftp-name name)))))))
2270 (if (not (ange-ftp-dumb-unix-host host))
2271 (setq ange-ftp-dumb-unix-host-regexp
2272 (concat "^" (regexp-quote host) "$"
2273 (and ange-ftp-dumb-unix-host-regexp "\\|")
2274 ange-ftp-dumb-unix-host-regexp)
2275 ange-ftp-host-cache nil)))
2276
2277 (defvar ange-ftp-parse-list-func-alist nil
2278 "Alist saying how to parse directory listings for certain OS types.
2279 Association list of \( TYPE \. FUNC \) pairs. The FUNC is a routine
2280 which can parse the output from a DIR listing for a host of type TYPE.")
2281
2282 ;; With no-error nil, this function returns:
2283 ;; an error if file is not an ange-ftp-name
2284 ;; (This should never happen.)
2285 ;; an error if either the listing is unreadable or there is an ftp error.
2286 ;; the listing (a string), if everything works.
2287 ;;
2288 ;; With no-error t, it returns:
2289 ;; an error if not an ange-ftp-name
2290 ;; error if listing is unreadable (most likely caused by a slow connection)
2291 ;; nil if ftp error (this is because although asking to list a nonexistent
2292 ;; directory on a remote unix machine usually (except
2293 ;; maybe for dumb hosts) returns an ls error, but no
2294 ;; ftp error, if the same is done on a VMS machine,
2295 ;; an ftp error is returned. Need to trap the error
2296 ;; so we can go on and try to list the parent.)
2297 ;; the listing, if everything works.
2298
2299 ;; If WILDCARD is non-nil, then this implements the guts of insert-directory
2300 ;; in the wildcard case. Then we make a relative directory listing
2301 ;; of FILE within the directory specified by `default-directory'.
2302
2303 (defvar ange-ftp-before-parse-ls-hook nil
2304 "Normal hook run before parsing the text of an ftp directory listing.")
2305
2306 (defun ange-ftp-ls (file lsargs parse &optional no-error wildcard)
2307 "Return the output of an `DIR' or `ls' command done over ftp.
2308 FILE is the full name of the remote file, LSARGS is any args to pass to the
2309 `ls' command, and PARSE specifies that the output should be parsed and stored
2310 away in the internal cache."
2311 ;; If parse is t, we assume that file is a directory. i.e. we only parse
2312 ;; full directory listings.
2313 (let* ((ange-ftp-this-file (ange-ftp-expand-file-name file))
2314 (parsed (ange-ftp-ftp-name ange-ftp-this-file)))
2315 (if parsed
2316 (let* ((host (nth 0 parsed))
2317 (user (nth 1 parsed))
2318 (name (ange-ftp-quote-string (nth 2 parsed)))
2319 (key (directory-file-name ange-ftp-this-file))
2320 (host-type (ange-ftp-host-type host user))
2321 (dumb (memq host-type ange-ftp-dumb-host-types))
2322 result
2323 temp
2324 lscmd parse-func)
2325 (if (string-equal name "")
2326 (setq name
2327 (ange-ftp-real-file-name-as-directory
2328 (ange-ftp-expand-dir host user "~"))))
2329 (if (and ange-ftp-ls-cache-file
2330 (string-equal key ange-ftp-ls-cache-file)
2331 ;; Don't care about lsargs for dumb hosts.
2332 (or dumb (string-equal lsargs ange-ftp-ls-cache-lsargs)))
2333 ange-ftp-ls-cache-res
2334 (setq temp (ange-ftp-make-tmp-name host))
2335 (if wildcard
2336 (progn
2337 (ange-ftp-cd host user (file-name-directory name))
2338 (setq lscmd (list 'dir file temp lsargs)))
2339 (setq lscmd (list 'dir name temp lsargs)))
2340 (unwind-protect
2341 (if (car (setq result (ange-ftp-send-cmd
2342 host
2343 user
2344 lscmd
2345 (format "Listing %s"
2346 (ange-ftp-abbreviate-filename
2347 ange-ftp-this-file)))))
2348 (save-excursion
2349 (set-buffer (get-buffer-create
2350 ange-ftp-data-buffer-name))
2351 (erase-buffer)
2352 (if (ange-ftp-real-file-readable-p temp)
2353 (ange-ftp-real-insert-file-contents temp)
2354 (sleep-for ange-ftp-retry-time)
2355 ;wait for file to possibly appear
2356 (if (ange-ftp-real-file-readable-p temp)
2357 ;; Try again.
2358 (ange-ftp-real-insert-file-contents temp)
2359 (ange-ftp-error host user
2360 (format
2361 "list data file %s not readable"
2362 temp))))
2363 (run-hooks 'ange-ftp-before-parse-ls-hook)
2364 (if parse
2365 (ange-ftp-set-files
2366 ange-ftp-this-file
2367 (if (setq
2368 parse-func
2369 (cdr (assq host-type
2370 ange-ftp-parse-list-func-alist)))
2371 (funcall parse-func)
2372 (ange-ftp-parse-dired-listing lsargs))))
2373 (setq ange-ftp-ls-cache-file key
2374 ange-ftp-ls-cache-lsargs lsargs
2375 ; For dumb hosts-types this is
2376 ; meaningless but harmless.
2377 ange-ftp-ls-cache-res (buffer-string))
2378 ;; (kill-buffer (current-buffer))
2379 ange-ftp-ls-cache-res)
2380 (if no-error
2381 nil
2382 (ange-ftp-error host user
2383 (concat "DIR failed: " (cdr result)))))
2384 (ange-ftp-del-tmp-name temp))))
2385 (error "Should never happen. Please report. Bug ref. no.: 1"))))
2386 \f
2387 ;;;; ------------------------------------------------------------
2388 ;;;; Directory information caching support.
2389 ;;;; ------------------------------------------------------------
2390
2391 (defconst ange-ftp-date-regexp
2392 " [A-Za-z\xa0-\xff][A-Za-z\xa0-\xff][A-Za-z\xa0-\xff] [0-3 ][0-9] "
2393 "Regular expression to recognize the date in a directory listing.
2394 This regular expression is designed to recognize month names
2395 regardless of the language.")
2396
2397 (defvar ange-ftp-add-file-entry-alist nil
2398 "Alist saying how to add file entries on certain OS types.
2399 Association list of pairs \( TYPE \. FUNC \), where FUNC
2400 is a function to be used to add a file entry for the OS TYPE. The
2401 main reason for this alist is to deal with file versions in VMS.")
2402
2403 (defvar ange-ftp-delete-file-entry-alist nil
2404 "Alist saying how to delete files on certain OS types.
2405 Association list of pairs \( TYPE \. FUNC \), where FUNC
2406 is a function to be used to delete a file entry for the OS TYPE.
2407 The main reason for this alist is to deal with file versions in VMS.")
2408
2409 (defun ange-ftp-add-file-entry (name &optional dir-p)
2410 "Add a file entry for file NAME, if its directory info exists."
2411 (funcall (or (cdr (assq (ange-ftp-host-type
2412 (car (ange-ftp-ftp-name name)))
2413 ange-ftp-add-file-entry-alist))
2414 'ange-ftp-internal-add-file-entry)
2415 name dir-p)
2416 (setq ange-ftp-ls-cache-file nil))
2417
2418 (defun ange-ftp-delete-file-entry (name &optional dir-p)
2419 "Delete the file entry for file NAME, if its directory info exists."
2420 (funcall (or (cdr (assq (ange-ftp-host-type
2421 (car (ange-ftp-ftp-name name)))
2422 ange-ftp-delete-file-entry-alist))
2423 'ange-ftp-internal-delete-file-entry)
2424 name dir-p)
2425 (setq ange-ftp-ls-cache-file nil))
2426
2427 (defmacro ange-ftp-parse-filename ()
2428 ;;Extract the filename from the current line of a dired-like listing.
2429 (` (let ((eol (progn (end-of-line) (point))))
2430 (beginning-of-line)
2431 (if (re-search-forward ange-ftp-date-regexp eol t)
2432 (progn
2433 (skip-chars-forward " ")
2434 (skip-chars-forward "^ " eol)
2435 (skip-chars-forward " " eol)
2436 ;; We bomb on filenames starting with a space.
2437 (buffer-substring (point) eol))))))
2438
2439 ;; This deals with the F switch. Should also do something about
2440 ;; unquoting names obtained with the SysV b switch and the GNU Q
2441 ;; switch. See Sebastian's dired-get-filename.
2442
2443 (defmacro ange-ftp-ls-parser ()
2444 ;; Note that switches is dynamically bound.
2445 ;; Meant to be called by ange-ftp-parse-dired-listing
2446 (` (let ((tbl (ange-ftp-make-hashtable))
2447 (used-F (and (stringp switches)
2448 (string-match "F" switches)))
2449 file-type symlink directory file)
2450 (while (setq file (ange-ftp-parse-filename))
2451 (beginning-of-line)
2452 (skip-chars-forward "\t 0-9")
2453 (setq file-type (following-char)
2454 directory (eq file-type ?d))
2455 (if (eq file-type ?l)
2456 (if (string-match " -> " file)
2457 (setq symlink (substring file (match-end 0))
2458 file (substring file 0 (match-beginning 0)))
2459 ;; Shouldn't happen
2460 (setq symlink ""))
2461 (setq symlink nil))
2462 ;; Only do a costly regexp search if the F switch was used.
2463 (if (and used-F
2464 (not (string-equal file ""))
2465 (looking-at
2466 ".[-r][-w]\\([^ ]\\)[-r][-w]\\([^ ]\\)[-r][-w]\\([^ ]\\)"))
2467 (let ((socket (eq file-type ?s))
2468 (executable
2469 (and (not symlink) ; x bits don't mean a thing for symlinks
2470 (string-match "[xst]"
2471 (concat
2472 (buffer-substring
2473 (match-beginning 1)
2474 (match-end 1))
2475 (buffer-substring
2476 (match-beginning 2)
2477 (match-end 2))
2478 (buffer-substring
2479 (match-beginning 3)
2480 (match-end 3)))))))
2481 ;; Some ls's with the F switch mark symlinks with an @ (ULTRIX)
2482 ;; and others don't. (sigh...) Beware, that some Unix's don't
2483 ;; seem to believe in the F-switch
2484 (if (or (and symlink (string-match "@$" file))
2485 (and directory (string-match "/$" file))
2486 (and executable (string-match "*$" file))
2487 (and socket (string-match "=$" file)))
2488 (setq file (substring file 0 -1)))))
2489 (ange-ftp-put-hash-entry file (or symlink directory) tbl)
2490 (forward-line 1))
2491 (ange-ftp-put-hash-entry "." t tbl)
2492 (ange-ftp-put-hash-entry ".." t tbl)
2493 tbl)))
2494
2495 ;;; The dl stuff for descriptive listings
2496
2497 (defvar ange-ftp-dl-dir-regexp nil
2498 "Regexp matching directories which are listed in dl format.
2499 This regexp should not be anchored with a trailing `$', because it should
2500 match subdirectories as well.")
2501
2502 (defun ange-ftp-add-dl-dir (dir)
2503 "Interactively adds a DIR to ange-ftp-dl-dir-regexp."
2504 (interactive
2505 (list (read-string "Directory: "
2506 (let ((name (or (buffer-file-name) default-directory)))
2507 (and name (ange-ftp-ftp-name name)
2508 (file-name-directory name))))))
2509 (if (not (and ange-ftp-dl-dir-regexp
2510 (string-match ange-ftp-dl-dir-regexp dir)))
2511 (setq ange-ftp-dl-dir-regexp
2512 (concat "^" (regexp-quote dir)
2513 (and ange-ftp-dl-dir-regexp "\\|")
2514 ange-ftp-dl-dir-regexp))))
2515
2516 (defmacro ange-ftp-dl-parser ()
2517 ;; Parse the current buffer, which is assumed to be a descriptive
2518 ;; listing, and return a hashtable.
2519 (` (let ((tbl (ange-ftp-make-hashtable)))
2520 (while (not (eobp))
2521 (ange-ftp-put-hash-entry
2522 (buffer-substring (point)
2523 (progn
2524 (skip-chars-forward "^ /\n")
2525 (point)))
2526 (eq (following-char) ?/)
2527 tbl)
2528 (forward-line 1))
2529 (ange-ftp-put-hash-entry "." t tbl)
2530 (ange-ftp-put-hash-entry ".." t tbl)
2531 tbl)))
2532
2533 ;; Parse the current buffer which is assumed to be in a dired-like listing
2534 ;; format, and return a hashtable as the result. If the listing is not really
2535 ;; a listing, then return nil.
2536
2537 (defun ange-ftp-parse-dired-listing (&optional switches)
2538 (save-match-data
2539 (cond
2540 ((looking-at "^total [0-9]+$")
2541 (forward-line 1)
2542 ;; Some systems put in a blank line here.
2543 (if (eolp) (forward-line 1))
2544 (ange-ftp-ls-parser))
2545 ((looking-at "[^\n]+\\( not found\\|: Not a directory\\)\n\\'")
2546 ;; It's an ls error message.
2547 nil)
2548 ((eobp) ; i.e. (zerop (buffer-size))
2549 ;; This could be one of:
2550 ;; (1) An Ultrix ls error message
2551 ;; (2) A listing with the A switch of an empty directory
2552 ;; on a machine which doesn't give a total line.
2553 ;; (3) The twilight zone.
2554 ;; We'll assume (1) for now.
2555 nil)
2556 ((re-search-forward ange-ftp-date-regexp nil t)
2557 (beginning-of-line)
2558 (ange-ftp-ls-parser))
2559 ((re-search-forward "^[^ \n\t]+ +\\([0-9]+\\|-\\|=\\) " nil t)
2560 ;; It's a dl listing (I hope).
2561 ;; file is bound by the call to ange-ftp-ls
2562 (ange-ftp-add-dl-dir ange-ftp-this-file)
2563 (beginning-of-line)
2564 (ange-ftp-dl-parser))
2565 (t nil))))
2566
2567 (defun ange-ftp-set-files (directory files)
2568 "For a given DIRECTORY, set or change the associated FILES hashtable."
2569 (and files (ange-ftp-put-hash-entry (file-name-as-directory directory)
2570 files ange-ftp-files-hashtable)))
2571
2572 (defun ange-ftp-get-files (directory &optional no-error)
2573 "Given a given DIRECTORY, return a hashtable of file entries.
2574 This will give an error or return nil, depending on the value of
2575 NO-ERROR, if a listing for DIRECTORY cannot be obtained."
2576 (setq directory (file-name-as-directory directory)) ;normalize
2577 (or (ange-ftp-get-hash-entry directory ange-ftp-files-hashtable)
2578 (save-match-data
2579 (and (ange-ftp-ls directory
2580 ;; This is an efficiency hack. We try to
2581 ;; anticipate what sort of listing dired
2582 ;; might want, and cache just such a listing.
2583 (if (and (boundp 'dired-actual-switches)
2584 (stringp dired-actual-switches)
2585 ;; We allow the A switch, which lists
2586 ;; all files except "." and "..".
2587 ;; This is OK because we manually
2588 ;; insert these entries
2589 ;; in the hash table.
2590 (string-match
2591 "[aA]" dired-actual-switches)
2592 (string-match
2593 "l" dired-actual-switches)
2594 (not (string-match
2595 "R" dired-actual-switches)))
2596 dired-actual-switches
2597 (if (and (boundp 'dired-listing-switches)
2598 (stringp dired-listing-switches)
2599 (string-match
2600 "[aA]" dired-listing-switches)
2601 (string-match
2602 "l" dired-listing-switches)
2603 (not (string-match
2604 "R" dired-listing-switches)))
2605 dired-listing-switches
2606 "-al"))
2607 t no-error)
2608 (ange-ftp-get-hash-entry
2609 directory ange-ftp-files-hashtable)))))
2610
2611 ;; Given NAME, return the file part that can be used for looking up the
2612 ;; file's entry in a hashtable.
2613 (defmacro ange-ftp-get-file-part (name)
2614 (` (let ((file (file-name-nondirectory (, name))))
2615 (if (string-equal file "")
2616 "."
2617 file))))
2618
2619 ;; Return whether ange-ftp-file-entry-p and ange-ftp-get-file-entry are
2620 ;; allowed to determine if NAME is a sub-directory by listing it directly,
2621 ;; rather than listing its parent directory. This is used for efficiency so
2622 ;; that a wasted listing is not done:
2623 ;; 1. When looking for a .dired file in dired-x.el.
2624 ;; 2. The syntax of FILE and DIR make it impossible that FILE could be a valid
2625 ;; subdirectory. This is of course an OS dependent judgement.
2626
2627 (defmacro ange-ftp-allow-child-lookup (dir file)
2628 (` (not
2629 (let* ((efile (, file)) ; expand once.
2630 (edir (, dir))
2631 (parsed (ange-ftp-ftp-name edir))
2632 (host-type (ange-ftp-host-type
2633 (car parsed))))
2634 (or
2635 ;;; This variable seems not to exist in Emacs 19 -- rms.
2636 ;;; ;; Deal with dired
2637 ;;; (and (boundp 'dired-local-variables-file)
2638 ;;; (stringp dired-local-variables-file)
2639 ;;; (string-equal dired-local-variables-file efile))
2640 ;; No dots in dir names in vms.
2641 (and (eq host-type 'vms)
2642 (string-match "\\." efile))
2643 ;; No subdirs in mts of cms.
2644 (and (memq host-type '(mts cms))
2645 (not (string-equal "/" (nth 2 parsed)))))))))
2646
2647 (defun ange-ftp-file-entry-p (name)
2648 "Given NAME, return whether there is a file entry for it."
2649 (let* ((name (directory-file-name name))
2650 (dir (file-name-directory name))
2651 (ent (ange-ftp-get-hash-entry dir ange-ftp-files-hashtable))
2652 (file (ange-ftp-get-file-part name)))
2653 (if ent
2654 (ange-ftp-hash-entry-exists-p file ent)
2655 (or (and (ange-ftp-allow-child-lookup dir file)
2656 (setq ent (ange-ftp-get-files name t))
2657 ;; Try a child lookup. i.e. try to list file as a
2658 ;; subdirectory of dir. This is a good idea because
2659 ;; we may not have read permission for file's parent. Also,
2660 ;; people tend to work down directory trees anyway. We use
2661 ;; no-error ;; because if file does not exist as a subdir.,
2662 ;; then dumb hosts will give an ftp error. Smart unix hosts
2663 ;; will simply send back the ls
2664 ;; error message.
2665 (ange-ftp-get-hash-entry "." ent))
2666 ;; Child lookup failed. Try the parent. If this bombs,
2667 ;; we are at wits end -- signal an error.
2668 ;; Problem: If this signals an error, the error message
2669 ;; may not have a lot to do with what went wrong.
2670 (ange-ftp-hash-entry-exists-p file
2671 (ange-ftp-get-files dir))))))
2672
2673 (defun ange-ftp-get-file-entry (name)
2674 "Given NAME, return the given file entry.
2675 The entry will be either t for a directory, nil for a normal file,
2676 or a string for a symlink. If the file isn't in the hashtable,
2677 this also returns nil."
2678 (let* ((name (directory-file-name name))
2679 (dir (file-name-directory name))
2680 (ent (ange-ftp-get-hash-entry dir ange-ftp-files-hashtable))
2681 (file (ange-ftp-get-file-part name)))
2682 (if ent
2683 (ange-ftp-get-hash-entry file ent)
2684 (or (and (ange-ftp-allow-child-lookup dir file)
2685 (setq ent (ange-ftp-get-files name t))
2686 (ange-ftp-get-hash-entry "." ent))
2687 ;; i.e. it's a directory by child lookup
2688 (ange-ftp-get-hash-entry file
2689 (ange-ftp-get-files dir))))))
2690
2691 (defun ange-ftp-internal-delete-file-entry (name &optional dir-p)
2692 (if dir-p
2693 (progn
2694 (setq name (file-name-as-directory name))
2695 (ange-ftp-del-hash-entry name ange-ftp-files-hashtable)
2696 (setq name (directory-file-name name))))
2697 ;; Note that file-name-as-directory followed by directory-file-name
2698 ;; serves to canonicalize directory file names to their unix form.
2699 ;; i.e. in VMS, FOO.DIR -> FOO/ -> FOO
2700 (let ((files (ange-ftp-get-hash-entry (file-name-directory name)
2701 ange-ftp-files-hashtable)))
2702 (if files
2703 (ange-ftp-del-hash-entry (ange-ftp-get-file-part name)
2704 files))))
2705
2706 (defun ange-ftp-internal-add-file-entry (name &optional dir-p)
2707 (and dir-p
2708 (setq name (directory-file-name name)))
2709 (let ((files (ange-ftp-get-hash-entry (file-name-directory name)
2710 ange-ftp-files-hashtable)))
2711 (if files
2712 (ange-ftp-put-hash-entry (ange-ftp-get-file-part name)
2713 dir-p
2714 files))))
2715
2716 (defun ange-ftp-wipe-file-entries (host user)
2717 "Get rid of entry for HOST, USER pair from file entry information hashtable."
2718 (let ((new-tbl (ange-ftp-make-hashtable (length ange-ftp-files-hashtable))))
2719 (ange-ftp-map-hashtable
2720 (function
2721 (lambda (key val)
2722 (let ((parsed (ange-ftp-ftp-name key)))
2723 (if parsed
2724 (let ((h (nth 0 parsed))
2725 (u (nth 1 parsed)))
2726 (or (and (equal host h) (equal user u))
2727 (ange-ftp-put-hash-entry key val new-tbl)))))))
2728 ange-ftp-files-hashtable)
2729 (setq ange-ftp-files-hashtable new-tbl)))
2730 \f
2731 ;;;; ------------------------------------------------------------
2732 ;;;; File transfer mode support.
2733 ;;;; ------------------------------------------------------------
2734
2735 (defun ange-ftp-set-binary-mode (host user)
2736 "Tell the ftp process for the given HOST & USER to switch to binary mode."
2737 (let ((result (ange-ftp-send-cmd host user '(type "binary"))))
2738 (if (not (car result))
2739 (ange-ftp-error host user (concat "BINARY failed: " (cdr result)))
2740 (save-excursion
2741 (set-buffer (process-buffer (ange-ftp-get-process host user)))
2742 (and ange-ftp-binary-hash-mark-size
2743 (setq ange-ftp-hash-mark-unit
2744 (ash ange-ftp-binary-hash-mark-size -4)))))))
2745
2746 (defun ange-ftp-set-ascii-mode (host user)
2747 "Tell the ftp process for the given HOST & USER to switch to ascii mode."
2748 (let ((result (ange-ftp-send-cmd host user '(type "ascii"))))
2749 (if (not (car result))
2750 (ange-ftp-error host user (concat "ASCII failed: " (cdr result)))
2751 (save-excursion
2752 (set-buffer (process-buffer (ange-ftp-get-process host user)))
2753 (and ange-ftp-ascii-hash-mark-size
2754 (setq ange-ftp-hash-mark-unit
2755 (ash ange-ftp-ascii-hash-mark-size -4)))))))
2756 \f
2757 (defun ange-ftp-cd (host user dir)
2758 (let ((result (ange-ftp-send-cmd host user (list 'cd dir) "Doing CD")))
2759 (or (car result)
2760 (ange-ftp-error host user (concat "CD failed: " (cdr result))))))
2761
2762 (defun ange-ftp-get-pwd (host user)
2763 "Attempts to get the current working directory for the given HOST/USER pair.
2764 Returns \( DIR . LINE \) where DIR is either the directory or NIL if not found,
2765 and LINE is the relevant success or fail line from the FTP-client."
2766 (let* ((result (ange-ftp-send-cmd host user '(pwd) "Getting PWD"))
2767 (line (cdr result))
2768 dir)
2769 (if (car result)
2770 (save-match-data
2771 (and (or (string-match "\"\\([^\"]*\\)\"" line)
2772 (string-match " \\([^ ]+\\) " line)) ; stone-age VMS servers!
2773 (setq dir (substring line
2774 (match-beginning 1)
2775 (match-end 1))))))
2776 (cons dir line)))
2777 \f
2778 ;;; ------------------------------------------------------------
2779 ;;; expand-file-name and friends...which currently don't work
2780 ;;; ------------------------------------------------------------
2781
2782 (defun ange-ftp-expand-dir (host user dir)
2783 "Return the result of doing a PWD in the current FTP session.
2784 Use the connection to machine HOST
2785 logged in as user USER and cd'd to directory DIR."
2786 (let* ((host-type (ange-ftp-host-type host user))
2787 ;; It is more efficient to call ange-ftp-host-type
2788 ;; before binding res, because ange-ftp-host-type sometimes
2789 ;; adds to the info in the expand-dir-hashtable.
2790 (fix-name-func
2791 (cdr (assq host-type ange-ftp-fix-name-func-alist)))
2792 (key (concat host "/" user "/" dir))
2793 (res (ange-ftp-get-hash-entry key ange-ftp-expand-dir-hashtable)))
2794 (or res
2795 (progn
2796 (or
2797 (string-equal user "anonymous")
2798 (string-equal user "ftp")
2799 (not (eq host-type 'unix))
2800 (let* ((ange-ftp-good-msgs (concat ange-ftp-expand-dir-regexp
2801 "\\|"
2802 ange-ftp-good-msgs))
2803 (result (ange-ftp-send-cmd host user
2804 (list 'get dir "/dev/null")
2805 (format "expanding %s" dir)))
2806 (line (cdr result)))
2807 (setq res
2808 (if (string-match ange-ftp-expand-dir-regexp line)
2809 (substring line
2810 (match-beginning 1)
2811 (match-end 1))))))
2812 (or res
2813 (if (string-equal dir "~")
2814 (setq res (car (ange-ftp-get-pwd host user)))
2815 (let ((home (ange-ftp-expand-dir host user "~")))
2816 (unwind-protect
2817 (and (ange-ftp-cd host user dir)
2818 (setq res (car (ange-ftp-get-pwd host user))))
2819 (ange-ftp-cd host user home)))))
2820 (if res
2821 (let ((ange-ftp-this-user user)
2822 (ange-ftp-this-host host))
2823 (if fix-name-func
2824 (setq res (funcall fix-name-func res 'reverse)))
2825 (ange-ftp-put-hash-entry
2826 key res ange-ftp-expand-dir-hashtable)))
2827 res))))
2828
2829 (defun ange-ftp-canonize-filename (n)
2830 "Take a string and short-circuit //, /. and /.."
2831 (if (string-match "[^:]+//" n) ;don't upset Apollo users
2832 (setq n (substring n (1- (match-end 0)))))
2833 (let ((parsed (ange-ftp-ftp-name n)))
2834 (if parsed
2835 (let ((host (car parsed))
2836 (user (nth 1 parsed))
2837 (name (nth 2 parsed)))
2838
2839 ;; See if remote name is absolute. If so then just expand it and
2840 ;; replace the name component of the overall name.
2841 (cond ((string-match "^/" name)
2842 name)
2843
2844 ;; Name starts with ~ or ~user. Resolve that part of the name
2845 ;; making it absolute then re-expand it.
2846 ((string-match "^~[^/]*" name)
2847 (let* ((tilda (substring name
2848 (match-beginning 0)
2849 (match-end 0)))
2850 (rest (substring name (match-end 0)))
2851 (dir (ange-ftp-expand-dir host user tilda)))
2852 (if dir
2853 (setq name (concat dir rest))
2854 (error "User \"%s\" is not known"
2855 (substring tilda 1)))))
2856
2857 ;; relative name. Tack on homedir and re-expand.
2858 (t
2859 (let ((dir (ange-ftp-expand-dir host user "~")))
2860 (if dir
2861 (setq name (concat
2862 (ange-ftp-real-file-name-as-directory dir)
2863 name))
2864 (error "Unable to obtain CWD")))))
2865
2866 ;; If name starts with //, preserve that, for apollo system.
2867 (if (not (string-match "^//" name))
2868 (progn
2869 (setq name (ange-ftp-real-expand-file-name name))
2870
2871 (if (string-match "^//" name)
2872 (setq name (substring name 1)))))
2873
2874 ;; Now substitute the expanded name back into the overall filename.
2875 (ange-ftp-replace-name-component n name))
2876
2877 ;; non-ange-ftp name. Just expand normally.
2878 (if (eq (string-to-char n) ?/)
2879 (ange-ftp-real-expand-file-name n)
2880 (ange-ftp-real-expand-file-name
2881 (ange-ftp-real-file-name-nondirectory n)
2882 (ange-ftp-real-file-name-directory n))))))
2883
2884 (defun ange-ftp-expand-file-name (name &optional default)
2885 "Documented as original."
2886 (save-match-data
2887 (if (eq (string-to-char name) ?/)
2888 (while (cond ((string-match "[^:]+//" name) ;don't upset Apollo users
2889 (setq name (substring name (1- (match-end 0)))))
2890 ((string-match "/~" name)
2891 (setq name (substring name (1- (match-end 0))))))))
2892 (cond ((eq (string-to-char name) ?~)
2893 (ange-ftp-real-expand-file-name name))
2894 ((eq (string-to-char name) ?/)
2895 (ange-ftp-canonize-filename name))
2896 ((zerop (length name))
2897 (ange-ftp-canonize-filename (or default default-directory)))
2898 ((ange-ftp-canonize-filename
2899 (concat (file-name-as-directory (or default default-directory))
2900 name))))))
2901 \f
2902 ;;; These are problems--they are currently not enabled.
2903
2904 (defvar ange-ftp-file-name-as-directory-alist nil
2905 "Association list of \( TYPE \. FUNC \) pairs.
2906 FUNC converts a filename to a directory name for the operating
2907 system TYPE.")
2908
2909 (defun ange-ftp-file-name-as-directory (name)
2910 "Documented as original."
2911 (let ((parsed (ange-ftp-ftp-name name)))
2912 (if parsed
2913 (if (string-equal (nth 2 parsed) "")
2914 name
2915 (funcall (or (cdr (assq
2916 (ange-ftp-host-type (car parsed))
2917 ange-ftp-file-name-as-directory-alist))
2918 'ange-ftp-real-file-name-as-directory)
2919 name))
2920 (ange-ftp-real-file-name-as-directory name))))
2921
2922 (defun ange-ftp-file-name-directory (name)
2923 "Documented as original."
2924 (let ((parsed (ange-ftp-ftp-name name)))
2925 (if parsed
2926 (let ((filename (nth 2 parsed)))
2927 (if (save-match-data
2928 (string-match "^~[^/]*$" filename))
2929 name
2930 (ange-ftp-replace-name-component
2931 name
2932 (ange-ftp-real-file-name-directory filename))))
2933 (ange-ftp-real-file-name-directory name))))
2934
2935 (defun ange-ftp-file-name-nondirectory (name)
2936 "Documented as original."
2937 (let ((parsed (ange-ftp-ftp-name name)))
2938 (if parsed
2939 (let ((filename (nth 2 parsed)))
2940 (if (save-match-data
2941 (string-match "^~[^/]*$" filename))
2942 ""
2943 (ange-ftp-real-file-name-nondirectory name)))
2944 (ange-ftp-real-file-name-nondirectory name))))
2945
2946 (defun ange-ftp-directory-file-name (dir)
2947 "Documented as original."
2948 (let ((parsed (ange-ftp-ftp-name dir)))
2949 (if parsed
2950 (ange-ftp-replace-name-component
2951 dir
2952 (ange-ftp-real-directory-file-name (nth 2 parsed)))
2953 (ange-ftp-real-directory-file-name dir))))
2954
2955 \f
2956 ;;; Hooks that handle Emacs primitives.
2957
2958 ;; Returns non-nil if should transfer FILE in binary mode.
2959 (defun ange-ftp-binary-file (file)
2960 (save-match-data
2961 (string-match ange-ftp-binary-file-name-regexp file)))
2962
2963 (defun ange-ftp-write-region (start end filename &optional append visit)
2964 (setq filename (expand-file-name filename))
2965 (let ((parsed (ange-ftp-ftp-name filename)))
2966 (if parsed
2967 (let* ((host (nth 0 parsed))
2968 (user (nth 1 parsed))
2969 (name (ange-ftp-quote-string (nth 2 parsed)))
2970 (temp (ange-ftp-make-tmp-name host))
2971 (binary (or (ange-ftp-binary-file filename)
2972 (eq (ange-ftp-host-type host user) 'unix)))
2973 (cmd (if append 'append 'put))
2974 (abbr (ange-ftp-abbreviate-filename filename)))
2975 (unwind-protect
2976 (progn
2977 (let ((executing-kbd-macro t)
2978 (filename (buffer-file-name))
2979 (mod-p (buffer-modified-p)))
2980 (unwind-protect
2981 (ange-ftp-real-write-region start end temp nil visit)
2982 ;; cleanup forms
2983 (setq buffer-file-name filename)
2984 (set-buffer-modified-p mod-p)))
2985 (if binary
2986 (ange-ftp-set-binary-mode host user))
2987
2988 ;; tell the process filter what size the transfer will be.
2989 (let ((attr (file-attributes temp)))
2990 (if attr
2991 (ange-ftp-set-xfer-size host user (nth 7 attr))))
2992
2993 ;; put or append the file.
2994 (let ((result (ange-ftp-send-cmd host user
2995 (list cmd temp name)
2996 (format "Writing %s" abbr))))
2997 (or (car result)
2998 (signal 'ftp-error
2999 (list
3000 "Opening output file"
3001 (format "FTP Error: \"%s\"" (cdr result))
3002 filename)))))
3003 (ange-ftp-del-tmp-name temp)
3004 (if binary
3005 (ange-ftp-set-ascii-mode host user)))
3006 (if (eq visit t)
3007 (progn
3008 (set-visited-file-modtime '(0 0))
3009 (ange-ftp-set-buffer-mode)
3010 (setq buffer-file-name filename)
3011 (set-buffer-modified-p nil)))
3012 (ange-ftp-message "Wrote %s" abbr)
3013 (ange-ftp-add-file-entry filename))
3014 (ange-ftp-real-write-region start end filename append visit))))
3015
3016 (defun ange-ftp-insert-file-contents (filename &optional visit beg end replace)
3017 (barf-if-buffer-read-only)
3018 (setq filename (expand-file-name filename))
3019 (let ((parsed (ange-ftp-ftp-name filename)))
3020 (if parsed
3021 (progn
3022 (if visit
3023 (setq buffer-file-name filename))
3024 (if (or (file-exists-p filename)
3025 (progn
3026 (setq ange-ftp-ls-cache-file nil)
3027 (ange-ftp-del-hash-entry (file-name-directory filename)
3028 ange-ftp-files-hashtable)
3029 (file-exists-p filename)))
3030 (let* ((host (nth 0 parsed))
3031 (user (nth 1 parsed))
3032 (name (ange-ftp-quote-string (nth 2 parsed)))
3033 (temp (ange-ftp-make-tmp-name host))
3034 (binary (or (ange-ftp-binary-file filename)
3035 (eq (ange-ftp-host-type host user) 'unix)))
3036 (abbr (ange-ftp-abbreviate-filename filename))
3037 size)
3038 (unwind-protect
3039 (progn
3040 (if binary
3041 (ange-ftp-set-binary-mode host user))
3042 (let ((result (ange-ftp-send-cmd host user
3043 (list 'get name temp)
3044 (format "Retrieving %s" abbr))))
3045 (or (car result)
3046 (signal 'ftp-error
3047 (list
3048 "Opening input file"
3049 (format "FTP Error: \"%s\"" (cdr result))
3050 filename))))
3051 (if (or (ange-ftp-real-file-readable-p temp)
3052 (sleep-for ange-ftp-retry-time)
3053 ;; Wait for file to hopefully appear.
3054 (ange-ftp-real-file-readable-p temp))
3055 (setq
3056 size
3057 (nth 1 (ange-ftp-real-insert-file-contents
3058 temp visit beg end replace)))
3059 (signal 'ftp-error
3060 (list
3061 "Opening input file:"
3062 (format
3063 "FTP Error: %s not arrived or readable"
3064 filename)))))
3065 (if binary
3066 (ange-ftp-set-ascii-mode host user))
3067 (ange-ftp-del-tmp-name temp))
3068 (if visit
3069 (progn
3070 (set-visited-file-modtime '(0 0))
3071 (setq buffer-file-name filename)))
3072 (list filename size))
3073 (signal 'file-error
3074 (list
3075 "Opening input file"
3076 filename))))
3077 (ange-ftp-real-insert-file-contents filename visit beg end replace))))
3078
3079 (defun ange-ftp-expand-symlink (file dir)
3080 (if (file-name-absolute-p file)
3081 (ange-ftp-replace-name-component dir file)
3082 (expand-file-name file dir)))
3083
3084 (defun ange-ftp-file-symlink-p (file)
3085 ;; call ange-ftp-expand-file-name rather than the normal
3086 ;; expand-file-name to stop loops when using a package that
3087 ;; redefines both file-symlink-p and expand-file-name.
3088 (setq file (ange-ftp-expand-file-name file))
3089 (if (ange-ftp-ftp-name file)
3090 (let ((file-ent
3091 (ange-ftp-get-hash-entry
3092 (ange-ftp-get-file-part file)
3093 (ange-ftp-get-files (file-name-directory file)))))
3094 (if (stringp file-ent)
3095 (if (file-name-absolute-p file-ent)
3096 (ange-ftp-replace-name-component
3097 (file-name-directory file) file-ent)
3098 file-ent)))
3099 (ange-ftp-real-file-symlink-p file)))
3100
3101 (defun ange-ftp-file-exists-p (name)
3102 (setq name (expand-file-name name))
3103 (if (ange-ftp-ftp-name name)
3104 (if (ange-ftp-file-entry-p name)
3105 (let ((file-ent (ange-ftp-get-file-entry name)))
3106 (if (stringp file-ent)
3107 (file-exists-p
3108 (ange-ftp-expand-symlink file-ent
3109 (file-name-directory
3110 (directory-file-name name))))
3111 t)))
3112 (ange-ftp-real-file-exists-p name)))
3113
3114 (defun ange-ftp-file-directory-p (name)
3115 (setq name (expand-file-name name))
3116 (if (ange-ftp-ftp-name name)
3117 ;; We do a file-name-as-directory on name here because some
3118 ;; machines (VMS) use a .DIR to indicate the filename associated
3119 ;; with a directory. This needs to be canonicalized.
3120 (let ((file-ent (ange-ftp-get-file-entry
3121 (ange-ftp-file-name-as-directory name))))
3122 (if (stringp file-ent)
3123 (file-directory-p
3124 (ange-ftp-expand-symlink file-ent
3125 (file-name-directory
3126 (directory-file-name name))))
3127 file-ent))
3128 (ange-ftp-real-file-directory-p name)))
3129
3130 (defun ange-ftp-directory-files (directory &optional full match
3131 &rest v19-args)
3132 (setq directory (expand-file-name directory))
3133 (if (ange-ftp-ftp-name directory)
3134 (progn
3135 (ange-ftp-barf-if-not-directory directory)
3136 (let ((tail (ange-ftp-hash-table-keys
3137 (ange-ftp-get-files directory)))
3138 files f)
3139 (setq directory (file-name-as-directory directory))
3140 (save-match-data
3141 (while tail
3142 (setq f (car tail)
3143 tail (cdr tail))
3144 (if (or (not match) (string-match match f))
3145 (setq files
3146 (cons (if full (concat directory f) f) files)))))
3147 (nreverse files)))
3148 (apply 'ange-ftp-real-directory-files directory full match v19-args)))
3149
3150 (defun ange-ftp-file-attributes (file)
3151 (setq file (expand-file-name file))
3152 (let ((parsed (ange-ftp-ftp-name file)))
3153 (if parsed
3154 (let ((part (ange-ftp-get-file-part file))
3155 (files (ange-ftp-get-files (file-name-directory file))))
3156 (if (ange-ftp-hash-entry-exists-p part files)
3157 (let ((host (nth 0 parsed))
3158 (user (nth 1 parsed))
3159 (name (nth 2 parsed))
3160 (dirp (ange-ftp-get-hash-entry part files)))
3161 (list (if (and (stringp dirp) (file-name-absolute-p dirp))
3162 (ange-ftp-expand-symlink dirp
3163 (file-name-directory file))
3164 dirp) ;0 file type
3165 -1 ;1 link count
3166 -1 ;2 uid
3167 -1 ;3 gid
3168 '(0 0) ;4 atime
3169 '(0 0) ;5 mtime
3170 '(0 0) ;6 ctime
3171 -1 ;7 size
3172 (concat (if (stringp dirp) "l" (if dirp "d" "-"))
3173 "?????????") ;8 mode
3174 nil ;9 gid weird
3175 ;; Hack to give remote files a unique "inode number".
3176 ;; It's actually the sum of the characters in its name.
3177 (apply '+ (nconc (mapcar 'identity host)
3178 (mapcar 'identity user)
3179 (mapcar 'identity
3180 (directory-file-name name))))
3181 -1 ;11 device number [v19 only]
3182 ))))
3183 (ange-ftp-real-file-attributes file))))
3184
3185 (defun ange-ftp-file-writable-p (file)
3186 (setq file (expand-file-name file))
3187 (if (ange-ftp-ftp-name file)
3188 (or (file-exists-p file) ;guess here for speed
3189 (file-directory-p (file-name-directory file)))
3190 (ange-ftp-real-file-writable-p file)))
3191
3192 (defun ange-ftp-file-readable-p (file)
3193 (setq file (expand-file-name file))
3194 (if (ange-ftp-ftp-name file)
3195 (file-exists-p file)
3196 (ange-ftp-real-file-readable-p file)))
3197
3198 (defun ange-ftp-file-executable-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-executable-p file)))
3203
3204 (defun ange-ftp-delete-file (file)
3205 (interactive "fDelete file: ")
3206 (setq file (expand-file-name file))
3207 (let ((parsed (ange-ftp-ftp-name file)))
3208 (if parsed
3209 (let* ((host (nth 0 parsed))
3210 (user (nth 1 parsed))
3211 (name (ange-ftp-quote-string (nth 2 parsed)))
3212 (abbr (ange-ftp-abbreviate-filename file))
3213 (result (ange-ftp-send-cmd host user
3214 (list 'delete name)
3215 (format "Deleting %s" abbr))))
3216 (or (car result)
3217 (signal 'ftp-error
3218 (list
3219 "Removing old name"
3220 (format "FTP Error: \"%s\"" (cdr result))
3221 file)))
3222 (ange-ftp-delete-file-entry file))
3223 (ange-ftp-real-delete-file file))))
3224
3225 (defun ange-ftp-verify-visited-file-modtime (buf)
3226 (let ((name (buffer-file-name buf)))
3227 (if (and (stringp name) (ange-ftp-ftp-name name))
3228 t
3229 (ange-ftp-real-verify-visited-file-modtime buf))))
3230 \f
3231 ;;;; ------------------------------------------------------------
3232 ;;;; File copying support... totally re-written 6/24/92.
3233 ;;;; ------------------------------------------------------------
3234
3235 (defun ange-ftp-barf-or-query-if-file-exists (absname querystring interactive)
3236 (if (file-exists-p absname)
3237 (if (not interactive)
3238 (signal 'file-already-exists (list absname))
3239 (if (not (yes-or-no-p (format "File %s already exists; %s anyway? "
3240 absname querystring)))
3241 (signal 'file-already-exists (list absname))))))
3242
3243 ;; async local copy commented out for now since I don't seem to get
3244 ;; the process sentinel called for some processes.
3245 ;;
3246 ;; (defun ange-ftp-copy-file-locally (filename newname ok-if-already-exists
3247 ;; keep-date cont)
3248 ;; "Kludge to copy a local file and call a continuation when the copy
3249 ;; finishes."
3250 ;; ;; check to see if we can overwrite
3251 ;; (if (or (not ok-if-already-exists)
3252 ;; (numberp ok-if-already-exists))
3253 ;; (ange-ftp-barf-or-query-if-file-exists newname "copy to it"
3254 ;; (numberp ok-if-already-exists)))
3255 ;; (let ((proc (start-process " *copy*"
3256 ;; (generate-new-buffer "*copy*")
3257 ;; "cp"
3258 ;; filename
3259 ;; newname))
3260 ;; res)
3261 ;; (set-process-sentinel proc (function ange-ftp-copy-file-locally-sentinel))
3262 ;; (process-kill-without-query proc)
3263 ;; (save-excursion
3264 ;; (set-buffer (process-buffer proc))
3265 ;; (make-variable-buffer-local 'copy-cont)
3266 ;; (setq copy-cont cont))))
3267 ;;
3268 ;; (defun ange-ftp-copy-file-locally-sentinel (proc status)
3269 ;; (save-excursion
3270 ;; (set-buffer (process-buffer proc))
3271 ;; (let ((cont copy-cont)
3272 ;; (result (buffer-string)))
3273 ;; (unwind-protect
3274 ;; (if (and (string-equal status "finished\n")
3275 ;; (zerop (length result)))
3276 ;; (ange-ftp-call-cont cont t nil)
3277 ;; (ange-ftp-call-cont cont
3278 ;; nil
3279 ;; (if (zerop (length result))
3280 ;; (substring status 0 -1)
3281 ;; (substring result 0 -1))))
3282 ;; (kill-buffer (current-buffer))))))
3283
3284 ;; this is the extended version of ange-ftp-copy-file-internal that works
3285 ;; asynchronously if asked nicely.
3286 (defun ange-ftp-copy-file-internal (filename newname ok-if-already-exists
3287 keep-date &optional msg cont nowait)
3288 (setq filename (expand-file-name filename)
3289 newname (expand-file-name newname))
3290
3291 ;; canonicalize newname if a directory.
3292 (if (file-directory-p newname)
3293 (setq newname (expand-file-name (file-name-nondirectory filename) newname)))
3294
3295 (let ((f-parsed (ange-ftp-ftp-name filename))
3296 (t-parsed (ange-ftp-ftp-name newname)))
3297
3298 ;; local file to local file copy?
3299 (if (and (not f-parsed) (not t-parsed))
3300 (progn
3301 (ange-ftp-real-copy-file filename newname ok-if-already-exists
3302 keep-date)
3303 (if cont
3304 (ange-ftp-call-cont cont t "Copied locally")))
3305 ;; one or both files are remote.
3306 (let* ((f-host (and f-parsed (nth 0 f-parsed)))
3307 (f-user (and f-parsed (nth 1 f-parsed)))
3308 (f-name (and f-parsed (ange-ftp-quote-string (nth 2 f-parsed))))
3309 (f-abbr (ange-ftp-abbreviate-filename filename))
3310 (t-host (and t-parsed (nth 0 t-parsed)))
3311 (t-user (and t-parsed (nth 1 t-parsed)))
3312 (t-name (and t-parsed (ange-ftp-quote-string (nth 2 t-parsed))))
3313 (t-abbr (ange-ftp-abbreviate-filename newname filename))
3314 (binary (or (ange-ftp-binary-file filename)
3315 (ange-ftp-binary-file newname)
3316 (and (eq (ange-ftp-host-type f-host f-user) 'unix)
3317 (eq (ange-ftp-host-type t-host t-user) 'unix))))
3318 temp1
3319 temp2)
3320
3321 ;; check to see if we can overwrite
3322 (if (or (not ok-if-already-exists)
3323 (numberp ok-if-already-exists))
3324 (ange-ftp-barf-or-query-if-file-exists newname "copy to it"
3325 (numberp ok-if-already-exists)))
3326
3327 ;; do the copying.
3328 (if f-parsed
3329
3330 ;; filename was remote.
3331 (progn
3332 (if (or (ange-ftp-use-gateway-p f-host)
3333 t-parsed)
3334 ;; have to use intermediate file if we are getting via
3335 ;; gateway machine or we are doing a remote to remote copy.
3336 (setq temp1 (ange-ftp-make-tmp-name f-host)))
3337
3338 (if binary
3339 (ange-ftp-set-binary-mode f-host f-user))
3340
3341 (ange-ftp-send-cmd
3342 f-host
3343 f-user
3344 (list 'get f-name (or temp1 newname))
3345 (or msg
3346 (if (and temp1 t-parsed)
3347 (format "Getting %s" f-abbr)
3348 (format "Copying %s to %s" f-abbr t-abbr)))
3349 (list (function ange-ftp-cf1)
3350 filename newname binary msg
3351 f-parsed f-host f-user f-name f-abbr
3352 t-parsed t-host t-user t-name t-abbr
3353 temp1 temp2 cont nowait)
3354 nowait))
3355
3356 ;; filename wasn't remote. newname must be remote. call the
3357 ;; function which does the remainder of the copying work.
3358 (ange-ftp-cf1 t nil
3359 filename newname binary msg
3360 f-parsed f-host f-user f-name f-abbr
3361 t-parsed t-host t-user t-name t-abbr
3362 nil nil cont nowait))))))
3363
3364 ;; next part of copying routine.
3365 (defun ange-ftp-cf1 (result line
3366 filename newname binary msg
3367 f-parsed f-host f-user f-name f-abbr
3368 t-parsed t-host t-user t-name t-abbr
3369 temp1 temp2 cont nowait)
3370 (if line
3371 ;; filename must have been remote, and we must have just done a GET.
3372 (unwind-protect
3373 (or result
3374 ;; GET failed for some reason. Clean up and get out.
3375 (progn
3376 (and temp1 (ange-ftp-del-tmp-name temp1))
3377 (or cont
3378 (if ange-ftp-waiting-flag
3379 (throw 'ftp-error t)
3380 (signal 'ftp-error
3381 (list "Opening input file"
3382 (format "FTP Error: \"%s\"" line)
3383 filename))))))
3384 ;; cleanup
3385 (if binary
3386 (ange-ftp-set-ascii-mode f-host f-user))))
3387
3388 (if result
3389 ;; We now have to copy either temp1 or filename to newname.
3390 (if t-parsed
3391
3392 ;; newname was remote.
3393 (progn
3394 (if (ange-ftp-use-gateway-p t-host)
3395 (setq temp2 (ange-ftp-make-tmp-name t-host)))
3396
3397 ;; make sure data is moved into the right place for the
3398 ;; outgoing transfer. gateway temporary files complicate
3399 ;; things nicely.
3400 (if temp1
3401 (if temp2
3402 (if (string-equal temp1 temp2)
3403 (setq temp1 nil)
3404 (ange-ftp-real-copy-file temp1 temp2 t))
3405 (setq temp2 temp1 temp1 nil))
3406 (if temp2
3407 (ange-ftp-real-copy-file filename temp2 t)))
3408
3409 (if binary
3410 (ange-ftp-set-binary-mode t-host t-user))
3411
3412 ;; tell the process filter what size the file is.
3413 (let ((attr (file-attributes (or temp2 filename))))
3414 (if attr
3415 (ange-ftp-set-xfer-size t-host t-user (nth 7 attr))))
3416
3417 (ange-ftp-send-cmd
3418 t-host
3419 t-user
3420 (list 'put (or temp2 filename) t-name)
3421 (or msg
3422 (if (and temp2 f-parsed)
3423 (format "Putting %s" newname)
3424 (format "Copying %s to %s" f-abbr t-abbr)))
3425 (list (function ange-ftp-cf2)
3426 newname t-host t-user binary temp1 temp2 cont)
3427 nowait))
3428
3429 ;; newname wasn't remote.
3430 (ange-ftp-cf2 t nil newname t-host t-user binary temp1 temp2 cont))
3431
3432 ;; first copy failed, tell caller
3433 (ange-ftp-call-cont cont result line)))
3434
3435 ;; last part of copying routine.
3436 (defun ange-ftp-cf2 (result line newname t-host t-user binary temp1 temp2 cont)
3437 (unwind-protect
3438 (if line
3439 ;; result from doing a local to remote copy.
3440 (unwind-protect
3441 (progn
3442 (or result
3443 (or cont
3444 (if ange-ftp-waiting-flag
3445 (throw 'ftp-error t)
3446 (signal 'ftp-error
3447 (list "Opening output file"
3448 (format "FTP Error: \"%s\"" line)
3449 newname)))))
3450
3451 (ange-ftp-add-file-entry newname))
3452
3453 ;; cleanup.
3454 (if binary
3455 (ange-ftp-set-ascii-mode t-host t-user)))
3456
3457 ;; newname was local.
3458 (if temp1
3459 (ange-ftp-real-copy-file temp1 newname t)))
3460
3461 ;; clean up
3462 (and temp1 (ange-ftp-del-tmp-name temp1))
3463 (and temp2 (ange-ftp-del-tmp-name temp2))
3464 (ange-ftp-call-cont cont result line)))
3465
3466 (defun ange-ftp-copy-file (filename newname &optional ok-if-already-exists
3467 keep-date)
3468 (interactive "fCopy file: \nFCopy %s to file: \np")
3469 (ange-ftp-copy-file-internal filename
3470 newname
3471 ok-if-already-exists
3472 keep-date
3473 nil
3474 nil
3475 (interactive-p)))
3476 \f
3477 ;;;; ------------------------------------------------------------
3478 ;;;; File renaming support.
3479 ;;;; ------------------------------------------------------------
3480
3481 (defun ange-ftp-rename-remote-to-remote (filename newname f-parsed t-parsed)
3482 "Rename remote file FILE to remote file NEWNAME."
3483 (let ((f-host (nth 0 f-parsed))
3484 (f-user (nth 1 f-parsed))
3485 (t-host (nth 0 t-parsed))
3486 (t-user (nth 1 t-parsed)))
3487 (if (and (string-equal f-host t-host)
3488 (string-equal f-user t-user))
3489 (let* ((f-name (ange-ftp-quote-string (nth 2 f-parsed)))
3490 (t-name (ange-ftp-quote-string (nth 2 t-parsed)))
3491 (cmd (list 'rename f-name t-name))
3492 (fabbr (ange-ftp-abbreviate-filename filename))
3493 (nabbr (ange-ftp-abbreviate-filename newname filename))
3494 (result (ange-ftp-send-cmd f-host f-user cmd
3495 (format "Renaming %s to %s"
3496 fabbr
3497 nabbr))))
3498 (or (car result)
3499 (signal 'ftp-error
3500 (list
3501 "Renaming"
3502 (format "FTP Error: \"%s\"" (cdr result))
3503 filename
3504 newname)))
3505 (ange-ftp-add-file-entry newname)
3506 (ange-ftp-delete-file-entry filename))
3507 (ange-ftp-copy-file-internal filename newname t nil)
3508 (delete-file filename))))
3509
3510 (defun ange-ftp-rename-local-to-remote (filename newname)
3511 "Rename local FILENAME to remote file NEWNAME."
3512 (let* ((fabbr (ange-ftp-abbreviate-filename filename))
3513 (nabbr (ange-ftp-abbreviate-filename newname filename))
3514 (msg (format "Renaming %s to %s" fabbr nabbr)))
3515 (ange-ftp-copy-file-internal filename newname t nil msg)
3516 (let (ange-ftp-process-verbose)
3517 (delete-file filename))))
3518
3519 (defun ange-ftp-rename-remote-to-local (filename newname)
3520 "Rename remote file FILENAME to local file NEWNAME."
3521 (let* ((fabbr (ange-ftp-abbreviate-filename filename))
3522 (nabbr (ange-ftp-abbreviate-filename newname filename))
3523 (msg (format "Renaming %s to %s" fabbr nabbr)))
3524 (ange-ftp-copy-file-internal filename newname t nil msg)
3525 (let (ange-ftp-process-verbose)
3526 (delete-file filename))))
3527
3528 (defun ange-ftp-rename-file (filename newname &optional ok-if-already-exists)
3529 (interactive "fRename file: \nFRename %s to file: \np")
3530 (setq filename (expand-file-name filename))
3531 (setq newname (expand-file-name newname))
3532 (let* ((f-parsed (ange-ftp-ftp-name filename))
3533 (t-parsed (ange-ftp-ftp-name newname)))
3534 (if (and (or f-parsed t-parsed)
3535 (or (not ok-if-already-exists)
3536 (numberp ok-if-already-exists)))
3537 (ange-ftp-barf-or-query-if-file-exists
3538 newname
3539 "rename to it"
3540 (numberp ok-if-already-exists)))
3541 (if f-parsed
3542 (if t-parsed
3543 (ange-ftp-rename-remote-to-remote filename newname f-parsed
3544 t-parsed)
3545 (ange-ftp-rename-remote-to-local filename newname))
3546 (if t-parsed
3547 (ange-ftp-rename-local-to-remote filename newname)
3548 (ange-ftp-real-rename-file filename newname ok-if-already-exists)))))
3549 \f
3550 ;;;; ------------------------------------------------------------
3551 ;;;; File name completion support.
3552 ;;;; ------------------------------------------------------------
3553
3554 ;; If the file entry SYM is a symlink, returns whether its file exists.
3555 ;; Note that `ange-ftp-this-dir' is used as a free variable.
3556 (defun ange-ftp-file-entry-active-p (sym)
3557 (let ((val (get sym 'val)))
3558 (or (not (stringp val))
3559 (file-exists-p (ange-ftp-expand-symlink val ange-ftp-this-dir)))))
3560
3561 ;; If the file entry is not a directory (nor a symlink pointing to a directory)
3562 ;; returns whether the file (or file pointed to by the symlink) is ignored
3563 ;; by completion-ignored-extensions.
3564 ;; Note that `ange-ftp-this-dir' and `ange-ftp-completion-ignored-pattern'
3565 ;; are used as free variables.
3566 (defun ange-ftp-file-entry-not-ignored-p (sym)
3567 (let ((val (get sym 'val))
3568 (symname (symbol-name sym)))
3569 (if (stringp val)
3570 (let ((file (ange-ftp-expand-symlink val ange-ftp-this-dir)))
3571 (or (file-directory-p file)
3572 (and (file-exists-p file)
3573 (not (string-match ange-ftp-completion-ignored-pattern
3574 symname)))))
3575 (or val ; is a directory name
3576 (not (string-match ange-ftp-completion-ignored-pattern symname))))))
3577
3578 (defun ange-ftp-file-name-all-completions (file dir)
3579 (let ((ange-ftp-this-dir (expand-file-name dir)))
3580 (if (ange-ftp-ftp-name ange-ftp-this-dir)
3581 (progn
3582 (ange-ftp-barf-if-not-directory ange-ftp-this-dir)
3583 (setq ange-ftp-this-dir
3584 (ange-ftp-real-file-name-as-directory ange-ftp-this-dir))
3585 (let* ((tbl (ange-ftp-get-files ange-ftp-this-dir))
3586 (completions
3587 (all-completions file tbl
3588 (function ange-ftp-file-entry-active-p))))
3589
3590 ;; see whether each matching file is a directory or not...
3591 (mapcar
3592 (function
3593 (lambda (file)
3594 (let ((ent (ange-ftp-get-hash-entry file tbl)))
3595 (if (and ent
3596 (or (not (stringp ent))
3597 (file-directory-p
3598 (ange-ftp-expand-symlink ent
3599 ange-ftp-this-dir))))
3600 (concat file "/")
3601 file))))
3602 completions)))
3603
3604 (if (string-equal "/" ange-ftp-this-dir)
3605 (nconc (all-completions file (ange-ftp-generate-root-prefixes))
3606 (ange-ftp-real-file-name-all-completions file
3607 ange-ftp-this-dir))
3608 (ange-ftp-real-file-name-all-completions file ange-ftp-this-dir)))))
3609
3610 (defun ange-ftp-file-name-completion (file dir)
3611 (let ((ange-ftp-this-dir (expand-file-name dir)))
3612 (if (ange-ftp-ftp-name ange-ftp-this-dir)
3613 (progn
3614 (ange-ftp-barf-if-not-directory ange-ftp-this-dir)
3615 (if (equal file "")
3616 ""
3617 (setq ange-ftp-this-dir
3618 (ange-ftp-real-file-name-as-directory ange-ftp-this-dir)) ;real?
3619 (let* ((tbl (ange-ftp-get-files ange-ftp-this-dir))
3620 (ange-ftp-completion-ignored-pattern
3621 (mapconcat (function
3622 (lambda (s) (if (stringp s)
3623 (concat (regexp-quote s) "$")
3624 "/"))) ; / never in filename
3625 completion-ignored-extensions
3626 "\\|")))
3627 (save-match-data
3628 (or (ange-ftp-file-name-completion-1
3629 file tbl ange-ftp-this-dir
3630 (function ange-ftp-file-entry-not-ignored-p))
3631 (ange-ftp-file-name-completion-1
3632 file tbl ange-ftp-this-dir
3633 (function ange-ftp-file-entry-active-p)))))))
3634
3635 (if (string-equal "/" ange-ftp-this-dir)
3636 (try-completion
3637 file
3638 (nconc (ange-ftp-generate-root-prefixes)
3639 (mapcar 'list
3640 (ange-ftp-real-file-name-all-completions file "/"))))
3641 (ange-ftp-real-file-name-completion file ange-ftp-this-dir)))))
3642
3643
3644 (defun ange-ftp-file-name-completion-1 (file tbl dir predicate)
3645 (let ((bestmatch (try-completion file tbl predicate)))
3646 (if bestmatch
3647 (if (eq bestmatch t)
3648 (if (file-directory-p (expand-file-name file dir))
3649 (concat file "/")
3650 t)
3651 (if (and (eq (try-completion bestmatch tbl predicate) t)
3652 (file-directory-p
3653 (expand-file-name bestmatch dir)))
3654 (concat bestmatch "/")
3655 bestmatch)))))
3656
3657 ;; Put these lines uncommmented in your .emacs if you want C-r to refresh
3658 ;; ange-ftp's cache whilst doing filename completion.
3659 ;;
3660 ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir)
3661 ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir)
3662
3663 ;; Force a re-read of the directory DIR. If DIR is omitted then it defaults
3664 ;; to the directory part of the contents of the current buffer.
3665 (defun ange-ftp-re-read-dir (&optional dir)
3666 (interactive)
3667 (if dir
3668 (setq dir (expand-file-name dir))
3669 (setq dir (file-name-directory (expand-file-name (buffer-string)))))
3670 (if (ange-ftp-ftp-name dir)
3671 (progn
3672 (setq ange-ftp-ls-cache-file nil)
3673 (ange-ftp-del-hash-entry dir ange-ftp-files-hashtable)
3674 (ange-ftp-get-files dir t))))
3675 \f
3676 (defun ange-ftp-make-directory (dir &optional parents)
3677 (interactive (list (expand-file-name (read-file-name "Make directory: "))))
3678 (if parents
3679 (let ((parent (file-name-directory (directory-file-name dir))))
3680 (or (file-exists-p parent)
3681 (ange-ftp-make-directory parent parents))))
3682 (if (file-exists-p dir)
3683 (error "Cannot make directory %s: file already exists" dir)
3684 (let ((parsed (ange-ftp-ftp-name dir)))
3685 (if parsed
3686 (let* ((host (nth 0 parsed))
3687 (user (nth 1 parsed))
3688 ;; Some ftp's on unix machines (at least on Suns)
3689 ;; insist that mkdir take a filename, and not a
3690 ;; directory-name name as an arg. Argh!! This is a bug.
3691 ;; Non-unix machines will probably always insist
3692 ;; that mkdir takes a directory-name as an arg
3693 ;; (as the ftp man page says it should).
3694 (name (ange-ftp-quote-string
3695 (if (eq (ange-ftp-host-type host) 'unix)
3696 (ange-ftp-real-directory-file-name (nth 2 parsed))
3697 (ange-ftp-real-file-name-as-directory
3698 (nth 2 parsed)))))
3699 (abbr (ange-ftp-abbreviate-filename dir))
3700 (result (ange-ftp-send-cmd host user
3701 (list 'mkdir name)
3702 (format "Making directory %s"
3703 abbr))))
3704 (or (car result)
3705 (ange-ftp-error host user
3706 (format "Could not make directory %s: %s"
3707 dir
3708 (cdr result))))
3709 (ange-ftp-add-file-entry dir t))
3710 (ange-ftp-real-make-directory dir)))))
3711
3712 (defun ange-ftp-delete-directory (dir)
3713 (if (file-directory-p dir)
3714 (let ((parsed (ange-ftp-ftp-name dir)))
3715 (if parsed
3716 (let* ((host (nth 0 parsed))
3717 (user (nth 1 parsed))
3718 ;; Some ftp's on unix machines (at least on Suns)
3719 ;; insist that rmdir take a filename, and not a
3720 ;; directory-name name as an arg. Argh!! This is a bug.
3721 ;; Non-unix machines will probably always insist
3722 ;; that rmdir takes a directory-name as an arg
3723 ;; (as the ftp man page says it should).
3724 (name (ange-ftp-quote-string
3725 (if (eq (ange-ftp-host-type host) 'unix)
3726 (ange-ftp-real-directory-file-name
3727 (nth 2 parsed))
3728 (ange-ftp-real-file-name-as-directory
3729 (nth 2 parsed)))))
3730 (abbr (ange-ftp-abbreviate-filename dir))
3731 (result (ange-ftp-send-cmd host user
3732 (list 'rmdir name)
3733 (format "Removing directory %s"
3734 abbr))))
3735 (or (car result)
3736 (ange-ftp-error host user
3737 (format "Could not remove directory %s: %s"
3738 dir
3739 (cdr result))))
3740 (ange-ftp-delete-file-entry dir t))
3741 (ange-ftp-real-delete-directory dir)))
3742 (error "Not a directory: %s" dir)))
3743 \f
3744 ;; Make a local copy of FILE and return its name.
3745
3746 (defun ange-ftp-file-local-copy (file)
3747 (let* ((fn1 (expand-file-name file))
3748 (pa1 (ange-ftp-ftp-name fn1)))
3749 (if pa1
3750 (let ((tmp1 (ange-ftp-make-tmp-name (car pa1))))
3751 (ange-ftp-copy-file-internal fn1 tmp1 t nil
3752 (format "Getting %s" fn1))
3753 tmp1))))
3754
3755 (defvar ange-ftp-waiting-flag nil)
3756
3757 (defun ange-ftp-load (file &optional noerror nomessage nosuffix)
3758 (if (ange-ftp-ftp-name file)
3759 (let ((tryfiles (if nosuffix
3760 (list file)
3761 (list (concat file ".elc") (concat file ".el") file)))
3762 copy)
3763 (while (and tryfiles (not copy))
3764 (catch 'ftp-error
3765 (let ((ange-ftp-waiting-flag t))
3766 (condition-case error
3767 (setq copy (ange-ftp-file-local-copy (car tryfiles)))
3768 (ftp-error nil))))
3769 (setq tryfiles (cdr tryfiles)))
3770 (if copy
3771 (unwind-protect
3772 (funcall 'load copy noerror nomessage nosuffix)
3773 (delete-file copy))
3774 (or noerror
3775 (signal 'file-error (list "Cannot open load file" file)))
3776 nil))
3777 (ange-ftp-real-load file noerror nomessage nosuffix)))
3778
3779 ;; Calculate default-unhandled-directory for a given ange-ftp buffer.
3780 (defun ange-ftp-unhandled-file-name-directory (filename)
3781 (file-name-directory ange-ftp-tmp-name-template))
3782
3783 \f
3784 ;; Need the following functions for making filenames of compressed
3785 ;; files, because some OS's (unlike UNIX) do not allow a filename to
3786 ;; have two extensions.
3787
3788 (defvar ange-ftp-make-compressed-filename-alist nil
3789 "Alist of host-type-specific functions to process file names for compression.
3790 Each element has the form (TYPE . FUNC).
3791 FUNC should take one argument, a file name, and return a list
3792 of the form (COMPRESSING NEWNAME).
3793 COMPRESSING should be t if the specified file should be compressed,
3794 and nil if it should be uncompressed (that is, if it is a compressed file).
3795 NEWNAME should be the name to give the new compressed or uncompressed file.")
3796
3797 (defun ange-ftp-dired-compress-file (name)
3798 (let ((parsed (ange-ftp-ftp-name name))
3799 conversion-func)
3800 (if (and parsed
3801 (setq conversion-func
3802 (cdr (assq (ange-ftp-host-type (car parsed))
3803 ange-ftp-make-compressed-filename-alist))))
3804 (let* ((decision
3805 (save-match-data (funcall conversion-func name)))
3806 (compressing (car decision))
3807 (newfile (nth 1 decision)))
3808 (if compressing
3809 (ange-ftp-compress name newfile)
3810 (ange-ftp-uncompress name newfile)))
3811 (let (file-name-handler-alist)
3812 (dired-compress-file name)))))
3813
3814 ;; Copy FILE to this machine, compress it, and copy out to NFILE.
3815 (defun ange-ftp-compress (file nfile)
3816 (let* ((parsed (ange-ftp-ftp-name file))
3817 (tmp1 (ange-ftp-make-tmp-name (car parsed)))
3818 (tmp2 (ange-ftp-make-tmp-name (car parsed)))
3819 (abbr (ange-ftp-abbreviate-filename file))
3820 (nabbr (ange-ftp-abbreviate-filename nfile))
3821 (msg1 (format "Getting %s" abbr))
3822 (msg2 (format "Putting %s" nabbr)))
3823 (unwind-protect
3824 (progn
3825 (ange-ftp-copy-file-internal file tmp1 t nil msg1)
3826 (and ange-ftp-process-verbose
3827 (ange-ftp-message "Compressing %s..." abbr))
3828 (call-process-region (point)
3829 (point)
3830 shell-file-name
3831 nil
3832 t
3833 nil
3834 "-c"
3835 (format "compress -f -c < %s > %s" tmp1 tmp2))
3836 (and ange-ftp-process-verbose
3837 (ange-ftp-message "Compressing %s...done" abbr))
3838 (if (zerop (buffer-size))
3839 (progn
3840 (let (ange-ftp-process-verbose)
3841 (delete-file file))
3842 (ange-ftp-copy-file-internal tmp2 nfile t nil msg2))))
3843 (ange-ftp-del-tmp-name tmp1)
3844 (ange-ftp-del-tmp-name tmp2))))
3845
3846 ;; Copy FILE to this machine, uncompress it, and copy out to NFILE.
3847 (defun ange-ftp-uncompress (file nfile)
3848 (let* ((parsed (ange-ftp-ftp-name file))
3849 (tmp1 (ange-ftp-make-tmp-name (car parsed)))
3850 (tmp2 (ange-ftp-make-tmp-name (car parsed)))
3851 (abbr (ange-ftp-abbreviate-filename file))
3852 (nabbr (ange-ftp-abbreviate-filename nfile))
3853 (msg1 (format "Getting %s" abbr))
3854 (msg2 (format "Putting %s" nabbr))
3855 ;; ;; Cheap hack because of problems with binary file transfers from
3856 ;; ;; VMS hosts.
3857 ;; (gbinary (not (eq 'vms (ange-ftp-host-type (car parsed)))))
3858 )
3859 (unwind-protect
3860 (progn
3861 (ange-ftp-copy-file-internal file tmp1 t nil msg1)
3862 (and ange-ftp-process-verbose
3863 (ange-ftp-message "Uncompressing %s..." abbr))
3864 (call-process-region (point)
3865 (point)
3866 shell-file-name
3867 nil
3868 t
3869 nil
3870 "-c"
3871 (format "uncompress -c < %s > %s" tmp1 tmp2))
3872 (and ange-ftp-process-verbose
3873 (ange-ftp-message "Uncompressing %s...done" abbr))
3874 (if (zerop (buffer-size))
3875 (progn
3876 (let (ange-ftp-process-verbose)
3877 (delete-file file))
3878 (ange-ftp-copy-file-internal tmp2 nfile t nil msg2))))
3879 (ange-ftp-del-tmp-name tmp1)
3880 (ange-ftp-del-tmp-name tmp2))))
3881
3882 (defun ange-ftp-find-backup-file-name (fn)
3883 ;; Either return the ordinary backup name, etc.,
3884 ;; or return nil meaning don't make a backup.
3885 (if ange-ftp-make-backup-files
3886 (ange-ftp-real-find-backup-file-name fn)))
3887 \f
3888 ;;; Define the handler for special file names
3889 ;;; that causes ange-ftp to be invoked.
3890
3891 ;;;###autoload
3892 (defun ange-ftp-hook-function (operation &rest args)
3893 (let ((fn (get operation 'ange-ftp)))
3894 (if fn (apply fn args)
3895 (ange-ftp-run-real-handler operation args))))
3896
3897
3898 ;;; This regexp takes care of real ange-ftp file names (with a slash
3899 ;;; and colon).
3900 ;;; Don't allow the host name to end in a period--some systems use /.:
3901 ;;;###autoload
3902 (or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist)
3903 (setq file-name-handler-alist
3904 (cons '("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
3905 file-name-handler-alist)))
3906
3907 ;;; This regexp recognizes and absolute filenames with only one component,
3908 ;;; for the sake of hostname completion.
3909 ;;;###autoload
3910 (or (assoc "^/[^/:]*\\'" file-name-handler-alist)
3911 (setq file-name-handler-alist
3912 (cons '("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
3913 file-name-handler-alist)))
3914
3915 ;;; The above two forms are sufficient to cause this file to be loaded
3916 ;;; if the user ever uses a file name with a colon in it.
3917
3918 ;;; This sets the mode
3919 (or (memq 'ange-ftp-set-buffer-mode find-file-hooks)
3920 (setq find-file-hooks
3921 (cons 'ange-ftp-set-buffer-mode find-file-hooks)))
3922
3923 ;;; Now say where to find the handlers for particular operations.
3924
3925 (put 'file-name-directory 'ange-ftp 'ange-ftp-file-name-directory)
3926 (put 'file-name-nondirectory 'ange-ftp 'ange-ftp-file-name-nondirectory)
3927 (put 'file-name-as-directory 'ange-ftp 'ange-ftp-file-name-as-directory)
3928 (put 'directory-file-name 'ange-ftp 'ange-ftp-directory-file-name)
3929 (put 'expand-file-name 'ange-ftp 'ange-ftp-expand-file-name)
3930 (put 'make-directory 'ange-ftp 'ange-ftp-make-directory)
3931 (put 'delete-directory 'ange-ftp 'ange-ftp-delete-directory)
3932 (put 'insert-file-contents 'ange-ftp 'ange-ftp-insert-file-contents)
3933 (put 'directory-files 'ange-ftp 'ange-ftp-directory-files)
3934 (put 'file-directory-p 'ange-ftp 'ange-ftp-file-directory-p)
3935 (put 'file-writable-p 'ange-ftp 'ange-ftp-file-writable-p)
3936 (put 'file-readable-p 'ange-ftp 'ange-ftp-file-readable-p)
3937 (put 'file-executable-p 'ange-ftp 'ange-ftp-file-executable-p)
3938 (put 'file-symlink-p 'ange-ftp 'ange-ftp-file-symlink-p)
3939 (put 'delete-file 'ange-ftp 'ange-ftp-delete-file)
3940 (put 'read-file-name-internal 'ange-ftp 'ange-ftp-read-file-name-internal)
3941 (put 'verify-visited-file-modtime 'ange-ftp
3942 'ange-ftp-verify-visited-file-modtime)
3943 (put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p)
3944 (put 'write-region 'ange-ftp 'ange-ftp-write-region)
3945 (put 'backup-buffer 'ange-ftp 'ange-ftp-backup-buffer)
3946 (put 'copy-file 'ange-ftp 'ange-ftp-copy-file)
3947 (put 'rename-file 'ange-ftp 'ange-ftp-rename-file)
3948 (put 'file-attributes 'ange-ftp 'ange-ftp-file-attributes)
3949 (put 'file-name-all-completions 'ange-ftp 'ange-ftp-file-name-all-completions)
3950 (put 'file-name-completion 'ange-ftp 'ange-ftp-file-name-completion)
3951 (put 'insert-directory 'ange-ftp 'ange-ftp-insert-directory)
3952 (put 'file-local-copy 'ange-ftp 'ange-ftp-file-local-copy)
3953 (put 'unhandled-file-name-directory 'ange-ftp
3954 'ange-ftp-unhandled-file-name-directory)
3955 (put 'file-name-sans-versions 'ange-ftp 'ange-ftp-file-name-sans-versions)
3956 (put 'dired-uncache 'ange-ftp 'ange-ftp-dired-uncache)
3957 (put 'dired-compress-file 'ange-ftp 'ange-ftp-dired-compress-file)
3958 (put 'load 'ange-ftp 'ange-ftp-load)
3959 (put 'find-backup-file-name 'ange-ftp 'ange-ftp-find-backup-file-name)
3960
3961 ;; Turn off truename processing to save time.
3962 ;; Treat each name as its own truename.
3963 (put 'file-truename 'ange-ftp 'identity)
3964
3965 ;; Turn off RCS/SCCS processing to save time.
3966 ;; This returns nil for any file name as argument.
3967 (put 'vc-registered 'ange-ftp 'null)
3968
3969 (put 'dired-call-process 'ange-ftp 'ange-ftp-dired-call-process)
3970 \f
3971 ;;; Define ways of getting at unmodified Emacs primitives,
3972 ;;; turning off our handler.
3973
3974 (defun ange-ftp-run-real-handler (operation args)
3975 (let ((inhibit-file-name-handlers
3976 (cons 'ange-ftp-hook-function
3977 (cons 'ange-ftp-completion-hook-function
3978 (and (eq inhibit-file-name-operation operation)
3979 inhibit-file-name-handlers))))
3980 (inhibit-file-name-operation operation))
3981 (apply operation args)))
3982
3983 (defun ange-ftp-real-file-name-directory (&rest args)
3984 (ange-ftp-run-real-handler 'file-name-directory args))
3985 (defun ange-ftp-real-file-name-nondirectory (&rest args)
3986 (ange-ftp-run-real-handler 'file-name-nondirectory args))
3987 (defun ange-ftp-real-file-name-as-directory (&rest args)
3988 (ange-ftp-run-real-handler 'file-name-as-directory args))
3989 (defun ange-ftp-real-directory-file-name (&rest args)
3990 (ange-ftp-run-real-handler 'directory-file-name args))
3991 (defun ange-ftp-real-expand-file-name (&rest args)
3992 (ange-ftp-run-real-handler 'expand-file-name args))
3993 (defun ange-ftp-real-make-directory (&rest args)
3994 (ange-ftp-run-real-handler 'make-directory args))
3995 (defun ange-ftp-real-delete-directory (&rest args)
3996 (ange-ftp-run-real-handler 'delete-directory args))
3997 (defun ange-ftp-real-insert-file-contents (&rest args)
3998 (ange-ftp-run-real-handler 'insert-file-contents args))
3999 (defun ange-ftp-real-directory-files (&rest args)
4000 (ange-ftp-run-real-handler 'directory-files args))
4001 (defun ange-ftp-real-file-directory-p (&rest args)
4002 (ange-ftp-run-real-handler 'file-directory-p args))
4003 (defun ange-ftp-real-file-writable-p (&rest args)
4004 (ange-ftp-run-real-handler 'file-writable-p args))
4005 (defun ange-ftp-real-file-readable-p (&rest args)
4006 (ange-ftp-run-real-handler 'file-readable-p args))
4007 (defun ange-ftp-real-file-executable-p (&rest args)
4008 (ange-ftp-run-real-handler 'file-executable-p args))
4009 (defun ange-ftp-real-file-symlink-p (&rest args)
4010 (ange-ftp-run-real-handler 'file-symlink-p args))
4011 (defun ange-ftp-real-delete-file (&rest args)
4012 (ange-ftp-run-real-handler 'delete-file args))
4013 (defun ange-ftp-real-read-file-name-internal (&rest args)
4014 (ange-ftp-run-real-handler 'read-file-name-internal args))
4015 (defun ange-ftp-real-verify-visited-file-modtime (&rest args)
4016 (ange-ftp-run-real-handler 'verify-visited-file-modtime args))
4017 (defun ange-ftp-real-file-exists-p (&rest args)
4018 (ange-ftp-run-real-handler 'file-exists-p args))
4019 (defun ange-ftp-real-write-region (&rest args)
4020 (ange-ftp-run-real-handler 'write-region args))
4021 (defun ange-ftp-real-backup-buffer (&rest args)
4022 (ange-ftp-run-real-handler 'backup-buffer args))
4023 (defun ange-ftp-real-copy-file (&rest args)
4024 (ange-ftp-run-real-handler 'copy-file args))
4025 (defun ange-ftp-real-rename-file (&rest args)
4026 (ange-ftp-run-real-handler 'rename-file args))
4027 (defun ange-ftp-real-file-attributes (&rest args)
4028 (ange-ftp-run-real-handler 'file-attributes args))
4029 (defun ange-ftp-real-file-name-all-completions (&rest args)
4030 (ange-ftp-run-real-handler 'file-name-all-completions args))
4031 (defun ange-ftp-real-file-name-completion (&rest args)
4032 (ange-ftp-run-real-handler 'file-name-completion args))
4033 (defun ange-ftp-real-insert-directory (&rest args)
4034 (ange-ftp-run-real-handler 'insert-directory args))
4035 (defun ange-ftp-real-file-name-sans-versions (&rest args)
4036 (ange-ftp-run-real-handler 'file-name-sans-versions args))
4037 (defun ange-ftp-real-shell-command (&rest args)
4038 (ange-ftp-run-real-handler 'shell-command args))
4039 (defun ange-ftp-real-load (&rest args)
4040 (ange-ftp-run-real-handler 'load args))
4041 (defun ange-ftp-real-find-backup-file-name (&rest args)
4042 (ange-ftp-run-real-handler 'find-backup-file-name args))
4043 \f
4044 ;; Here we support using dired on remote hosts.
4045 ;; I have turned off the support for using dired on foreign directory formats.
4046 ;; That involves too many unclean hooks.
4047 ;; It would be cleaner to support such operations by
4048 ;; converting the foreign directory format to something dired can understand;
4049 ;; something close to ls -l output.
4050 ;; The logical place to do this is in the functions ange-ftp-parse-...-listing.
4051
4052 ;; Some of the old dired hooks would still be needed even if this is done.
4053 ;; I have preserved (and modernized) those hooks.
4054 ;; So the format conversion should be all that is needed.
4055
4056 (defun ange-ftp-insert-directory (file switches &optional wildcard full)
4057 (let ((short (ange-ftp-abbreviate-filename file))
4058 (parsed (ange-ftp-ftp-name (expand-file-name file))))
4059 (if parsed
4060 (insert
4061 (if wildcard
4062 (let ((default-directory (file-name-directory file)))
4063 (ange-ftp-ls (file-name-nondirectory file) switches nil nil t))
4064 (ange-ftp-ls file switches full)))
4065 (ange-ftp-real-insert-directory file switches wildcard full))))
4066
4067 (defun ange-ftp-dired-uncache (dir)
4068 (if (ange-ftp-ftp-name (expand-file-name dir))
4069 (setq ange-ftp-ls-cache-file nil)))
4070
4071 (defvar ange-ftp-sans-version-alist nil
4072 "Alist of mapping host type into function to remove file version numbers.")
4073
4074 (defun ange-ftp-file-name-sans-versions (file keep-backup-version)
4075 (setq file (ange-ftp-abbreviate-filename file))
4076 (let ((parsed (ange-ftp-ftp-name file))
4077 host-type func)
4078 (if parsed
4079 (setq host-type (ange-ftp-host-type (car parsed))
4080 func (cdr (assq (ange-ftp-host-type (car parsed))
4081 ange-ftp-sans-version-alist))))
4082 (if func (funcall func file keep-backup-version)
4083 (ange-ftp-real-file-name-sans-versions file keep-backup-version))))
4084
4085 ;;; This doesn't work yet; a new hook needs to be created.
4086 ;;; Maybe the new hook should be in call-process.
4087 (defun ange-ftp-shell-command (command)
4088 (let* ((parsed (ange-ftp-ftp-name default-directory))
4089 (host (nth 0 parsed))
4090 (user (nth 1 parsed))
4091 (name (nth 2 parsed)))
4092 (if (not parsed)
4093 (ange-ftp-real-shell-command command)
4094 (if (> (length name) 0) ; else it's $HOME
4095 (setq command (concat "cd " name "; " command)))
4096 (setq command
4097 (format "%s %s \"%s\"" ; remsh -l USER does not work well
4098 ; on a hp-ux machine I tried
4099 remote-shell-program host command))
4100 (ange-ftp-message "Remote command '%s' ..." command)
4101 ;; Cannot call ange-ftp-real-dired-run-shell-command here as it
4102 ;; would prepend "cd default-directory" --- which bombs because
4103 ;; default-directory is in ange-ftp syntax for remote file names.
4104 (ange-ftp-real-shell-command command))))
4105
4106 ;;; This is the handler for call-process.
4107 (defun ange-ftp-dired-call-process (program discard &rest arguments)
4108 ;; PROGRAM is always one of those below in the cond in dired.el.
4109 ;; The ARGUMENTS are (nearly) always files.
4110 (if (ange-ftp-ftp-name default-directory)
4111 ;; Can't use ange-ftp-dired-host-type here because the current
4112 ;; buffer is *dired-check-process output*
4113 (condition-case oops
4114 (cond ((equal "chmod" program)
4115 (ange-ftp-call-chmod arguments))
4116 ;; ((equal "chgrp" program))
4117 ;; ((equal dired-chown-program program))
4118 (t (error "Unknown remote command: %s" program)))
4119 (ftp-error (insert (format "%s: %s, %s\n"
4120 (nth 1 oops)
4121 (nth 2 oops)
4122 (nth 3 oops)))
4123 ;; Caller expects nonzero value to mean failure.
4124 1)
4125 (error (insert (format "%s\n" (nth 1 oops)))
4126 1))
4127 (apply 'call-process program nil (not discard) nil arguments)))
4128
4129 (defvar ange-ftp-remote-shell "rsh"
4130 "Remote shell to use for chmod, if FTP server rejects the `chmod' command.")
4131
4132 ;; Handle an attempt to run chmod on a remote file
4133 ;; by using the ftp chmod command.
4134 (defun ange-ftp-call-chmod (args)
4135 (if (< (length args) 2)
4136 (error "ange-ftp-call-chmod: missing mode and/or filename: %s" args))
4137 (let ((mode (car args)))
4138 (mapcar
4139 (function
4140 (lambda (file)
4141 (setq file (expand-file-name file))
4142 (let ((parsed (ange-ftp-ftp-name file)))
4143 (if parsed
4144 (let* ((host (nth 0 parsed))
4145 (user (nth 1 parsed))
4146 (name (ange-ftp-quote-string (nth 2 parsed)))
4147 (abbr (ange-ftp-abbreviate-filename file))
4148 (result (ange-ftp-send-cmd host user
4149 (list 'chmod mode name)
4150 (format "doing chmod %s"
4151 abbr))))
4152 (or (car result)
4153 (call-process
4154 ange-ftp-remote-shell
4155 nil t nil host "chmod" mode name)))))))
4156 (cdr args)))
4157 (setq ange-ftp-ls-cache-file nil) ;Stop confusing Dired.
4158 0)
4159 \f
4160 ;;; This is turned off because it has nothing properly to do
4161 ;;; with dired. It could be reasonable to adapt this to
4162 ;;; replace ange-ftp-copy-file.
4163
4164 ;;;;; ------------------------------------------------------------
4165 ;;;;; Noddy support for async copy-file within dired.
4166 ;;;;; ------------------------------------------------------------
4167
4168 ;;(defun ange-ftp-dired-copy-file (from to ok-flag &optional cont nowait)
4169 ;; "Documented as original."
4170 ;; (dired-handle-overwrite to)
4171 ;; (ange-ftp-copy-file-internal from to ok-flag dired-copy-preserve-time nil
4172 ;; cont nowait))
4173
4174 ;;(defun ange-ftp-dired-do-create-files (op-symbol file-creator operation arg
4175 ;; &optional marker-char op1
4176 ;; how-to)
4177 ;; "Documented as original."
4178 ;; ;; we need to let ange-ftp-dired-create-files know that we indirectly
4179 ;; ;; called it rather than somebody else.
4180 ;; (let ((ange-ftp-dired-do-create-files t)) ; tell who caller is
4181 ;; (ange-ftp-real-dired-do-create-files op-symbol file-creator operation
4182 ;; arg marker-char op1 how-to)))
4183
4184 ;;(defun ange-ftp-dired-create-files (file-creator operation fn-list name-constructor
4185 ;; &optional marker-char)
4186 ;; "Documented as original."
4187 ;; (if (and (boundp 'ange-ftp-dired-do-create-files)
4188 ;; ;; called from ange-ftp-dired-do-create-files?
4189 ;; ange-ftp-dired-do-create-files
4190 ;; ;; any files worth copying?
4191 ;; fn-list
4192 ;; ;; we only support async copy-file at the mo.
4193 ;; (eq file-creator 'dired-copy-file)
4194 ;; ;; it is only worth calling the alternative function for remote files
4195 ;; ;; as we tie ourself in recursive knots otherwise.
4196 ;; (or (ange-ftp-ftp-name (car fn-list))
4197 ;; ;; we can only call the name constructor for dired-do-create-files
4198 ;; ;; since the one for regexps starts prompting here, there and
4199 ;; ;; everywhere.
4200 ;; (ange-ftp-ftp-name (funcall name-constructor (car fn-list)))))
4201 ;; ;; use the process-filter driven routine rather than the iterative one.
4202 ;; (ange-ftp-dcf-1 file-creator
4203 ;; operation
4204 ;; fn-list
4205 ;; name-constructor
4206 ;; (and (boundp 'target) target) ;dynamically bound
4207 ;; marker-char
4208 ;; (current-buffer)
4209 ;; nil ;overwrite-query
4210 ;; nil ;overwrite-backup-query
4211 ;; nil ;failures
4212 ;; nil ;skipped
4213 ;; 0 ;success-count
4214 ;; (length fn-list) ;total
4215 ;; )
4216 ;; ;; normal case... use the interactive routine... much cheaper.
4217 ;; (ange-ftp-real-dired-create-files file-creator operation fn-list
4218 ;; name-constructor marker-char)))
4219
4220 ;;(defun ange-ftp-dcf-1 (file-creator operation fn-list name-constructor
4221 ;; target marker-char buffer overwrite-query
4222 ;; overwrite-backup-query failures skipped
4223 ;; success-count total)
4224 ;; (let ((old-buf (current-buffer)))
4225 ;; (unwind-protect
4226 ;; (progn
4227 ;; (set-buffer buffer)
4228 ;; (if (null fn-list)
4229 ;; (ange-ftp-dcf-3 failures operation total skipped
4230 ;; success-count buffer)
4231
4232 ;; (let* ((from (car fn-list))
4233 ;; (to (funcall name-constructor from)))
4234 ;; (if (equal to from)
4235 ;; (progn
4236 ;; (setq to nil)
4237 ;; (dired-log "Cannot %s to same file: %s\n"
4238 ;; (downcase operation) from)))
4239 ;; (if (not to)
4240 ;; (ange-ftp-dcf-1 file-creator
4241 ;; operation
4242 ;; (cdr fn-list)
4243 ;; name-constructor
4244 ;; target
4245 ;; marker-char
4246 ;; buffer
4247 ;; overwrite-query
4248 ;; overwrite-backup-query
4249 ;; failures
4250 ;; (cons (dired-make-relative from) skipped)
4251 ;; success-count
4252 ;; total)
4253 ;; (let* ((overwrite (file-exists-p to))
4254 ;; (overwrite-confirmed ; for dired-handle-overwrite
4255 ;; (and overwrite
4256 ;; (let ((help-form '(format "\
4257 ;;Type SPC or `y' to overwrite file `%s',
4258 ;;DEL or `n' to skip to next,
4259 ;;ESC or `q' to not overwrite any of the remaining files,
4260 ;;`!' to overwrite all remaining files with no more questions." to)))
4261 ;; (dired-query 'overwrite-query
4262 ;; "Overwrite `%s'?" to))))
4263 ;; ;; must determine if FROM is marked before file-creator
4264 ;; ;; gets a chance to delete it (in case of a move).
4265 ;; (actual-marker-char
4266 ;; (cond ((integerp marker-char) marker-char)
4267 ;; (marker-char (dired-file-marker from)) ; slow
4268 ;; (t nil))))
4269 ;; (condition-case err
4270 ;; (funcall file-creator from to overwrite-confirmed
4271 ;; (list (function ange-ftp-dcf-2)
4272 ;; nil ;err
4273 ;; file-creator operation fn-list
4274 ;; name-constructor
4275 ;; target
4276 ;; marker-char actual-marker-char
4277 ;; buffer to from
4278 ;; overwrite
4279 ;; overwrite-confirmed
4280 ;; overwrite-query
4281 ;; overwrite-backup-query
4282 ;; failures skipped success-count
4283 ;; total)
4284 ;; t)
4285 ;; (file-error ; FILE-CREATOR aborted
4286 ;; (ange-ftp-dcf-2 nil ;result
4287 ;; nil ;line
4288 ;; err
4289 ;; file-creator operation fn-list
4290 ;; name-constructor
4291 ;; target
4292 ;; marker-char actual-marker-char
4293 ;; buffer to from
4294 ;; overwrite
4295 ;; overwrite-confirmed
4296 ;; overwrite-query
4297 ;; overwrite-backup-query
4298 ;; failures skipped success-count
4299 ;; total))))))))
4300 ;; (set-buffer old-buf))))
4301
4302 ;;(defun ange-ftp-dcf-2 (result line err
4303 ;; file-creator operation fn-list
4304 ;; name-constructor
4305 ;; target
4306 ;; marker-char actual-marker-char
4307 ;; buffer to from
4308 ;; overwrite
4309 ;; overwrite-confirmed
4310 ;; overwrite-query
4311 ;; overwrite-backup-query
4312 ;; failures skipped success-count
4313 ;; total)
4314 ;; (let ((old-buf (current-buffer)))
4315 ;; (unwind-protect
4316 ;; (progn
4317 ;; (set-buffer buffer)
4318 ;; (if (or err (not result))
4319 ;; (progn
4320 ;; (setq failures (cons (dired-make-relative from) failures))
4321 ;; (dired-log "%s `%s' to `%s' failed:\n%s\n"
4322 ;; operation from to (or err line)))
4323 ;; (if overwrite
4324 ;; ;; If we get here, file-creator hasn't been aborted
4325 ;; ;; and the old entry (if any) has to be deleted
4326 ;; ;; before adding the new entry.
4327 ;; (dired-remove-file to))
4328 ;; (setq success-count (1+ success-count))
4329 ;; (message "%s: %d of %d" operation success-count total)
4330 ;; (dired-add-file to actual-marker-char))
4331
4332 ;; (ange-ftp-dcf-1 file-creator operation (cdr fn-list)
4333 ;; name-constructor
4334 ;; target
4335 ;; marker-char
4336 ;; buffer
4337 ;; overwrite-query
4338 ;; overwrite-backup-query
4339 ;; failures skipped success-count
4340 ;; total))
4341 ;; (set-buffer old-buf))))
4342
4343 ;;(defun ange-ftp-dcf-3 (failures operation total skipped success-count
4344 ;; buffer)
4345 ;; (let ((old-buf (current-buffer)))
4346 ;; (unwind-protect
4347 ;; (progn
4348 ;; (set-buffer buffer)
4349 ;; (cond
4350 ;; (failures
4351 ;; (dired-log-summary
4352 ;; (message "%s failed for %d of %d file%s %s"
4353 ;; operation (length failures) total
4354 ;; (dired-plural-s total) failures)))
4355 ;; (skipped
4356 ;; (dired-log-summary
4357 ;; (message "%s: %d of %d file%s skipped %s"
4358 ;; operation (length skipped) total
4359 ;; (dired-plural-s total) skipped)))
4360 ;; (t
4361 ;; (message "%s: %s file%s."
4362 ;; operation success-count (dired-plural-s success-count))))
4363 ;; (dired-move-to-filename))
4364 ;; (set-buffer old-buf))))
4365 \f
4366 ;;;; -----------------------------------------------
4367 ;;;; Unix Descriptive Listing (dl) Support
4368 ;;;; -----------------------------------------------
4369
4370 ;; This is turned off because nothing uses it currently
4371 ;; and because I don't understand what it's supposed to be for. --rms.
4372
4373 ;;(defconst ange-ftp-dired-dl-re-dir
4374 ;; "^. [^ /]+/[ \n]"
4375 ;; "Regular expression to use to search for dl directories.")
4376
4377 ;;(or (assq 'unix:dl ange-ftp-dired-re-dir-alist)
4378 ;; (setq ange-ftp-dired-re-dir-alist
4379 ;; (cons (cons 'unix:dl ange-ftp-dired-dl-re-dir)
4380 ;; ange-ftp-dired-re-dir-alist)))
4381
4382 ;;(defun ange-ftp-dired-dl-move-to-filename (&optional raise-error eol)
4383 ;; "In dired, move to the first character of the filename on this line."
4384 ;; ;; This is the Unix dl version.
4385 ;; (or eol (setq eol (progn (end-of-line) (point))))
4386 ;; (let (case-fold-search)
4387 ;; (beginning-of-line)
4388 ;; (if (looking-at ". [^ ]+ +\\([0-9]+\\|-\\|=\\) ")
4389 ;; (goto-char (+ (point) 2))
4390 ;; (if raise-error
4391 ;; (error "No file on this line")
4392 ;; nil))))
4393
4394 ;;(or (assq 'unix:dl ange-ftp-dired-move-to-filename-alist)
4395 ;; (setq ange-ftp-dired-move-to-filename-alist
4396 ;; (cons '(unix:dl . ange-ftp-dired-dl-move-to-filename)
4397 ;; ange-ftp-dired-move-to-filename-alist)))
4398
4399 ;;(defun ange-ftp-dired-dl-move-to-end-of-filename (&optional no-error eol)
4400 ;; ;; Assumes point is at beginning of filename.
4401 ;; ;; So, it should be called only after (dired-move-to-filename t).
4402 ;; ;; On failure, signals an error or returns nil.
4403 ;; ;; This is the Unix dl version.
4404 ;; (let ((opoint (point))
4405 ;; case-fold-search hidden)
4406 ;; (or eol (setq eol (save-excursion (end-of-line) (point))))
4407 ;; (setq hidden (and selective-display
4408 ;; (save-excursion
4409 ;; (search-forward "\r" eol t))))
4410 ;; (if hidden
4411 ;; (if no-error
4412 ;; nil
4413 ;; (error
4414 ;; (substitute-command-keys
4415 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")))
4416 ;; (skip-chars-forward "^ /" eol)
4417 ;; (if (eq opoint (point))
4418 ;; (if no-error
4419 ;; nil
4420 ;; (error "No file on this line"))
4421 ;; (point)))))
4422
4423 ;;(or (assq 'unix:dl ange-ftp-dired-move-to-end-of-filename-alist)
4424 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
4425 ;; (cons '(unix:dl . ange-ftp-dired-dl-move-to-end-of-filename)
4426 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
4427 \f
4428 ;;;; ------------------------------------------------------------
4429 ;;;; VOS support (VOS support is probably broken,
4430 ;;;; but I don't know anything about VOS.)
4431 ;;;; ------------------------------------------------------------
4432 ;
4433 ;(defun ange-ftp-fix-name-for-vos (name &optional reverse)
4434 ; (setq name (copy-sequence name))
4435 ; (let ((from (if reverse ?\> ?\/))
4436 ; (to (if reverse ?\/ ?\>))
4437 ; (i (1- (length name))))
4438 ; (while (>= i 0)
4439 ; (if (= (aref name i) from)
4440 ; (aset name i to))
4441 ; (setq i (1- i)))
4442 ; name))
4443 ;
4444 ;(or (assq 'vos ange-ftp-fix-name-func-alist)
4445 ; (setq ange-ftp-fix-name-func-alist
4446 ; (cons '(vos . ange-ftp-fix-name-for-vos)
4447 ; ange-ftp-fix-name-func-alist)))
4448 ;
4449 ;(or (memq 'vos ange-ftp-dumb-host-types)
4450 ; (setq ange-ftp-dumb-host-types
4451 ; (cons 'vos ange-ftp-dumb-host-types)))
4452 ;
4453 ;(defun ange-ftp-fix-dir-name-for-vos (dir-name)
4454 ; (ange-ftp-fix-name-for-vos
4455 ; (concat dir-name
4456 ; (if (eq ?/ (aref dir-name (1- (length dir-name))))
4457 ; "" "/")
4458 ; "*")))
4459 ;
4460 ;(or (assq 'vos ange-ftp-fix-dir-name-func-alist)
4461 ; (setq ange-ftp-fix-dir-name-func-alist
4462 ; (cons '(vos . ange-ftp-fix-dir-name-for-vos)
4463 ; ange-ftp-fix-dir-name-func-alist)))
4464 ;
4465 ;(defvar ange-ftp-vos-host-regexp nil
4466 ; "If a host matches this regexp then it is assumed to be running VOS.")
4467 ;
4468 ;(defun ange-ftp-vos-host (host)
4469 ; (and ange-ftp-vos-host-regexp
4470 ; (save-match-data
4471 ; (string-match ange-ftp-vos-host-regexp host))))
4472 ;
4473 ;(defun ange-ftp-parse-vos-listing ()
4474 ; "Parse the current buffer which is assumed to be in VOS list -all
4475 ;format, and return a hashtable as the result."
4476 ; (let ((tbl (ange-ftp-make-hashtable))
4477 ; (type-list
4478 ; '(("^Files: [0-9]+ +Blocks: [0-9]+\n+" nil 40)
4479 ; ("^Dirs: [0-9]+\n+" t 30)))
4480 ; type-regexp type-is-dir type-col file)
4481 ; (goto-char (point-min))
4482 ; (save-match-data
4483 ; (while type-list
4484 ; (setq type-regexp (car (car type-list))
4485 ; type-is-dir (nth 1 (car type-list))
4486 ; type-col (nth 2 (car type-list))
4487 ; type-list (cdr type-list))
4488 ; (if (re-search-forward type-regexp nil t)
4489 ; (while (eq (char-after (point)) ? )
4490 ; (move-to-column type-col)
4491 ; (setq file (buffer-substring (point)
4492 ; (progn
4493 ; (end-of-line 1)
4494 ; (point))))
4495 ; (ange-ftp-put-hash-entry file type-is-dir tbl)
4496 ; (forward-line 1))))
4497 ; (ange-ftp-put-hash-entry "." 'vosdir tbl)
4498 ; (ange-ftp-put-hash-entry ".." 'vosdir tbl))
4499 ; tbl))
4500 ;
4501 ;(or (assq 'vos ange-ftp-parse-list-func-alist)
4502 ; (setq ange-ftp-parse-list-func-alist
4503 ; (cons '(vos . ange-ftp-parse-vos-listing)
4504 ; ange-ftp-parse-list-func-alist)))
4505 \f
4506 ;;;; ------------------------------------------------------------
4507 ;;;; VMS support.
4508 ;;;; ------------------------------------------------------------
4509
4510 ;; Convert NAME from UNIX-ish to VMS. If REVERSE given then convert from VMS
4511 ;; to UNIX-ish.
4512 (defun ange-ftp-fix-name-for-vms (name &optional reverse)
4513 (save-match-data
4514 (if reverse
4515 (if (string-match "^\\([^:]+:\\)?\\(\\[.*\\]\\)?\\([^][]*\\)$" name)
4516 (let (drive dir file)
4517 (if (match-beginning 1)
4518 (setq drive (substring name
4519 (match-beginning 1)
4520 (match-end 1))))
4521 (if (match-beginning 2)
4522 (setq dir
4523 (substring name (match-beginning 2) (match-end 2))))
4524 (if (match-beginning 3)
4525 (setq file
4526 (substring name (match-beginning 3) (match-end 3))))
4527 (and dir
4528 (setq dir (apply (function concat)
4529 (mapcar (function
4530 (lambda (char)
4531 (if (= char ?.)
4532 (vector ?/)
4533 (vector char))))
4534 (substring dir 1 -1)))))
4535 (concat (and drive
4536 (concat "/" drive "/"))
4537 dir (and dir "/")
4538 file))
4539 (error "name %s didn't match" name))
4540 (let (drive dir file tmp)
4541 (if (string-match "^/[^:]+:/" name)
4542 (setq drive (substring name 1
4543 (1- (match-end 0)))
4544 name (substring name (match-end 0))))
4545 (setq tmp (file-name-directory name))
4546 (if tmp
4547 (setq dir (apply (function concat)
4548 (mapcar (function
4549 (lambda (char)
4550 (if (= char ?/)
4551 (vector ?.)
4552 (vector char))))
4553 (substring tmp 0 -1)))))
4554 (setq file (file-name-nondirectory name))
4555 (concat drive
4556 (and dir (concat "[" (if drive nil ".") dir "]"))
4557 file)))))
4558
4559 ;; (ange-ftp-fix-name-for-vms "/PUB$:/ANONYMOUS/SDSCPUB/NEXT/Readme.txt;1")
4560 ;; (ange-ftp-fix-name-for-vms "/PUB$:[ANONYMOUS.SDSCPUB.NEXT]Readme.txt;1" t)
4561
4562 (or (assq 'vms ange-ftp-fix-name-func-alist)
4563 (setq ange-ftp-fix-name-func-alist
4564 (cons '(vms . ange-ftp-fix-name-for-vms)
4565 ange-ftp-fix-name-func-alist)))
4566
4567 (or (memq 'vms ange-ftp-dumb-host-types)
4568 (setq ange-ftp-dumb-host-types
4569 (cons 'vms ange-ftp-dumb-host-types)))
4570
4571 ;; It is important that this function barf for directories for which we know
4572 ;; that we cannot possibly get a directory listing, such as "/" and "/DEV:/".
4573 ;; This is because it saves an unnecessary FTP error, or possibly the listing
4574 ;; might succeed, but give erroneous info. This last case is particularly
4575 ;; likely for OS's (like MTS) for which we need to use a wildcard in order
4576 ;; to list a directory.
4577
4578 ;; Convert name from UNIX-ish to VMS ready for a DIRectory listing.
4579 (defun ange-ftp-fix-dir-name-for-vms (dir-name)
4580 ;; Should there be entries for .. -> [-] and . -> [] below. Don't
4581 ;; think so, because expand-filename should have already short-circuited
4582 ;; them.
4583 (cond ((string-equal dir-name "/")
4584 (error "Cannot get listing for fictitious \"/\" directory."))
4585 ((string-match "^/[-A-Z0-9_$]+:/$" dir-name)
4586 (error "Cannot get listing for device."))
4587 ((ange-ftp-fix-name-for-vms dir-name))))
4588
4589 (or (assq 'vms ange-ftp-fix-dir-name-func-alist)
4590 (setq ange-ftp-fix-dir-name-func-alist
4591 (cons '(vms . ange-ftp-fix-dir-name-for-vms)
4592 ange-ftp-fix-dir-name-func-alist)))
4593
4594 (defvar ange-ftp-vms-host-regexp nil)
4595
4596 ;; Return non-nil if HOST is running VMS.
4597 (defun ange-ftp-vms-host (host)
4598 (and ange-ftp-vms-host-regexp
4599 (save-match-data
4600 (string-match ange-ftp-vms-host-regexp host))))
4601
4602 ;; Because some VMS ftp servers convert filenames to lower case
4603 ;; we allow a-z in the filename regexp. I'm not too happy about this.
4604
4605 (defconst ange-ftp-vms-filename-regexp
4606 (concat
4607 "\\(\\([_A-Za-z0-9$]?\\|[_A-Za-z0-9$][-_A-Za-z0-9$]*\\)\\."
4608 "[-_A-Za-z0-9$]*;+[0-9]*\\)")
4609 "Regular expression to match for a valid VMS file name in Dired buffer.
4610 Stupid freaking bug! Position of _ and $ shouldn't matter but they do.
4611 Having [A-Z0-9$_] bombs on filename _$$CHANGE_LOG$.TXT$ and $CHANGE_LOG$.TX
4612 Other orders of $ and _ seem to all work just fine.")
4613
4614 ;; These parsing functions are as general as possible because the syntax
4615 ;; of ftp listings from VMS hosts is a bit erratic. What saves us is that
4616 ;; the VMS filename syntax is so rigid. If they bomb on a listing in the
4617 ;; standard VMS Multinet format, then this is a bug. If they bomb on a listing
4618 ;; from vms.weird.net, then too bad.
4619
4620 ;; Extract the next filename from a VMS dired-like listing.
4621 (defun ange-ftp-parse-vms-filename ()
4622 (if (re-search-forward
4623 ange-ftp-vms-filename-regexp
4624 nil t)
4625 (buffer-substring (match-beginning 0) (match-end 0))))
4626
4627 ;; Parse the current buffer which is assumed to be in MultiNet FTP dir
4628 ;; format, and return a hashtable as the result.
4629 (defun ange-ftp-parse-vms-listing ()
4630 (let ((tbl (ange-ftp-make-hashtable))
4631 file)
4632 (goto-char (point-min))
4633 (save-match-data
4634 (while (setq file (ange-ftp-parse-vms-filename))
4635 (if (string-match "\\.\\(DIR\\|dir\\);[0-9]+" file)
4636 ;; deal with directories
4637 (ange-ftp-put-hash-entry
4638 (substring file 0 (match-beginning 0)) t tbl)
4639 (ange-ftp-put-hash-entry file nil tbl)
4640 (if (string-match ";[0-9]+$" file) ; deal with extension
4641 ;; sans extension
4642 (ange-ftp-put-hash-entry
4643 (substring file 0 (match-beginning 0)) nil tbl)))
4644 (forward-line 1))
4645 ;; Would like to look for a "Total" line, or a "Directory" line to
4646 ;; make sure that the listing isn't complete garbage before putting
4647 ;; in "." and "..", but we can't even count on all VAX's giving us
4648 ;; either of these.
4649 (ange-ftp-put-hash-entry "." t tbl)
4650 (ange-ftp-put-hash-entry ".." t tbl))
4651 tbl))
4652
4653 (or (assq 'vms ange-ftp-parse-list-func-alist)
4654 (setq ange-ftp-parse-list-func-alist
4655 (cons '(vms . ange-ftp-parse-vms-listing)
4656 ange-ftp-parse-list-func-alist)))
4657
4658 ;; This version only deletes file entries which have
4659 ;; explicit version numbers, because that is all VMS allows.
4660
4661 ;; Can the following two functions be speeded up using file
4662 ;; completion functions?
4663
4664 (defun ange-ftp-vms-delete-file-entry (name &optional dir-p)
4665 (if dir-p
4666 (ange-ftp-internal-delete-file-entry name t)
4667 (save-match-data
4668 (let ((file (ange-ftp-get-file-part name)))
4669 (if (string-match ";[0-9]+$" file)
4670 ;; In VMS you can't delete a file without an explicit
4671 ;; version number, or wild-card (e.g. FOO;*)
4672 ;; For now, we give up on wildcards.
4673 (let ((files (ange-ftp-get-hash-entry
4674 (file-name-directory name)
4675 ange-ftp-files-hashtable)))
4676 (if files
4677 (let* ((root (substring file 0
4678 (match-beginning 0)))
4679 (regexp (concat "^"
4680 (regexp-quote root)
4681 ";[0-9]+$"))
4682 versions)
4683 (ange-ftp-del-hash-entry file files)
4684 ;; Now we need to check if there are any
4685 ;; versions left. If not, then delete the
4686 ;; root entry.
4687 (mapatoms
4688 '(lambda (sym)
4689 (and (string-match regexp (get sym 'key))
4690 (setq versions t)))
4691 files)
4692 (or versions
4693 (ange-ftp-del-hash-entry root files))))))))))
4694
4695 (or (assq 'vms ange-ftp-delete-file-entry-alist)
4696 (setq ange-ftp-delete-file-entry-alist
4697 (cons '(vms . ange-ftp-vms-delete-file-entry)
4698 ange-ftp-delete-file-entry-alist)))
4699
4700 (defun ange-ftp-vms-add-file-entry (name &optional dir-p)
4701 (if dir-p
4702 (ange-ftp-internal-add-file-entry name t)
4703 (let ((files (ange-ftp-get-hash-entry
4704 (file-name-directory name)
4705 ange-ftp-files-hashtable)))
4706 (if files
4707 (let ((file (ange-ftp-get-file-part name)))
4708 (save-match-data
4709 (if (string-match ";[0-9]+$" file)
4710 (ange-ftp-put-hash-entry
4711 (substring file 0 (match-beginning 0))
4712 nil files)
4713 ;; Need to figure out what version of the file
4714 ;; is being added.
4715 (let ((regexp (concat "^"
4716 (regexp-quote file)
4717 ";\\([0-9]+\\)$"))
4718 (version 0))
4719 (mapatoms
4720 '(lambda (sym)
4721 (let ((name (get sym 'key)))
4722 (and (string-match regexp name)
4723 (setq version
4724 (max version
4725 (string-to-int
4726 (substring name
4727 (match-beginning 1)
4728 (match-end 1))))))))
4729 files)
4730 (setq version (1+ version))
4731 (ange-ftp-put-hash-entry
4732 (concat file ";" (int-to-string version))
4733 nil files))))
4734 (ange-ftp-put-hash-entry file nil files))))))
4735
4736 (or (assq 'vms ange-ftp-add-file-entry-alist)
4737 (setq ange-ftp-add-file-entry-alist
4738 (cons '(vms . ange-ftp-vms-add-file-entry)
4739 ange-ftp-add-file-entry-alist)))
4740
4741
4742 (defun ange-ftp-add-vms-host (host)
4743 "Mark HOST as the name of a machine running VMS."
4744 (interactive
4745 (list (read-string "Host: "
4746 (let ((name (or (buffer-file-name) default-directory)))
4747 (and name (car (ange-ftp-ftp-name name)))))))
4748 (if (not (ange-ftp-vms-host host))
4749 (setq ange-ftp-vms-host-regexp
4750 (concat "^" (regexp-quote host) "$"
4751 (and ange-ftp-vms-host-regexp "\\|")
4752 ange-ftp-vms-host-regexp)
4753 ange-ftp-host-cache nil)))
4754
4755
4756 (defun ange-ftp-vms-file-name-as-directory (name)
4757 (save-match-data
4758 (if (string-match "\\.\\(DIR\\|dir\\)\\(;[0-9]+\\)?$" name)
4759 (setq name (substring name 0 (match-beginning 0))))
4760 (ange-ftp-real-file-name-as-directory name)))
4761
4762 (or (assq 'vms ange-ftp-file-name-as-directory-alist)
4763 (setq ange-ftp-file-name-as-directory-alist
4764 (cons '(vms . ange-ftp-vms-file-name-as-directory)
4765 ange-ftp-file-name-as-directory-alist)))
4766
4767 ;;; Tree dired support:
4768
4769 ;; For this code I have borrowed liberally from Sebastian Kremer's
4770 ;; dired-vms.el
4771
4772
4773 ;;;; These regexps must be anchored to beginning of line.
4774 ;;;; Beware that the ftpd may put the device in front of the filename.
4775
4776 ;;(defconst ange-ftp-dired-vms-re-exe "^. [^ \t.]+\\.\\(EXE\\|exe\\)[; ]"
4777 ;; "Regular expression to use to search for VMS executable files.")
4778
4779 ;;(defconst ange-ftp-dired-vms-re-dir "^. [^ \t.]+\\.\\(DIR\\|dir\\)[; ]"
4780 ;; "Regular expression to use to search for VMS directories.")
4781
4782 ;;(or (assq 'vms ange-ftp-dired-re-exe-alist)
4783 ;; (setq ange-ftp-dired-re-exe-alist
4784 ;; (cons (cons 'vms ange-ftp-dired-vms-re-exe)
4785 ;; ange-ftp-dired-re-exe-alist)))
4786
4787 ;;(or (assq 'vms ange-ftp-dired-re-dir-alist)
4788 ;; (setq ange-ftp-dired-re-dir-alist
4789 ;; (cons (cons 'vms ange-ftp-dired-vms-re-dir)
4790 ;; ange-ftp-dired-re-dir-alist)))
4791
4792 ;;(defun ange-ftp-dired-vms-insert-headerline (dir)
4793 ;; ;; VMS inserts a headerline. I would prefer the headerline
4794 ;; ;; to be in ange-ftp format. This version tries to
4795 ;; ;; be careful, because we can't count on a headerline
4796 ;; ;; over ftp, and we wouldn't want to delete anything
4797 ;; ;; important.
4798 ;; (save-excursion
4799 ;; (if (looking-at "^ wildcard ")
4800 ;; (forward-line 1))
4801 ;; (if (looking-at "^[ \n\t]*[^\n]+\\][ \t]*\n")
4802 ;; (delete-region (point) (match-end 0))))
4803 ;; (ange-ftp-real-dired-insert-headerline dir))
4804
4805 ;;(or (assq 'vms ange-ftp-dired-insert-headerline-alist)
4806 ;; (setq ange-ftp-dired-insert-headerline-alist
4807 ;; (cons '(vms . ange-ftp-dired-vms-insert-headerline)
4808 ;; ange-ftp-dired-insert-headerline-alist)))
4809
4810 ;;(defun ange-ftp-dired-vms-move-to-filename (&optional raise-error eol)
4811 ;; "In dired, move to first char of filename on this line.
4812 ;;Returns position (point) or nil if no filename on this line."
4813 ;; ;; This is the VMS version.
4814 ;; (let (case-fold-search)
4815 ;; (or eol (setq eol (progn (end-of-line) (point))))
4816 ;; (beginning-of-line)
4817 ;; (if (re-search-forward ange-ftp-vms-filename-regexp eol t)
4818 ;; (goto-char (match-beginning 1))
4819 ;; (if raise-error
4820 ;; (error "No file on this line")
4821 ;; nil))))
4822
4823 ;;(or (assq 'vms ange-ftp-dired-move-to-filename-alist)
4824 ;; (setq ange-ftp-dired-move-to-filename-alist
4825 ;; (cons '(vms . ange-ftp-dired-vms-move-to-filename)
4826 ;; ange-ftp-dired-move-to-filename-alist)))
4827
4828 ;;(defun ange-ftp-dired-vms-move-to-end-of-filename (&optional no-error eol)
4829 ;; ;; Assumes point is at beginning of filename.
4830 ;; ;; So, it should be called only after (dired-move-to-filename t).
4831 ;; ;; case-fold-search must be nil, at least for VMS.
4832 ;; ;; On failure, signals an error or returns nil.
4833 ;; ;; This is the VMS version.
4834 ;; (let (opoint hidden case-fold-search)
4835 ;; (setq opoint (point))
4836 ;; (or eol (setq eol (save-excursion (end-of-line) (point))))
4837 ;; (setq hidden (and selective-display
4838 ;; (save-excursion (search-forward "\r" eol t))))
4839 ;; (if hidden
4840 ;; nil
4841 ;; (re-search-forward ange-ftp-vms-filename-regexp eol t))
4842 ;; (or no-error
4843 ;; (not (eq opoint (point)))
4844 ;; (error
4845 ;; (if hidden
4846 ;; (substitute-command-keys
4847 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")
4848 ;; "No file on this line")))
4849 ;; (if (eq opoint (point))
4850 ;; nil
4851 ;; (point))))
4852
4853 ;;(or (assq 'vms ange-ftp-dired-move-to-end-of-filename-alist)
4854 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
4855 ;; (cons '(vms . ange-ftp-dired-vms-move-to-end-of-filename)
4856 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
4857
4858 ;;(defun ange-ftp-dired-vms-between-files ()
4859 ;; (save-excursion
4860 ;; (beginning-of-line)
4861 ;; (or (equal (following-char) 10) ; newline
4862 ;; (equal (following-char) 9) ; tab
4863 ;; (progn (forward-char 2)
4864 ;; (or (looking-at "Total of")
4865 ;; (equal (following-char) 32))))))
4866
4867 ;;(or (assq 'vms ange-ftp-dired-between-files-alist)
4868 ;; (setq ange-ftp-dired-between-files-alist
4869 ;; (cons '(vms . ange-ftp-dired-vms-between-files)
4870 ;; ange-ftp-dired-between-files-alist)))
4871
4872 ;; Beware! In VMS filenames must be of the form "FILE.TYPE".
4873 ;; Therefore, we cannot just append a ".Z" to filenames for
4874 ;; compressed files. Instead, we turn "FILE.TYPE" into
4875 ;; "FILE.TYPE-Z". Hope that this is a reasonable thing to do.
4876
4877 (defun ange-ftp-vms-make-compressed-filename (name &optional reverse)
4878 (cond
4879 ((string-match "-Z;[0-9]+$" name)
4880 (list nil (substring name 0 (match-beginning 0))))
4881 ((string-match ";[0-9]+$" name)
4882 (list nil (substring name 0 (match-beginning 0))))
4883 ((string-match "-Z$" name)
4884 (list nil (substring name 0 -2)))
4885 (t
4886 (list t
4887 (if (string-match ";[0-9]+$" name)
4888 (concat (substring name 0 (match-beginning 0))
4889 "-Z")
4890 (concat name "-Z"))))))
4891
4892 (or (assq 'vms ange-ftp-make-compressed-filename-alist)
4893 (setq ange-ftp-make-compressed-filename-alist
4894 (cons '(vms . ange-ftp-vms-make-compressed-filename)
4895 ange-ftp-make-compressed-filename-alist)))
4896
4897 ;;;; When the filename is too long, VMS will use two lines to list a file
4898 ;;;; (damn them!) This will confuse dired. To solve this, need to convince
4899 ;;;; Sebastian to use a function dired-go-to-end-of-file-line, instead of
4900 ;;;; (forward-line 1). This would require a number of changes to dired.el.
4901 ;;;; If dired gets confused, revert-buffer will fix it.
4902
4903 ;;(defun ange-ftp-dired-vms-ls-trim ()
4904 ;; (goto-char (point-min))
4905 ;; (let ((case-fold-search nil))
4906 ;; (re-search-forward ange-ftp-vms-filename-regexp))
4907 ;; (beginning-of-line)
4908 ;; (delete-region (point-min) (point))
4909 ;; (forward-line 1)
4910 ;; (delete-region (point) (point-max)))
4911
4912
4913 ;;(or (assq 'vms ange-ftp-dired-ls-trim-alist)
4914 ;; (setq ange-ftp-dired-ls-trim-alist
4915 ;; (cons '(vms . ange-ftp-dired-vms-ls-trim)
4916 ;; ange-ftp-dired-ls-trim-alist)))
4917
4918 (defun ange-ftp-vms-sans-version (name &rest args)
4919 (save-match-data
4920 (if (string-match ";[0-9]+$" name)
4921 (substring name 0 (match-beginning 0))
4922 name)))
4923
4924 (or (assq 'vms ange-ftp-sans-version-alist)
4925 (setq ange-ftp-sans-version-alist
4926 (cons '(vms . ange-ftp-vms-sans-version)
4927 ange-ftp-sans-version-alist)))
4928
4929 ;;(defvar ange-ftp-file-version-alist)
4930
4931 ;;;;; The vms version of clean-directory has 2 more optional args
4932 ;;;;; than the usual dired version. This is so that it can be used by
4933 ;;;;; ange-ftp-dired-vms-flag-backup-files.
4934
4935 ;;(defun ange-ftp-dired-vms-clean-directory (keep &optional marker msg)
4936 ;; "Flag numerical backups for deletion.
4937 ;;Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
4938 ;;Positive prefix arg KEEP overrides `dired-kept-versions';
4939 ;;Negative prefix arg KEEP overrides `kept-old-versions' with KEEP made positive.
4940
4941 ;;To clear the flags on these files, you can use \\[dired-flag-backup-files]
4942 ;;with a prefix argument."
4943 ;;; (interactive "P") ; Never actually called interactively.
4944 ;; (setq keep (max 1 (if keep (prefix-numeric-value keep) dired-kept-versions)))
4945 ;; (let ((early-retention (if (< keep 0) (- keep) kept-old-versions))
4946 ;; ;; late-retention must NEVER be allowed to be less than 1 in VMS!
4947 ;; ;; This could wipe ALL copies of the file.
4948 ;; (late-retention (max 1 (if (<= keep 0) dired-kept-versions keep)))
4949 ;; (action (or msg "Cleaning"))
4950 ;; (ange-ftp-trample-marker (or marker dired-del-marker))
4951 ;; (ange-ftp-file-version-alist ()))
4952 ;; (message (concat action
4953 ;; " numerical backups (keeping %d late, %d old)...")
4954 ;; late-retention early-retention)
4955 ;; ;; Look at each file.
4956 ;; ;; If the file has numeric backup versions,
4957 ;; ;; put on ange-ftp-file-version-alist an element of the form
4958 ;; ;; (FILENAME . VERSION-NUMBER-LIST)
4959 ;; (dired-map-dired-file-lines (function
4960 ;; ange-ftp-dired-vms-collect-file-versions))
4961 ;; ;; Sort each VERSION-NUMBER-LIST,
4962 ;; ;; and remove the versions not to be deleted.
4963 ;; (let ((fval ange-ftp-file-version-alist))
4964 ;; (while fval
4965 ;; (let* ((sorted-v-list (cons 'q (sort (cdr (car fval)) '<)))
4966 ;; (v-count (length sorted-v-list)))
4967 ;; (if (> v-count (+ early-retention late-retention))
4968 ;; (rplacd (nthcdr early-retention sorted-v-list)
4969 ;; (nthcdr (- v-count late-retention)
4970 ;; sorted-v-list)))
4971 ;; (rplacd (car fval)
4972 ;; (cdr sorted-v-list)))
4973 ;; (setq fval (cdr fval))))
4974 ;; ;; Look at each file. If it is a numeric backup file,
4975 ;; ;; find it in a VERSION-NUMBER-LIST and maybe flag it for deletion.
4976 ;; (dired-map-dired-file-lines
4977 ;; (function
4978 ;; ange-ftp-dired-vms-trample-file-versions mark))
4979 ;; (message (concat action " numerical backups...done"))))
4980
4981 ;;(or (assq 'vms ange-ftp-dired-clean-directory-alist)
4982 ;; (setq ange-ftp-dired-clean-directory-alist
4983 ;; (cons '(vms . ange-ftp-dired-vms-clean-directory)
4984 ;; ange-ftp-dired-clean-directory-alist)))
4985
4986 ;;(defun ange-ftp-dired-vms-collect-file-versions (fn)
4987 ;; ;; "If it looks like file FN has versions, return a list of the versions.
4988 ;; ;;That is a list of strings which are file names.
4989 ;; ;;The caller may want to flag some of these files for deletion."
4990 ;;(let ((name (nth 2 (ange-ftp-ftp-name fn))))
4991 ;; (if (string-match ";[0-9]+$" name)
4992 ;; (let* ((name (substring name 0 (match-beginning 0)))
4993 ;; (fn (ange-ftp-replace-name-component fn name)))
4994 ;; (if (not (assq fn ange-ftp-file-version-alist))
4995 ;; (let* ((base-versions
4996 ;; (concat (file-name-nondirectory name) ";"))
4997 ;; (bv-length (length base-versions))
4998 ;; (possibilities (file-name-all-completions
4999 ;; base-versions
5000 ;; (file-name-directory fn)))
5001 ;; (versions (mapcar
5002 ;; '(lambda (arg)
5003 ;; (if (and (string-match
5004 ;; "[0-9]+$" arg bv-length)
5005 ;; (= (match-beginning 0) bv-length))
5006 ;; (string-to-int (substring arg bv-length))
5007 ;; 0))
5008 ;; possibilities)))
5009 ;; (if versions
5010 ;; (setq
5011 ;; ange-ftp-file-version-alist
5012 ;; (cons (cons fn versions)
5013 ;; ange-ftp-file-version-alist)))))))))
5014
5015 ;;(defun ange-ftp-dired-vms-trample-file-versions (fn)
5016 ;; (let* ((start-vn (string-match ";[0-9]+$" fn))
5017 ;; base-version-list)
5018 ;; (and start-vn
5019 ;; (setq base-version-list ; there was a base version to which
5020 ;; (assoc (substring fn 0 start-vn) ; this looks like a
5021 ;; ange-ftp-file-version-alist)) ; subversion
5022 ;; (not (memq (string-to-int (substring fn (1+ start-vn)))
5023 ;; base-version-list)) ; this one doesn't make the cut
5024 ;; (progn (beginning-of-line)
5025 ;; (delete-char 1)
5026 ;; (insert ange-ftp-trample-marker)))))
5027
5028 ;;(defun ange-ftp-dired-vms-flag-backup-files (&optional unflag-p)
5029 ;; (let ((dired-kept-versions 1)
5030 ;; (kept-old-versions 0)
5031 ;; marker msg)
5032 ;; (if unflag-p
5033 ;; (setq marker ?\040 msg "Unflagging")
5034 ;; (setq marker dired-del-marker msg "Cleaning"))
5035 ;; (ange-ftp-dired-vms-clean-directory nil marker msg)))
5036
5037 ;;(or (assq 'vms ange-ftp-dired-flag-backup-files-alist)
5038 ;; (setq ange-ftp-dired-flag-backup-files-alist
5039 ;; (cons '(vms . ange-ftp-dired-vms-flag-backup-files)
5040 ;; ange-ftp-dired-flag-backup-files-alist)))
5041
5042 ;;(defun ange-ftp-dired-vms-backup-diff (&optional switches)
5043 ;; (let ((file (dired-get-filename 'no-dir))
5044 ;; bak)
5045 ;; (if (and (string-match ";[0-9]+$" file)
5046 ;; ;; Find most recent previous version.
5047 ;; (let ((root (substring file 0 (match-beginning 0)))
5048 ;; (ver
5049 ;; (string-to-int (substring file (1+ (match-beginning 0)))))
5050 ;; found)
5051 ;; (setq ver (1- ver))
5052 ;; (while (and (> ver 0) (not found))
5053 ;; (setq bak (concat root ";" (int-to-string ver)))
5054 ;; (and (file-exists-p bak) (setq found t))
5055 ;; (setq ver (1- ver)))
5056 ;; found))
5057 ;; (if switches
5058 ;; (diff (expand-file-name bak) (expand-file-name file) switches)
5059 ;; (diff (expand-file-name bak) (expand-file-name file)))
5060 ;; (error "No previous version found for %s" file))))
5061
5062 ;;(or (assq 'vms ange-ftp-dired-backup-diff-alist)
5063 ;; (setq ange-ftp-dired-backup-diff-alist
5064 ;; (cons '(vms . ange-ftp-dired-vms-backup-diff)
5065 ;; ange-ftp-dired-backup-diff-alist)))
5066
5067 \f
5068 ;;;; ------------------------------------------------------------
5069 ;;;; MTS support
5070 ;;;; ------------------------------------------------------------
5071
5072
5073 ;; Convert NAME from UNIX-ish to MTS. If REVERSE given then convert from
5074 ;; MTS to UNIX-ish.
5075 (defun ange-ftp-fix-name-for-mts (name &optional reverse)
5076 (save-match-data
5077 (if reverse
5078 (if (string-match "^\\([^:]+:\\)?\\(.*\\)$" name)
5079 (let (acct file)
5080 (if (match-beginning 1)
5081 (setq acct (substring name 0 (match-end 1))))
5082 (if (match-beginning 2)
5083 (setq file (substring name
5084 (match-beginning 2) (match-end 2))))
5085 (concat (and acct (concat "/" acct "/"))
5086 file))
5087 (error "name %s didn't match" name))
5088 (if (string-match "^/\\([^:]+:\\)/\\(.*\\)$" name)
5089 (concat (substring name 1 (match-end 1))
5090 (substring name (match-beginning 2) (match-end 2)))
5091 ;; Let's hope that mts will recognize it anyway.
5092 name))))
5093
5094 (or (assq 'mts ange-ftp-fix-name-func-alist)
5095 (setq ange-ftp-fix-name-func-alist
5096 (cons '(mts . ange-ftp-fix-name-for-mts)
5097 ange-ftp-fix-name-func-alist)))
5098
5099 ;; Convert name from UNIX-ish to MTS ready for a DIRectory listing.
5100 ;; Remember that there are no directories in MTS.
5101 (defun ange-ftp-fix-dir-name-for-mts (dir-name)
5102 (if (string-equal dir-name "/")
5103 (error "Cannot get listing for fictitious \"/\" directory.")
5104 (let ((dir-name (ange-ftp-fix-name-for-mts dir-name)))
5105 (cond
5106 ((string-equal dir-name "")
5107 "?")
5108 ((string-match ":$" dir-name)
5109 (concat dir-name "?"))
5110 (dir-name))))) ; It's just a single file.
5111
5112 (or (assq 'mts ange-ftp-fix-dir-name-func-alist)
5113 (setq ange-ftp-fix-dir-name-func-alist
5114 (cons '(mts . ange-ftp-fix-dir-name-for-mts)
5115 ange-ftp-fix-dir-name-func-alist)))
5116
5117 (or (memq 'mts ange-ftp-dumb-host-types)
5118 (setq ange-ftp-dumb-host-types
5119 (cons 'mts ange-ftp-dumb-host-types)))
5120
5121 (defvar ange-ftp-mts-host-regexp nil)
5122
5123 ;; Return non-nil if HOST is running MTS.
5124 (defun ange-ftp-mts-host (host)
5125 (and ange-ftp-mts-host-regexp
5126 (save-match-data
5127 (string-match ange-ftp-mts-host-regexp host))))
5128
5129 ;; Parse the current buffer which is assumed to be in mts ftp dir format.
5130 (defun ange-ftp-parse-mts-listing ()
5131 (let ((tbl (ange-ftp-make-hashtable)))
5132 (goto-char (point-min))
5133 (save-match-data
5134 (while (re-search-forward ange-ftp-date-regexp nil t)
5135 (end-of-line)
5136 (skip-chars-backward " ")
5137 (let ((end (point)))
5138 (skip-chars-backward "-A-Z0-9_.!")
5139 (ange-ftp-put-hash-entry (buffer-substring (point) end) nil tbl))
5140 (forward-line 1)))
5141 ;; Don't need to bother with ..
5142 (ange-ftp-put-hash-entry "." t tbl)
5143 tbl))
5144
5145 (or (assq 'mts ange-ftp-parse-list-func-alist)
5146 (setq ange-ftp-parse-list-func-alist
5147 (cons '(mts . ange-ftp-parse-mts-listing)
5148 ange-ftp-parse-list-func-alist)))
5149
5150 (defun ange-ftp-add-mts-host (host)
5151 "Mark HOST as the name of a machine running MTS."
5152 (interactive
5153 (list (read-string "Host: "
5154 (let ((name (or (buffer-file-name) default-directory)))
5155 (and name (car (ange-ftp-ftp-name name)))))))
5156 (if (not (ange-ftp-mts-host host))
5157 (setq ange-ftp-mts-host-regexp
5158 (concat "^" (regexp-quote host) "$"
5159 (and ange-ftp-mts-host-regexp "\\|")
5160 ange-ftp-mts-host-regexp)
5161 ange-ftp-host-cache nil)))
5162
5163 ;;; Tree dired support:
5164
5165 ;;;; There aren't too many systems left that use MTS. This dired support will
5166 ;;;; work for the implementation of ftp on mtsg.ubc.ca. I hope other mts systems
5167 ;;;; implement ftp in the same way. If not, it might be necessary to make the
5168 ;;;; following more flexible.
5169
5170 ;;(defun ange-ftp-dired-mts-move-to-filename (&optional raise-error eol)
5171 ;; "In dired, move to first char of filename on this line.
5172 ;;Returns position (point) or nil if no filename on this line."
5173 ;; ;; This is the MTS version.
5174 ;; (or eol (setq eol (progn (end-of-line) (point))))
5175 ;; (beginning-of-line)
5176 ;; (if (re-search-forward
5177 ;; ange-ftp-date-regexp eol t)
5178 ;; (progn
5179 ;; (skip-chars-forward " ") ; Eat blanks after date
5180 ;; (skip-chars-forward "0-9:" eol) ; Eat time or year
5181 ;; (skip-chars-forward " " eol) ; one space before filename
5182 ;; ;; When listing an account other than the users own account it appends
5183 ;; ;; ACCT: to the beginning of the filename. Skip over this.
5184 ;; (and (looking-at "[A-Z0-9_.]+:")
5185 ;; (goto-char (match-end 0)))
5186 ;; (point))
5187 ;; (if raise-error
5188 ;; (error "No file on this line")
5189 ;; nil)))
5190
5191 ;;(or (assq 'mts ange-ftp-dired-move-to-filename-alist)
5192 ;; (setq ange-ftp-dired-move-to-filename-alist
5193 ;; (cons '(mts . ange-ftp-dired-mts-move-to-filename)
5194 ;; ange-ftp-dired-move-to-filename-alist)))
5195
5196 ;;(defun ange-ftp-dired-mts-move-to-end-of-filename (&optional no-error eol)
5197 ;; ;; Assumes point is at beginning of filename.
5198 ;; ;; So, it should be called only after (dired-move-to-filename t).
5199 ;; ;; On failure, signals an error or returns nil.
5200 ;; ;; This is the MTS version.
5201 ;; (let (opoint hidden case-fold-search)
5202 ;; (setq opoint (point)
5203 ;; eol (save-excursion (end-of-line) (point))
5204 ;; hidden (and selective-display
5205 ;; (save-excursion (search-forward "\r" eol t))))
5206 ;; (if hidden
5207 ;; nil
5208 ;; (skip-chars-forward "-A-Z0-9._!" eol))
5209 ;; (or no-error
5210 ;; (not (eq opoint (point)))
5211 ;; (error
5212 ;; (if hidden
5213 ;; (substitute-command-keys
5214 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")
5215 ;; "No file on this line")))
5216 ;; (if (eq opoint (point))
5217 ;; nil
5218 ;; (point))))
5219
5220 ;;(or (assq 'mts ange-ftp-dired-move-to-end-of-filename-alist)
5221 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
5222 ;; (cons '(mts . ange-ftp-dired-mts-move-to-end-of-filename)
5223 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
5224 \f
5225 ;;;; ------------------------------------------------------------
5226 ;;;; CMS support
5227 ;;;; ------------------------------------------------------------
5228
5229 ;; Since CMS doesn't have any full file name syntax, we have to fudge
5230 ;; things with cd's. We actually send too many cd's, but it's dangerous
5231 ;; to try to remember the current minidisk, because if the connection
5232 ;; is closed and needs to be reopened, we will find ourselves back in
5233 ;; the default minidisk. This is fairly likely since CMS ftp servers
5234 ;; usually close the connection after 5 minutes of inactivity.
5235
5236 ;; Have I got the filename character set right?
5237
5238 (defun ange-ftp-fix-name-for-cms (name &optional reverse)
5239 (save-match-data
5240 (if reverse
5241 ;; Since we only convert output from a pwd in this direction,
5242 ;; we'll assume that it's a minidisk, and make it into a
5243 ;; directory file name. Note that the expand-dir-hashtable
5244 ;; stores directories without the trailing /. Is this
5245 ;; consistent?
5246 (concat "/" name)
5247 (if (string-match "^/\\([-A-Z0-9$*._]+\\)/\\([-A-Z0-9$._]+\\)?$"
5248 name)
5249 (let ((minidisk (substring name 1 (match-end 1))))
5250 (if (match-beginning 2)
5251 (let ((file (substring name (match-beginning 2)
5252 (match-end 2)))
5253 (cmd (concat "cd " minidisk))
5254
5255 ;; Note that host and user are bound in the call
5256 ;; to ange-ftp-send-cmd
5257 (proc (ange-ftp-get-process ange-ftp-this-host
5258 ange-ftp-this-user)))
5259
5260 ;; Must use ange-ftp-raw-send-cmd here to avoid
5261 ;; an infinite loop.
5262 (if (car (ange-ftp-raw-send-cmd proc cmd ange-ftp-this-msg))
5263 file
5264 ;; failed... try ONCE more.
5265 (setq proc (ange-ftp-get-process ange-ftp-this-host
5266 ange-ftp-this-user))
5267 (let ((result (ange-ftp-raw-send-cmd proc cmd
5268 ange-ftp-this-msg)))
5269 (if (car result)
5270 file
5271 ;; failed. give up.
5272 (ange-ftp-error ange-ftp-this-host ange-ftp-this-user
5273 (format "cd to minidisk %s failed: %s"
5274 minidisk (cdr result)))))))
5275 ;; return the minidisk
5276 minidisk))
5277 (error "Invalid CMS filename")))))
5278
5279 (or (assq 'cms ange-ftp-fix-name-func-alist)
5280 (setq ange-ftp-fix-name-func-alist
5281 (cons '(cms . ange-ftp-fix-name-for-cms)
5282 ange-ftp-fix-name-func-alist)))
5283
5284 (or (memq 'cms ange-ftp-dumb-host-types)
5285 (setq ange-ftp-dumb-host-types
5286 (cons 'cms ange-ftp-dumb-host-types)))
5287
5288 ;; Convert name from UNIX-ish to CMS ready for a DIRectory listing.
5289 (defun ange-ftp-fix-dir-name-for-cms (dir-name)
5290 (cond
5291 ((string-equal "/" dir-name)
5292 (error "Cannot get listing for fictitious \"/\" directory."))
5293 ((string-match "^/\\([-A-Z0-9$*._]+\\)/\\([-A-Z0-9$._]+\\)?$" dir-name)
5294 (let* ((minidisk (substring dir-name (match-beginning 1) (match-end 1)))
5295 ;; host and user are bound in the call to ange-ftp-send-cmd
5296 (proc (ange-ftp-get-process ange-ftp-this-host ange-ftp-this-user))
5297 (cmd (concat "cd " minidisk))
5298 (file (if (match-beginning 2)
5299 ;; it's a single file
5300 (substring dir-name (match-beginning 2)
5301 (match-end 2))
5302 ;; use the wild-card
5303 "*")))
5304 (if (car (ange-ftp-raw-send-cmd proc cmd))
5305 file
5306 ;; try again...
5307 (setq proc (ange-ftp-get-process ange-ftp-this-host
5308 ange-ftp-this-user))
5309 (let ((result (ange-ftp-raw-send-cmd proc cmd)))
5310 (if (car result)
5311 file
5312 ;; give up
5313 (ange-ftp-error ange-ftp-this-host ange-ftp-this-user
5314 (format "cd to minidisk %s failed: %s"
5315 minidisk (cdr result))))))))
5316 (t (error "Invalid CMS file name"))))
5317
5318 (or (assq 'cms ange-ftp-fix-dir-name-func-alist)
5319 (setq ange-ftp-fix-dir-name-func-alist
5320 (cons '(cms . ange-ftp-fix-dir-name-for-cms)
5321 ange-ftp-fix-dir-name-func-alist)))
5322
5323 (defvar ange-ftp-cms-host-regexp nil
5324 "Regular expression to match hosts running the CMS operating system.")
5325
5326 ;; Return non-nil if HOST is running CMS.
5327 (defun ange-ftp-cms-host (host)
5328 (and ange-ftp-cms-host-regexp
5329 (save-match-data
5330 (string-match ange-ftp-cms-host-regexp host))))
5331
5332 (defun ange-ftp-add-cms-host (host)
5333 "Mark HOST as the name of a CMS host."
5334 (interactive
5335 (list (read-string "Host: "
5336 (let ((name (or (buffer-file-name) default-directory)))
5337 (and name (car (ange-ftp-ftp-name name)))))))
5338 (if (not (ange-ftp-cms-host host))
5339 (setq ange-ftp-cms-host-regexp
5340 (concat "^" (regexp-quote host) "$"
5341 (and ange-ftp-cms-host-regexp "\\|")
5342 ange-ftp-cms-host-regexp)
5343 ange-ftp-host-cache nil)))
5344
5345 (defun ange-ftp-parse-cms-listing ()
5346 ;; Parse the current buffer which is assumed to be a CMS directory listing.
5347 ;; If we succeed in getting a listing, then we will assume that the minidisk
5348 ;; exists. file is bound by the call to ange-ftp-ls. This doesn't work
5349 ;; because ange-ftp doesn't know that the root hashtable has only part of
5350 ;; the info. It will assume that if a minidisk isn't in it, then it doesn't
5351 ;; exist. It would be nice if completion worked for minidisks, as we
5352 ;; discover them.
5353 ; (let* ((dir-file (directory-file-name file))
5354 ; (root (file-name-directory dir-file))
5355 ; (minidisk (ange-ftp-get-file-part dir-file))
5356 ; (root-tbl (ange-ftp-get-hash-entry root ange-ftp-files-hashtable)))
5357 ; (if root-tbl
5358 ; (ange-ftp-put-hash-entry minidisk t root-tbl)
5359 ; (setq root-tbl (ange-ftp-make-hashtable))
5360 ; (ange-ftp-put-hash-entry minidisk t root-tbl)
5361 ; (ange-ftp-put-hash-entry "." t root-tbl)
5362 ; (ange-ftp-set-files root root-tbl)))
5363 ;; Now do the usual parsing
5364 (let ((tbl (ange-ftp-make-hashtable)))
5365 (goto-char (point-min))
5366 (save-match-data
5367 (while
5368 (re-search-forward
5369 "^\\([-A-Z0-9$_]+\\) +\\([-A-Z0-9$_]+\\) +[VF] +[0-9]+ " nil t)
5370 (ange-ftp-put-hash-entry
5371 (concat (buffer-substring (match-beginning 1)
5372 (match-end 1))
5373 "."
5374 (buffer-substring (match-beginning 2)
5375 (match-end 2)))
5376 nil tbl)
5377 (forward-line 1))
5378 (ange-ftp-put-hash-entry "." t tbl))
5379 tbl))
5380
5381 (or (assq 'cms ange-ftp-parse-list-func-alist)
5382 (setq ange-ftp-parse-list-func-alist
5383 (cons '(cms . ange-ftp-parse-cms-listing)
5384 ange-ftp-parse-list-func-alist)))
5385
5386 ;;;;; Tree dired support:
5387
5388 ;;(defconst ange-ftp-dired-cms-re-exe
5389 ;; "^. [-A-Z0-9$_]+ +EXEC "
5390 ;; "Regular expression to use to search for CMS executables.")
5391
5392 ;;(or (assq 'cms ange-ftp-dired-re-exe-alist)
5393 ;; (setq ange-ftp-dired-re-exe-alist
5394 ;; (cons (cons 'cms ange-ftp-dired-cms-re-exe)
5395 ;; ange-ftp-dired-re-exe-alist)))
5396
5397
5398 ;;(defun ange-ftp-dired-cms-insert-headerline (dir)
5399 ;; ;; CMS has no total line, so we insert a blank line for
5400 ;; ;; aesthetics.
5401 ;; (insert "\n")
5402 ;; (forward-char -1)
5403 ;; (ange-ftp-real-dired-insert-headerline dir))
5404
5405 ;;(or (assq 'cms ange-ftp-dired-insert-headerline-alist)
5406 ;; (setq ange-ftp-dired-insert-headerline-alist
5407 ;; (cons '(cms . ange-ftp-dired-cms-insert-headerline)
5408 ;; ange-ftp-dired-insert-headerline-alist)))
5409
5410 ;;(defun ange-ftp-dired-cms-move-to-filename (&optional raise-error eol)
5411 ;; "In dired, move to the first char of filename on this line."
5412 ;; ;; This is the CMS version.
5413 ;; (or eol (setq eol (progn (end-of-line) (point))))
5414 ;; (let (case-fold-search)
5415 ;; (beginning-of-line)
5416 ;; (if (re-search-forward " [-A-Z0-9$_]+ +[-A-Z0-9$_]+ +[VF] +[0-9]+ " eol t)
5417 ;; (goto-char (1+ (match-beginning 0)))
5418 ;; (if raise-error
5419 ;; (error "No file on this line")
5420 ;; nil))))
5421
5422 ;;(or (assq 'cms ange-ftp-dired-move-to-filename-alist)
5423 ;; (setq ange-ftp-dired-move-to-filename-alist
5424 ;; (cons '(cms . ange-ftp-dired-cms-move-to-filename)
5425 ;; ange-ftp-dired-move-to-filename-alist)))
5426
5427 ;;(defun ange-ftp-dired-cms-move-to-end-of-filename (&optional no-error eol)
5428 ;; ;; Assumes point is at beginning of filename.
5429 ;; ;; So, it should be called only after (dired-move-to-filename t).
5430 ;; ;; case-fold-search must be nil, at least for VMS.
5431 ;; ;; On failure, signals an error or returns nil.
5432 ;; ;; This is the CMS version.
5433 ;; (let ((opoint (point))
5434 ;; case-fold-search hidden)
5435 ;; (or eol (setq eol (save-excursion (end-of-line) (point))))
5436 ;; (setq hidden (and selective-display
5437 ;; (save-excursion
5438 ;; (search-forward "\r" eol t))))
5439 ;; (if hidden
5440 ;; (if no-error
5441 ;; nil
5442 ;; (error
5443 ;; (substitute-command-keys
5444 ;; "File line is hidden, type \\[dired-hide-subdir] to unhide")))
5445 ;; (skip-chars-forward "-A-Z0-9$_" eol)
5446 ;; (skip-chars-forward " " eol)
5447 ;; (skip-chars-forward "-A-Z0-9$_" eol)
5448 ;; (if (eq opoint (point))
5449 ;; (if no-error
5450 ;; nil
5451 ;; (error "No file on this line"))
5452 ;; (point)))))
5453
5454 ;;(or (assq 'cms ange-ftp-dired-move-to-end-of-filename-alist)
5455 ;; (setq ange-ftp-dired-move-to-end-of-filename-alist
5456 ;; (cons '(cms . ange-ftp-dired-cms-move-to-end-of-filename)
5457 ;; ange-ftp-dired-move-to-end-of-filename-alist)))
5458
5459 (defun ange-ftp-cms-make-compressed-filename (name &optional reverse)
5460 (if (string-match "-Z$" name)
5461 (list nil (substring name 0 -2))
5462 (list t (concat name "-Z"))))
5463
5464 (or (assq 'cms ange-ftp-make-compressed-filename-alist)
5465 (setq ange-ftp-make-compressed-filename-alist
5466 (cons '(cms . ange-ftp-cms-make-compressed-filename)
5467 ange-ftp-make-compressed-filename-alist)))
5468
5469 ;;(defun ange-ftp-dired-cms-get-filename (&optional localp no-error-if-not-filep)
5470 ;; (let ((name (ange-ftp-real-dired-get-filename localp no-error-if-not-filep)))
5471 ;; (and name
5472 ;; (if (string-match "^\\([^ ]+\\) +\\([^ ]+\\)$" name)
5473 ;; (concat (substring name 0 (match-end 1))
5474 ;; "."
5475 ;; (substring name (match-beginning 2) (match-end 2)))
5476 ;; name))))
5477
5478 ;;(or (assq 'cms ange-ftp-dired-get-filename-alist)
5479 ;; (setq ange-ftp-dired-get-filename-alist
5480 ;; (cons '(cms . ange-ftp-dired-cms-get-filename)
5481 ;; ange-ftp-dired-get-filename-alist)))
5482 \f
5483 ;;;; ------------------------------------------------------------
5484 ;;;; Finally provide package.
5485 ;;;; ------------------------------------------------------------
5486
5487 (provide 'ange-ftp)
5488
5489 ;;; ange-ftp.el ends here