[Zope] Zope FTP problems

Thomas B. Passin tpassin@mitretek.org
Fri, 6 Apr 2001 16:31:48 -0400


Luke Tymowski wrote -
>
> > > if you are on Windows you cannot use the command-line ftp client.
> > Never heard of that. Why?
>
> it assumes the port is 21 and you cannot change it.
> if Zope's ftp server is running on port 21 then you can use the Windows
command-line ftp client.
> but not if its running on a port other than 21.
>
> luke

This is not true, at least on Win2000.  ftp works fine and connects to my
Zope server.  What may be fooling people is that it doesn't take command
line arguments.  You have to run it with the "ftp" command.  Then you type

open localhost 8021 <ENTER>

Then it asks for user id and password.  Works fine.  I just did it.

Not-spreading-misinformation-ly yours,

Tom P