qt-interest@trolltech.com
[Top] [All Lists]

Re: [Qt-interest] Lightweight FTP Server based on Qt

Subject: Re: [Qt-interest] Lightweight FTP Server based on Qt
From: Christian Dähn
Date: Tue, 13 Oct 2009 22:00:41 +0200 CEST
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

_______________________________________________
Qt-interest mailing list
Qt-interest@xxxxxxxxxxxxx
http://lists.trolltech.com/mailman/listinfo/qt-interest

<Prev in Thread] Current Thread [Next in Thread>