View Single Post
  #1  
Old 03-03-2011, 11:48 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default FTP Upload using QNetworkAccessManager [QT]

Hello, Currently, I am trying to write a program which should upload a file to an FTP server. As recommended in the QT Docu., I chose to use QNetworkAccessManager's put function instead of QFtp. As far as I know, I should be able to access the FTP Server without using any security measures. ...
__________________
C++
domain name forum
Reply With Quote