[Qt-interest] Lightweight FTP Server based on Qt

Jason H scorp1us at yahoo.com
Tue Oct 13 21:35:25 CEST 2009


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.





----- Original Message ----
From: Christian Dähn <daehn at asinteg.de>
To: qt-interest at trolltech.com
Sent: Tue, October 13, 2009 3:13:41 PM
Subject: [Qt-interest] Lightweight FTP Server based on Qt

Hi,

currently I'm facing the problem to implement a portable daemon,
which should receive FTP requests with special files and to parse them
without storing anything to disk.

I know that there are many many already existing servers, but till now
I didn't found any clean C++ portable lib or class, which could solve
my problem or could be adapted to solve it.

Sadly, Qt just has a ftp client :-( but no server, yet.

Does anyone maybe know a good C++ class/lib - till now I evaluated
libCurl++, libftp etc. but all had very serious problems (buggy or created
temporary files massively or are discontinued).

Currently I'm thinking about writing an own very lightweight portable
FTP server based on Qt - but that's a big bunch of work :-(

Any hints are very appreciated.

ciao,
Chris

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



      




More information about the Qt-interest-old mailing list