On Sun, Feb 22, 2004 at 11:33:46AM -0500, Ed Leafe wrote:
On Feb 22, 2004, at 11:15 AM, John Poltorak wrote:
If someone is familiar with Zope's FTP can you show what a directory listing looks like when you have logged in?
I've tried using list and nlst, two of the available commands according to help, but neither shows anything. Normal FTP commands (ls, cd) do not work at all.
Here's what I see (I have FTP running on port 9921):
Is this on 8021 by default?
[ed ~]# ftp leafe.com 9921 Connected to leafe.com. 220 leafe.com FTP server (Medusa Async V1.23 [experimental]) ready.
Does this depend on the version of Zope? I have V1.21. I'm using Zope 2.6.2b3
Name (leafe.com:ed): xxxxxxx
I don't see any prompt at all. I can login by specifying user followed by pass and then get a 230 Login successful.
331 Password required. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls
When I try ls I get 500 'ls': command not recognised. What have I failed to do? If I type help, I get a list of commands I've never heard of.
500 'EPSV': command not understood. 227 Entering Passive Mode (24,24,55,209,234,105) 150 Opening ASCII mode data connection for file list drwxrwx--- 1 Zope Zope 0 Feb 20 22:42 . drwxrwx--- 1 admin Zope 0 Feb 12 11:50 AA_testing drwxrwx--- 1 Zope Zope 0 Feb 18 2003 Control_Panel ---------- 1 admin Zope 0 Jan 26 15:52 DSToolkit drwxrwx--- 1 Zope Zope 0 Nov 3 2002 Examples [majority snipped] ---------- 1 Zope Zope 0 Jan 25 2003 zopevhm 226 Transfer complete ftp>
___/ / __/ / ____/ Ed Leafe
Linux Love: unzip;strip;touch;finger;mount;fsck;more;yes;umount;sleep
-- John