LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm looking for code sample in C of a FTP server ...thanks

I have written a FTP client (Labwindows CVI - SDK functions) and I use a FTP server (freeware on the Web).I want now to write my properly server but don't find functions to do this...have you any infos for me ?
Thanks
0 Kudos
Message 1 of 3
(3,392 Views)
Francios,

Programing an FTP server is a tall task! The most you could really ask out of sample code which would be useful is a call back shell which would listen to the TCPIP port, parse the data and call the appropriate handlers for each function you have installed.

I did find somethig which was very close. If you are programing in windows I have found an ActiveX component which will do just that. You would be very wise to use it! They claim time savings of 12 man months and I believe them.

Check it out:

http://www.distinct.com/products/vit32/docs/control.ftpserver.asp

Amaury R.
Applications Engineer
0 Kudos
Message 2 of 3
(3,392 Views)
Thank you for your answer !I've download a trial version of active X...
Francois
0 Kudos
Message 3 of 3
(3,392 Views)