Zope Zone Navigation
 
Document Actions
  • Print this page
  • Add Bookmarklet

Uploading many files at once

Up to Plone / CMF

Uploading many files at once

Posted by John Stires at April 15. 2006
Okay so this whole FTP/Webdav thing is really difficult to figure out. i've read through all the Plone and Zope documentation and I still am lost. Here's what I have done:

[quote]My Plone Controller says:
Plone HTTP: 80
Zope Management HTTP: 8080
FTP Access: 21
WebDAV Source: 8280[/quote]

I edited (in notepad) the zope.conf file to say:

[quote] # <ftp-server>
# # valid key is "address"
# address localhost:21
# </ftp-server>

# <webdav-source-server>
# # valid keys are "address" and "force-connection-close"
# address localhost:8280
# force-connection-close off
# </webdav-source-server>[/quote]

I stop and started plone, flushed every cache I could think of and I still can't access anything through FTP (leechFTP) or webdav.

Leech is in PSV mode. and I am inputing "localhost" as my host, 21 as my port and my username and password. I get a "socket error: no connection" and "All login attempts failed."

When I try to access through webdav I input ftp://localhost:8280 i get this:

Windows cannot access this folder. Make sure you gtyped the file name correctly and that you have permission to access the folder. Details: A connection witht he server could not be established.

SOme one please help I have no clue where I am going wrong???


Powered by Ploneboard
 

Home Discussions Plone / CMF Uploading many files at once