[Zope] Error creating file (426) when accessing Zope using FTP
Steve Spicklemire
steve@spvi.com
Sun, 5 Aug 2001 07:45:37 -0500
Hi Marc,
My guess is it's a syntax error in a DTML file, or python script.
What sort of file are you trying to upload? Try this on the MacOSX
command line:
[localhost:~] steve% echo "test" > foo.txt
[localhost:~] steve% ftp localhost 8021
Connected to localhost.spvi.com.
220 localhost FTP server (Medusa Async V1.17 [experimental]) ready.
Name (localhost:steve):
331 Password required.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put foo.txt
local: foo.txt remote: foo.txt
200 PORT command successful.
150 Opening Binary connection for foo.txt
226 Transfer complete.
5 bytes sent in 0.000626 seconds (7987 bytes/s)
ftp> quit
221 Goodbye.
[localhost:~] steve% rm foo.txt
[localhost:~] steve%
does that work?
-steve
On Sunday, August 5, 2001, at 05:04 AM, Marc Balmer wrote:
> Hi All
>
> I have a problem with Zope that I can not solve, althoug I checked
> the web etc..:
>
> I try to upload a file to my Zope installation at localhost:8021 using
> FTP. When I "put" the file I keep getting an error 426, error creating
> file.
>
> The Zope is 2.4.0 for Mac OS X with Python 2.1
>
> I log in as regular Zope user that is defined in the root acl_users
> folder and that has the Manager role.
>
> I tried various FTP clients (console, Pepper, GoLive), always the
> same result. I am getting crazy on this one...
>
> Any ideas?
>
> BTW: I have the same problem with another Zope Installation
> on Linux.
>
> Regards,
> Marc
>
> --
> Marc Balmer, Micro Systems, Kannenfeldstrasse 32, CH-4056 Basel
> Tel +41 61 383 05 10, Fax +41 61 383 05 12, http://www.msys.ch/
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )