[Zope] Zope FTP problems
Luke Tymowski
luke@seeto.com
Fri, 6 Apr 2001 15:22:35 -0400
hello mohan,
> I have been trying to get zope ftp to work for sometime now.
> To try to solve the problem, I have installed zope on my local machine.
>
> I have tried
> the
> ipaddress:8021
> localhost:8021
> machinename:8021
if you are on Windows you cannot use the command-line ftp client.
if you are on a Unix, Linux, BSD box do:
ftp ipaddress 8021
or
ftp locoalhost 8021
or
ftp my.machine.com 8021
if you are using an editor like HTML-Kit or Emacs the instructions are slightly different.
but I'm guessing you're using Windows and therefore you cannot use the built-in command-line client.
luke