sitecopy ftp fetch error

David Waddy <[email protected]> Mon, 29 Aug 2005 10:07:37 -0400
Newsgroups gmane.comp.web.sitecopy
Message-ID <[email protected]>
Hello all,

  I use sitecopy for numerous websites I administer and am having the 
same problem with two sites from the same provider. Specifically, the 
fetch option ends with a parse error.  Any help would be appreciated.

Cheers,
David



david@tux david $ uname -a
Linux tux 2.6.10-gentoo-r6-g4 #1 SMP Fri Jun 10 05:32:57 EST 2005 ppc 
7400, altivec supported PowerMac3,1 GNU/Linux


david@tux david $ sitecopy --version
sitecopy 0.16.0: FTP WebDAV sftp/ssh, debugging, Unix platform.
neon 0.24.7: Library build, libxml 2.6.17, zlib 1.2.2, OpenSSL 0.9.7e 
25 Oct 2004.



david@tux david $ sitecopy --debug=ftp -f moda
sitecopy: Fetching site `moda' (on media6.magma.ca in 
/magma/users/u60/secureeb/public_html/)
Opening socket to port 21
< 220 media6.magma.ca FTP server (Version wu-2.6.2(12) Wed Apr 20 
14:06:58 EDT 2005) ready.
FTP: Sending 'USER secureeb':
 > USER secureeb
< 331 Password required for secureeb.
FTP: Sending PASS command...
 > PASS ...
< 230 User secureeb logged in.
 > PORT 192,168,168,102,172,142
< 200 PORT command successful.
 > LIST -la /magma/users/u60/secureeb/public_html/
< 150 Opening ASCII mode data connection for /bin/ls.
ls: init, topdir: [/magma/users/u60/secureeb/public_html]
ls: [total 62]
ls: [drwxr-x---   5 secureeb     512 Aug 25 14:17 .]
ftp: ls_parse error, aborting.
ftp: Fetch finished with 999.
Closing DTP connection...
< 226 Transfer complete.
 > QUIT
< 221-You have transferred 0 bytes in 0 files.
< 221-Total traffic for this session was 1317 bytes in 1 transfers.
< 221-Thank you for using the FTP service on media6.magma.ca.
< 221 Goodbye.
sitecopy: Failed to fetch file listing for site `moda':
sitecopy: Parse error in LIST response




david@tux david $ sitecopy --debug=ftp -f mxi
sitecopy: Fetching site `mxi' (on media5.magma.ca in 
/magma/users/u53/mxi/public_html/contact/)
Opening socket to port 21
< 220-Welcome to the Magma FTP archive.
< 220-
< 220-If you have any unusual problems, please report them via email
< 220-to [email protected].
< 220-
< 220-If you have problems viewing displayed messages, please try using 
a
< 220-dash (-) as the first character of your password -- this will 
turn off
< 220-the continuation messages that may be confusing your ftp client.
< 220-
< 220 media5.magma.ca FTP server (Version wu-2.6.2(1) Wed Jul 13 
11:42:21 EDT 2005) ready.
FTP: Sending 'USER mxi':
 > USER mxi
< 331 Password required for mxi.
FTP: Sending PASS command...
 > PASS ...
< 230 User mxi logged in.
 > EPSV
< 500 'EPSV': command not understood.
 > PASV
< 227 Entering Passive Mode (64,26,174,71,98,49)
ftp: Parsed PASV response, using port 25137
 > LIST -la /magma/users/u53/mxi/public_html/contact/
< 150 Opening ASCII mode data connection for /bin/ls.
ls: init, topdir: [/magma/users/u53/mxi/public_html/contact]
ls: [total 18]
ls: [drwxr-xr-x   4 mxi          512 Dec  1  2004 .]
ftp: ls_parse error, aborting.
ftp: Fetch finished with 999.
Closing DTP connection...
< 226 Transfer complete.
 > QUIT
< 221-You have transferred 0 bytes in 0 files.
< 221-Total traffic for this session was 1058 bytes in 1 transfers.
< 221-Thank you for using the FTP service on media5.magma.ca.
< 221 Goodbye.
sitecopy: Failed to fetch file listing for site `mxi':
sitecopy: Parse error in LIST response
david@tux david $





###### Relevant ~/.sitecopyrc
###############
site moda
           server media6.magma.ca
           remote /magma/users/u60/secureeb/public_html
           local /web/moda/public_html
           username XXXX
           password XXXX
        ftp nopasv
        permissions all
        exclude *.svn*
       ############################################
################################################
site mxi
           server media5.magma.ca
           protocol ftp
           username mxi
           password XXXX
           remote /magma/users/u53/mxi/public_html/contact/
           local /web/mxi/
           permissions all
           #ftp nopasv
           exclude *.svn*
############################################

_______________________________________________
sitecopy maillist  -  [email protected]
http://dav.lyra.org/mailman/listinfo/sitecopy