
alex at gossamer-threads
Jan 12, 2009, 12:29 PM
Post #5 of 9
(2048 views)
Permalink
|
Hi, > Sounds okay. Needs to be updated in Bric::Admin, too. Index: conf/bricolage.conf =================================================================== --- conf/bricolage.conf (revision 1) +++ conf/bricolage.conf (working copy) @@ -187,12 +187,12 @@ # queue on publish, rather than trying to run them immediately, which is the # default. # -# FTP_UNLINK_BEFORE_MOVE must be set to Yes for some FTP servers (e.g. -# pure-ftpd has been reported to need this) to correctly handle uploads of -# already existing files: when publishing via FTP, Bricolage first creates a -# temporary file, than moves this temp file over the existing, older file, -# overwriting it. Some servers do not support renaming to existing files, so -# the original one must be deleted first. +# FTP_UNLINK_BEFORE_MOVE must be set to Yes for some FTP and SFTP servers (e.g. +# pure-ftpd has been reported to need this and sshd less then version 5 requires +# this) to correctly handle uploads of already existing files: when publishing +# via FTP, Bricolage first creates a temporary file, than moves this temp +# file over the existing, older file, overwriting it. Some servers do not +# support renaming to existing files, so the original one must be deleted first. ENABLE_DIST = Yes DIST_ATTEMPTS = 3 Index: lib/Bric/Admin.pod =================================================================== --- lib/Bric/Admin.pod (revision 1) +++ lib/Bric/Admin.pod (working copy) @@ -2087,11 +2087,12 @@ =item * B<FTP_UNLINK_BEFORE_MOVE:> This directive must be set to Yes for some FTP -servers (e.g. pure-ftpd has been reported to need this) to correctly handle -uploads of already existing files: when publishing via FTP, Bricolage first -creates a temporary file, than moves this temp file over the existing, older -file, overwriting it. Some servers do not support renaming to existing files, -so the original one must be deleted first. +and SFTP servers (e.g. pure-ftpd has been reported to need this and sshd less +then version 5 requires this) to correctly handle uploads of already existing +files: when publishing via FTP, Bricolage first creates a temporary file, than +moves this temp file over the existing, older file, overwriting it. Some +servers do not support renaming to existing files, so the original one must be +deleted first. =item * Cheers, Alex -- Alex Krohn <alex [at] gossamer-threads> Gossamer Threads Inc. http://www.gossamer-threads.com/ Tel: (604) 687-5804 Fax: (604) 687-5806
|