[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ip-tcp/ftp patches



On July 6 a set of patches to FTP was posted to SLUG.  As posted, the 
patches contained an error of omission.  Another function must be patched, 
or (at least) probe-file will break.


Change (in sys:ip-tcp;tcp-ftp)

(defmethod (:parse-directory-response unix-tcp-ftp-file-access-path) (line pathname dir-cmd)
  (selector dir-cmd string-equal

To

(defmethod (:parse-directory-response unix-tcp-ftp-file-access-path) (line pathname dir-cmd)
  (selector dir-cmd ftp-command-equal


- Steve Olson
  MIT Lincoln Laboratory
  olson@juliet.ll.mit.edu