Indeed, it was the problem !
Thanks you, I will modify my scripts. :)
Thanks you, I will modify my scripts. :)
. 2013-12-19 19:15:38.624 Synchronizing local directory 'C:\Users\Benoit\Cloud\test\' with remote directory '/home/cloud/test/', params = 0xBF (Delete, NoConfirmation, ExistingOnly, NoRecurse, UseCache, DelayProgress, SubDirs)
test_file_from_remote.txt
in the remote /home/benoit/cloud/test/
.
< 2013-12-19 19:10:04.971 Script: Synchronizing...
. 2013-12-19 19:10:04.972 Synchronizing local directory 'C:\Users\Benoit\Cloud\test\' with remote directory '/home/cloud/test/', params = 0x1007 (Delete, NoConfirmation, ExistingOnly, Mirror)
> 2013-12-19 19:10:04.972 Script: keepuptodate -delete -transfer=automatic -filemask=|films/;__pycache__/ "C:\Users\Benoit\Cloud" "/home/cloud"
C:\Users\Benoit\Cloud\
:
< 2013-12-19 19:15:38.085 Script: Change in 'C:\Users\Benoit\Cloud' detected.
< 2013-12-19 19:15:38.610 Script: Change in 'C:\Users\Benoit\Cloud\test' detected.
. 2013-12-19 19:15:38.610 Local file 'C:\Users\Benoit\Cloud\test\test_file_from_local.txt' [2013-12-19T18:03:37.654Z] [0] included to synchronization
. 2013-12-19 19:15:38.624 Remote file '/home/cloud/test/test_file_from_remote.txt' [2013-12-19T18:09:22.000Z] [13] is new
. 2013-12-19 19:15:38.624 Deleting file "/home/cloud/test/test_file_from_remote.txt".
/log=path_to_log_file
command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.
@echo off
WinSCP.exe /console /script=script_syncro.txt
open sftp://benoit:****@***.***.***.***
synchronize local -mirror -delete "C:\Users\Benoit\Cloud" "/home/cloud"
keepuptodate "C:\Users\Benoit\Cloud" "/home/cloud"
exit