[Qt-interest] FTP Server
Christian Dähn
daehn at asinteg.de
Wed Mar 3 13:53:11 CET 2010
Dear Konstantin,
>>>Why can't you use existing FTP servers (ProFTPd, wu-ftpd, pure-ftpd)?
>>
>>I need a special processing of the submitted files. They should not be placed
>>as files on the disk. I have to process them in memory.
>>Do the ftp servers you listed above provide this facility ?
>
>I suppose you coluld use RAM disk or another protocol. AFAIK, FTP is _File_ Transfer Protocol
>Just my $0.02
I' ve the exactly same problem - I need a Qt based FTP server to process incoming
special files directly in memory (for performance reasons and memory usage one must
prevent any unnecessary copy and i/o operation).
Currently I'm using a modified a public domain C++ server where I removed the code
for saving files and replaced it by Qt stuff -- but this is not what I want - because I'm
struggling with QThread / QTimer issues (both don't work nicely in non-Qt-classes)
and the server has too much features and isn't maintained any more :-(
So: If anybody has the idea to develop a leighweight Qt based FTP server,
I'm willing and able to help.
Best Regards,
Chris
PS: Not every problem can be solved by Google ;-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100303/c85623be/attachment.html
More information about the Qt-interest-old
mailing list