Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

shcsbaker

This was my fault.. the server I was sending to only had 2mbps internet... not sure how I was seeing the faster speeds, retested on both and both are 250kbs

Thanks
Kevin
martin

Re: slow upload

What version of WinSCP are you using? Did you try the latest?
shcsbaker

slow upload

I'm using the one line example and I get a transfer rate of 250 KB/s... starts out high, but within a second or two drops down to 250 KB/s, same results if I use the GUI. If I use Filezilla, windows version, not command line, I get 4x the upload speed.. am I doing something wrong?
shcsbaker

Thank you! Just what I needed
martin

Re: DOS Batch File to Synchronize

See https://winscp.net/eng/docs/guide_automation

You can use a single-line command too:

winscp.com /command "open sftp://user@host/" "synchronize remote c:\local\path\ /remote/path/" "exit"
shcsbaker

DOS Batch File to Synchronize

Looking for a tutorial on how to create a DOS Batch file to sync computer A to Computer B. I keep getting myself turned around.. Should I use a script file? Can it be done in a single line of code?

Thanks
Kevin