Re: EFS 1.6 bug: bug or not?
Paul B. Poh (iddpbp@iddis.com)
Fri, 20 May 94 17:24:21 EDT
-----------
Paul B. Poh (ppoh@iddis.com)
Software Development
IDD Information Services
From: Paul B. Poh <ppoh@iddis.com>
Subject: EFS 1.6 bug: Problems with PC/TCP FTP server
Fellow efs'ers:
I appear to be unsuccesful in getting efs to work with PC/TCP's (v2.3) FTP
server for DOS. The following is my efs setup in my .emacs file
-----
(require 'efs)
(efs-add-host 'dos:ftp "ppoh")
----
After starting emacs, I attempted to perform a 'dired on my PC.
I include the transcript of the ftp session.
open ppoh
Connected to iddpbp.iddis.com.
220-iddpbp.iddis.com PC/TCP FTP Server v2.3 by FTP Software ready
220 Connection is automatically closed if idle for 5 minutes
ftp> quote user "ppoh"
331 User OK, send password
ftp> quote pass Turtle Power!
230 ppoh logged in at D:\WINPLUS\SRC
ftp> hash
Hash mark printing on (8192 bytes/hash mark).
ftp> quote pwd
250 Current working directory is D:\WINPLUS\SRC
ls "-al Current/Current/Current/Current/." /tmp/efsa06654
ftp> 200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/Current/.
10 bytes received in 0.0075 seconds (1.3 Kbytes/s)
ftp> ls "-al Current/Current/Current/." /tmp/efsa06654
200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/.
10 bytes received in 0.0055 seconds (1.8 Kbytes/s)
ftp> ls "-al Current/Current/Current/Current/Current/." /tmp/efsa06654
200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/Current/Current/.
10 bytes received in 0.0082 seconds (1.2 Kbytes/s)
ftp> ls "-al Current/Current/Current/Current/." /tmp/efsa06654
200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/Current/.
10 bytes received in 0.18 seconds (0.055 Kbytes/s)
ftp> ls "-al Current/Current/Current/Current/." /tmp/efsa06654
200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/Current/.
10 bytes received in 0.0088 seconds (1.1 Kbytes/s)
ftp> ls "-al Current/Current/Current/Current/Current/." /tmp/efsa06654
200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/Current/Current/.
10 bytes received in 0.013 seconds (0.75 Kbytes/s)
ftp> ls "-al Current/Current/Current/Current/." /tmp/efsa06654
200 Port OK
150 Opening data connection
226 Transfer successful. Closing data connection
local: /tmp/efsa06654 remote: -al Current/Current/Current/Current/.
10 bytes received in 0.0069 seconds (1.4 Kbytes/s)
ftp>
Thanks for any help that you can provide.
Emacs : GNU Emacs 19.22.1 of Thu Jan 6 1994 on IDDSS2 (berkeley-unix)
Package: efs
current state:
==============
(setq
efs-19-version "1.6/1.3"
efs-cu-version "1.6/1.1"
efs-defun-version "1.6/1.3"
efs-dired-version "1.6/1.8"
efs-netrc-version "1.6/1.0"
efs-ovwrt-version "1.6/1.3"
efs-report-version "1.5/1.1"
efs-version "1.6/1.11"
efs-36-bit-binary-file-name-regexp nil
efs-anonymous-umask nil
efs-auto-save 0
efs-auto-save-remotely nil
efs-backup-by-copying nil
efs-binary-file-name-regexp "\\.\\([zZ]\\|gz\\|lzh\\|arc\\|zip\\|zoo\\|ta[rz]\\|dvi\\|ps\\|elc\\|gif\\|Z-part-..\\|tpz\\|exe\\|mpg\\|TZ[a-z]?\\)\\(~\\|~[0-9]+~\\)?$\\|\\.\\(ARC\\|ELC\\|TAGS\\|EXE\\|ZIP\\|DVI|ZOO\\|GIF\\)\\([.#;][0-9]+\\)?$"
efs-buffer-name-case nil
efs-compute-remote-buffer-file-truename nil
efs-ding-on-chmod-failure t
efs-ding-on-umask-failure t
efs-disable-netrc-security-check nil
efs-expire-ftp-buffers t
efs-fancy-buffer-names "%s@%s"
efs-ftp-buffer-expire-time nil
efs-ftp-program-args '("-i" "-n" "-g" "-v")
efs-gateway-hash-mark-size nil
efs-gateway-incoming-binary-hm-size nil
efs-generate-anonymous-password t
efs-hash-mark-size 8192
efs-high-security-hosts nil
efs-incoming-binary-hm-size nil
efs-local-apollo-unix nil
efs-ls-cache-max 5
efs-make-backup-files '(unix sysV-unix bsd-unix next-unix apollo-unix dumb-unix super-dumb-unix)
efs-max-ftp-buffer-size 3000
efs-maximize-idle nil
efs-message-interval 0
efs-nlist-cmd "ls"
efs-nslookup-on-connect nil
efs-nslookup-program "nslookup"
efs-prompt-for-transfer-type nil
efs-pty-check-retry-time 5
efs-pty-check-threshold 1000
efs-retry-time 5
efs-root-umask nil
efs-send-hash t
efs-short-circuit-to-remote-root nil
efs-suppress-abort-recursive-edit-and-then nil
efs-umask nil
efs-verbose t
efs-verify-anonymous-modtime nil
efs-verify-modtime-host-regexp ".*"
efs-ftp-program-name "ftp"
efs-ftp-program-args '("-i" "-n" "-g" "-v")
efs-local-host-regexp ".*"
efs-ftp-local-host-regexp ".*"
efs-gateway-host nil
efs-smart-gateway nil
efs-gateway-program "rsh"
efs-gateway-program-args nil
efs-gateway-program-interactive nil
)