lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.08k stars 159 forks source link

Cannot delete .dot files: Access failed: 553 #625

Open forofo opened 3 years ago

forofo commented 3 years ago

cannot delete or moving .dot files:

lftp myhost@ftpbackup:/> dir
drwxrwxrwx    2 100        ftpgroup            3 Mar 21 14:55 .
drwxrwxrwx    8 100        ftpgroup            8 Mar 21 19:57 ..
-rw-------    1 100        ftpgroup           12 Oct 29  2017 .ftpquota

lftp myhost@ftpbackup:/> rm .ftpquota
rm: Access failed: 553 Prohibited file name: .ftpquota

lftp myhost@ftpbackup:/> mv .ftpquota ../
mv .ftpquota=>../.ftpquota [Waiting for response...]
mv: Access failed: 553 Prohibited file name: .ftpquota 

/etc/lftp.conf :

set ftp:list-options '-a'

lftp --version LFTP | Version 4.4.8 | Copyright (c) 1996-2013 Alexander V. Lukyanov