Hi!

First, thanks for this software!

My dedicaced server run a script every week.
It saves a folder into a distant FTP (i do not control it).

Today, this script works all day because of an infinite loop with
lftp. The problem is similar to
http://www.mail-archive.com/lftp@uniyar.ac.ru/msg00975.html

I use this command: lftp ftp://$USER:$PASSWORD@$HOST -e "mirror
--continue --delete --reverse --verbose=1 /home/*/Vrac/ /Vrac/; quit"

My quota is almost over and lftp try to upload the same file despite
of 552 error (and 553).
=> Espected: lftp should exit with an error code, not retry the same transfer.

My log in debug mode:
---- Connexion à *** (***) port 21
***
<--- 200  MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
---> USER ****
<--- 331 User *** OK. Password required
---> PASS ***
---- CWD path to be sent is `/Vrac'
<--- 230-OK. Current directory is /
<--- 230 On Mon Jun 11 01:00:01 CEST 2012 space used : 101598609 Kb -
authorized : 102400000 Kb
---> CWD /Vrac
<--- 250 OK. Current directory is /Vrac
---> TYPE I
<--- 200 TYPE is now 8-bit binary
---> SIZE ***
<--- 213 217317376
copy : « put » est revenu à 219369480, « get » s'y ajuste
---> PASV
copy : « put » est revenu à 217317376, « get » s'y ajuste
<--- 227 Entering Passive Mode (***)
---- Connexion du socket de données à (***) port 45929
---- Connexion de donnée établie
---> ALLO 301282622
<--- 552 Disk full - please upload later
---> REST 217317376
<--- 350 Restarting at 217317376
---> STOR ***
<--- 553 Rename/move failure: Disk quota exceeded
---- Fermeture du socket de données
---- Passage en mode NOREST
copy : « put » est revenu à 0, « get » s'y ajuste
---> PASV
<--- 227 Entering Passive Mode (***)
---- Connexion du socket de données à (***) port 14587
---- Connexion de donnée établie
---> ALLO 301282622
<--- 552 Disk full - please upload later
---> REST 0
<--- 350 Restarting at 0
---> STOR ***
<--- 150 Accepted data connection
**** data-socket: Connexion ré-initialisée par le correspondant
---- Fermeture du socket de données
---- Fermeture du socket de contrôle
---- Connexion à *** (***) port 21

(during 20hours today :s)


Good reading
@+

_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to