sync between Win and Linux

Advertisement

souria
Joined:
Posts:
1

sync between Win and Linux

Hi, I setup a script to use winscp.exe to sync my win files to a backup them up to my Linux box. I test the script on few files and directories and it works. but then I added all of my Directories it hangs at a certain Dirctories and return a error "Host is not Communication for more than 15 second, Abort, Terminated by user, Error listing Directory, No session". I upgraded from 4.0 to 4.2 still the same issue. used Passive option in the open command but still same issue.

here is my script

# Automatically answer all prompts negatively not to stall the script on errors
option batch on

# Disable overwrite confirmations that conflict with the previous
option confirm off

# Connect using a password
# open user:password@example.com
open myuser:mypassword@mysite.com

# Change remote directory
cd /web/mydoc/

# Force binary mode transfer
option transfer binary

# Download file to the local directory
# synchronizing DIRECTORIES
synchronize remote D:\MyDocuments\Appxxxx /web/mydocxxx/Appxxxx
synchronize remote D:\MyDocuments\docxxxx /web/mydoc/docxxx

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: sync between Win and Linux

Please post a full log file showing the problem (with the latest version)

To generate log file, enable logging, log in to your server and do the operation and only the operation that causes the error. For posting extensive logs you may use pastebin or similar application. 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.

Reply with quote

Advertisement

You can post new topics in this forum