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

Re: Form Freeze during process

CoolJack wrote:

I use your DLL for my VB2012 project. But if I download or upload a file with "put" or "get" than my form freez while processing. Have anywhere a solution for my problem?

Well, you need to start the transfer in an background thread.

My 2. problem: I would show the current process (eg. upload) with a progressbar. I can't find a solution for it. :(

Make use of Session.FileTransferProgress event:
https://winscp.net/eng/docs/library_session_filetransferprogress
CoolJack

Form Freeze during process

Hello!

I use your DLL for my VB2012 project. But if I download or upload a file with "put" or "get" than my form freez while processing. Have anywhere a solution for my problem?

My 2. problem: I would show the current process (eg. upload) with a progressbar. I can't find a solution for it. :(

THANKS for help!!

Chris