Is there a good simple ftp class which can be used to send a file or get a file from an ftp server?
Is there a good simple ftp class which can be used to send a file or get a file from an ftp server?
QFtp
You have an example Ftp client in the Demos that come with Qt SDK
Did you notice that Qt has an excellent documentation? See QFtp with its functions get() and put(). There is also an example called "FTP Example".
EDIT: too late![]()
Ok, im total noob! when i try to reference the assembly with
it says Qftp no such file or directory - this is underlining the include directive.
Must I import some library from somewhere? sry for the noobs questions im more c#/java minded :S
In your .pro file add this line:
Bookmarks