Hi! I've always use lftp to synchronize my website. But now I'm stucked in an error.
I use (as always) this script: lftp -d -c 'open ftp.mysite.com; user user pass; lcd /home/user/www; cd /public_html ; mirror -Rev' and get this (debug): ------------------------------------------------------------------------------------------------- ---- Resolviendo direcci�n del servidor... ---- Se encontr� 1 direcciones ---- Conect�ndose a ftp.mysite.com (67.19.170.226) port 21 <--- 220---------- Welcome to Pure-FTPd [TLS] ---------- <--- 220-You are user number 2 of 50 allowed. <--- 220-Local time is now 12:24. Server port: 21. <--- 220 You will be disconnected after 15 minutes of inactivity. ---> FEAT <--- 211-Extensions supported: <--- EPRT <--- IDLE <--- MDTM <--- SIZE <--- REST STREAM <--- MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; <--- MLSD <--- ESTP <--- PASV <--- EPSV <--- SPSV <--- ESTA <--- AUTH TLS <--- PBSZ <--- PROT <--- 211 End. ---> AUTH TLS <--- 234 AUTH TLS OK. ---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid; Certificate: C=US,ST=Unknown,L=Unknown,O=Unknown,OU=Unknown,CN=ns0.secureanonymous.com,[EMAIL PROTECTED] Issued by: C=US,ST=Unknown,L=Unknown,O=Unknown,OU=Unknown,CN=ns0.secureanonymous.com,[EMAIL PROTECTED] WARNING: Certificate verification: Not trusted WARNING: Certificate verification: The certificate's owner does not match hostname 'ftp.mysite.com' <--- 530 You aren't logged in ---> USER user <--- 331 User user OK. Password required ---> PASS pass <--- 230-User user has group access to: user <--- 230 OK. Current restricted directory is / ---> PWD <--- 257 "/" is your current location ---> PBSZ 0 <--- 200 PBSZ=0 ---> CWD /public_html <--- 250 OK. Current directory is /public_html ---> PROT P <--- 534 Fallback to [C] ---> PASV <--- 227 Entering Passive Mode (67,19,170,226,60,35) ---- Conectando socket de datos a (67.19.170.226) puerto 15395 Obteniendo el contenido del directorio (0) [Estableciendo la conexi�n de datos. ------------------------------------------------------------------------------------------------- And it hangs up in that point. I'm desesperate! Any hint? Thank you!!
