P
P
Philip Bondarev2017-11-19 11:55:35
Qt
Philip Bondarev, 2017-11-19 11:55:35

How to make ftpserver work from Qt 5 examples?

The task is to organize a primitive ftp client with two areas a la Total(Norton/Volkov)Commander. I decided to start by looking at the example included in the Qt5 kit, but to my great disappointment, although the example was going to, it refused to run.

spoiler
Starting C:\Qt\Qt_5.9.1\Examples\Qt-5.9.1\scxml\build-ftpclient-Desktop_Qt_5_9_1_MinGW_32bit-Profile\release\ftpclient.exe...
Usage: ftpclient <server> <file>
C:\Qt\Qt_5.9.1\Examples\Qt-5.9.1\scxml\build-ftpclient-Desktop_Qt_5_9_1_MinGW_32bit-Profile\release\ftpclient.exe exited with code 1


What could be the problem? Has anyone tinkered with this example? If there are intelligible tutorials on creating such a client, please share.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2017-11-19
@vt4a2h

Usage: ftpclient <server> <file>

This means that the application needs to be launched with two parameters: server and file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question