hi all. mirror -R to a ms ftp server fails (doesn't sync) if the modified files still have the same size. after adding a space (byte) somewhere in local file, the remote file is successfully updated.
does anyone know how to solve this problem? thanks in advance, laurin Vienna, Austria, Europe i am using lftp 2.4.9, and am connecting to a Microsoft FTP Service (Version 4.0): *** here to local file: www:/tmp/test # ls -la total 12 drwxr-xr-x 2 root root 4096 Feb 18 18:22 . drwxrwxrwx 14 root root 4096 Feb 18 18:22 .. -rw-r--r-- 1 laurin users 4 Feb 18 18:24 test.html *** and the remote file and the mirror command, which leaves the remote file unchanged, as if the files were the same: lftp user@server:~/test> ls -rwxrwxrwx 1 owner group 4 Feb 18 18:22 test.html lftp user@server:~/test> mirror -R . Total: 1 directory, 1 file, 0 symlinks lftp user@server:~/test>
