-
about the FTP client
i've seen this code:
http://freevbcode.com/ShowCode.Asp?ID=731
this is one of the best code for FTP in the site.. but i have a question about it
how can i resume download file transfer?
when i try to download the same file.. it's start over again.. how can i make that the transfer will continued from the same place it stopped ?
(like a normal ftp file download)
thank you very much!!
-
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
yes i've seen this.. but this resume option is just for resume upload files..
i need the download "version".
-
I once made an ftp client totally based on Winapi. Can't remember it all now , but there was one winapi called sth like InternetSetFilepointer. It worked the same as the SetFilePointer. Not sure on how the target file had to be opened, but i think it was plane InternetOpenURL or i used one of the FTPCommand options. Anyway. It worked well. I just had to check if the target file already existed then used the GetFileSize . Easy stuff. Just remember to get a file handle by using the CreateFile api. For further info you can check out the msdn c++ reference or search in here. It does the job for you even i am not sure if u really wanted to use Winapis
KReg GG
Similar Threads
-
By lwinn213 in forum Java
Replies: 2
Last Post: 10-23-2008, 01:14 PM
-
By ekta in forum VB Classic
Replies: 1
Last Post: 04-22-2002, 01:30 PM
-
By Shiva in forum VB Classic
Replies: 0
Last Post: 01-09-2001, 12:26 PM
-
By Armando Cardenas in forum VB Classic
Replies: 0
Last Post: 07-19-2000, 09:06 PM
-
By Richard Curzon in forum Architecture and Design
Replies: 0
Last Post: 06-22-2000, 11:44 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks