help-gnu-emacs
[Top][All Lists]
Advanced

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

ange-ftp under win32


From: Jason Lewis
Subject: ange-ftp under win32
Date: Wed, 10 Mar 2004 14:03:59 +1100
User-agent: Mozilla Thunderbird 0.5+ (Windows/20040210)

Hi,

I'm having a problem getting ange-ftp to work under win32.

I followed the instructions in emacs-wiki

I am using GNU Emacs 21.3.50.8 (i386-mingw-nt5.0.2195), windows 2000 and an ftp client that the emacs wiki suggested.

When I do C-x C-f /ftp:jason@10.0.2.16:/

I get this error:

apply: Wrong number of arguments: (lambda (file) (setq file (expand-file-name file)) (let ((parsed (ange-ftp-ftp-name file))) (if parsed (let ((part (ange-ftp-get-file-part file)) (files (ange-ftp-get-files (file-name-directory file)))) (if (ange-ftp-hash-entry-exists-p part files) (let ((host (nth 0 parsed)) (user (nth 1 parsed)) (name (nth 2 parsed)) (dirp (gethash part files)) (inode (gethash file ange-ftp-inodes-hashtable))) (unless inode (setq inode ange-ftp-next-inode-number ange-ftp-next-inode-number (1+ inode)) (puthash file inode ange-ftp-inodes-hashtable)) (list (if (and (stringp dirp) (file-name-absolute-p dirp)) (ange-ftp-expand-symlink dirp (file-name-directory file)) dirp) -1 -1 -1 (quote (0 0)) (ange-ftp-file-modtime file) (quote (0 0)) -1 (concat (if (stringp dirp) "l" (if dirp "d" "-")) "?????????") ...)))) (ange-ftp-real-file-attributes file)))), 2


I have no idea how to track down why i'm getting this error. If anyone could point me in the right direction, i would appreciate it.

Thanks,

Jason


reply via email to

[Prev in Thread] Current Thread [Next in Thread]