Show Bid Request
Windows CE FTP Library
Bid Request Id: 41995
|
|
|
Posted by: |
Jason Short (11 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 12.50%
|
Posted: |
Jan 2, 2003 10:02:50 PM EDT
|
Bidding Closes: |
Jan 7, 2003 11:59:59 PM EDT
|
Viewed (by coders): |
124 times
|
Deadline: |
1/10/2003
TIME EXPIRED
|
|
|
|
Description:
I need a DLL or link library callable from C++ (Embedded Visual C++ 3 and 4) that can perform the following:
FTP (PUT/GET) from a server direct from the CE device. The ability to verify that the file made it correctly (compare file sizes after the transfer) would be VERY helpful.
MUST be able to:
...transmit BINARY and TEXT data. ...verify that the file made it. ...give feedback (progress) through some sort of callback to allow us to update the GUI with a progress bar. ...give status feeback if connection dropped, timed out, or errored out.
It does NOT have to make the internet connection (but should provide a status feedback if the network cannot be found).
I have written some sample code below to show how I would LIKE for it to function (just an idea).
============================ PSEUDOCODE FOLLOWS ============================ // STATE: 0=ERROR OUT 1=PROGRESS 2=TIMEOUT BOOL CALLBACK StatusCallback (INT STATE, INT PERCENT) { return TRUE; }
BOOL SampleFTP() { TCHAR Server[ ] = TEXT(“ftp.myserver.com”); TCHAR User[ ] = TEXT(“anonymous”); TCHAR Pwd[ ] = TEXT(“blah->myserver.com”); TCHAR LocalFile[ ] = TEXT(“local.zip”); TCHAR RemoteFile[ ] = TEXT(“remote.zip”);
FTPSession = FtpInit(); FtpConnect(FTPSession, Server); FtpLogin(FTPSession, User, Pwd); FtpSetType(FtpSession, BINARY_DATA); FtpSetStatusCallback( FTPSession, StatusCallback); FtpPutFile(FtpSession, LocalFile, RemoteFile); FtpBye(FTPSession); FtpShutdown(FTPSession); }
============================ END SAMPLE CODE ============================
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done (with build instructions if required).
2) Complete ownership and distribution copyrights to all work purchased.
Platform:
Windows CE 3, PocketPC 2002 (iPaq is primary but should be able to run on other machines as well).
Must be 100% finished and received by buyer on:
Jan 10, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
Need to select coder by Jan 6, and have atleast a prototype by Jan 10, 2003.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$250 (USD)
|
Jan 3, 2003 12:27:16 PM EDT
|
9.5
(Excellent)
|
|
|
You got it. Would probably write this as an ATL/MFC-WinInet COM dll with & evc3.0. Will support callbacks and I will provide sample client code.
Thanks, amit. |
|
|
|
|
|