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

martin

qwerty wrote:

But the challenge with the tool is that there is no provision to show the upload progress,that is very useful when you upload packages of huge size.

This request is being tracked already:
https://winscp.net/tracker/818
qwerty

Hey

Thanks for the reply,will implement it and let you know .

Actually, I am automating the file upload and download process in C# .Net; and WinSCP is wonderful for that purpose .

But the challenge with the tool is that there is no provision to show the upload progress,that is very useful when you upload packages of huge size.

Please suggest for the same.

Cheers to WinSCP developement team.
qwerty

Include specific file in syncronized list

Hi

I want to synchronize and download file created on a particular date .

e.g synchronize and download file created on "3/7/2013 and 2/7/2013" (mm/dd/yy)

I am using the command :
session.SynchronizeDirectories(SynchronizationMode.Local,<Destinaton>,<Source>,false)

Please suggest how do I achieve this using .Net assembly.