How to use GetFileAt64 and PutFileAt64? - WeOnlyDo Discussion board

How to use GetFileAt64 and PutFileAt64? (wodSFTP / wodSFTP.NET / wodSFTPdll)

by anonymous, Saturday, December 24, 2005, 18:36 (6723 days ago)

Hello,

I am trying to upload/download large zip file.

File uploading/downloading terminates before the entire file is transferred.

How do you pick up transferring files? What is the distinction between resume property and GetFileAt64/PutFileAt64 methods? Could you post a code of how to continue with transferring of files with this ways or any other prudent way of doing it?

Regards,

-ketan

Re: How to use GetFileAt64 and PutFileAt64?

by wodSupport, Sunday, December 25, 2005, 18:48 (6722 days ago) @ anonymous

Ketan,

how large this file is? What protocol do you use, do you get any error message why it breaks?

If you want to resume the transfer (assuming server supports it) you don't need PutFileAt(64), you should just set Resume property to true and call PutFile again.