[Qt-interest] Lightweight FTP Server based on Qt

Christian Dähn daehn at asinteg.de
Tue Oct 13 22:00:41 CEST 2009


Hi,

>I'd not use a FTP, unless you need the control socket. I'd use HTTP, and a pOST/PUT operation, which would put you in REST compatibilty. Also libQxt has a HTTP server that you can set a slot job to return the transform of the uploaded content.

Thanks for your fast reply.

But my problem is that the FTP request comes from a thirdparty device -
so I must process incoming FTP requests. There's no chance for me to change the device's firmware -
and for my application/task it's impossible to use a normal FTP server and just poll the file system
(on my diskless server with an extremely time critical app).

ciao,
Chris




More information about the Qt-interest-old mailing list