Re: [lftp] Error (?) uploading

2017-07-14 Thread Alexander Lukyanov
You can add --no-perms option to mirror to avoid chmod operations.

пт, 14 июля 2017, 22:02 Gianni Piccini :

> While uploading files to a Synology nas, with a bash script that call a
> function like this
>
> lftp -f "
> open $HOST
> user $USER $PASS
> lcd $SOURCEFOLDER
> mirror --reverse --delete --verbose --dereference --use-cache
> --only-newer $SOURCEFOLDER $TARGETFOLDER
> bye
> "
>
> I got this error many and many times: lftp is the Debian package 4.7.7
>
> chmod: Operazione non supportata: MFF and SITE CHMOD are not supported
> by this site
>
> But uploads are done. I'm not so expert about ftp, is it really a
> problem or a simple warning?
> ___
> lftp mailing list
> lftp@uniyar.ac.ru
> http://univ.uniyar.ac.ru/mailman/listinfo/lftp
>
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


[lftp] Error (?) uploading

2017-07-14 Thread Gianni Piccini
While uploading files to a Synology nas, with a bash script that call a 
function like this


lftp -f "
open $HOST
user $USER $PASS
lcd $SOURCEFOLDER
mirror --reverse --delete --verbose --dereference --use-cache 
--only-newer $SOURCEFOLDER $TARGETFOLDER

bye
"

I got this error many and many times: lftp is the Debian package 4.7.7

chmod: Operazione non supportata: MFF and SITE CHMOD are not supported 
by this site


But uploads are done. I'm not so expert about ftp, is it really a 
problem or a simple warning?

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