Command line FTP

In our example, we want to retrieve the /file.mat on target 192.168.128.193.

 

Open a command line and type commands in bold :

C:\Users\Vincent FENET>ftp

ftp> open 192.168.128.193

Connecté à 192.168.128.193.

220 192.168.128.193 FTP server ready.

Utilisateur (192.168.128.193:(none)) : ntuser

331 Password required for ntuser.

Mot de passe : ntuser

230-

    Welcome to QNX Neutrino!

230 User ntuser logged in.

ftp> cd /

250 CWD command successful.

ftp> get file.mat

200 PORT command successful.

150 Opening ASCII mode data connection for 'file.mat' (5 bytes).

226 Transfer complete.

ftp : 6 octets reçus en 0,00 secondes à 6000,00 Ko/s.

ftp> quit

221-

    Data traffic for this session was 6 bytes in 1 file.

    Total traffic for this session was 440 bytes in 1 transfer.

221 Thank you for using the FTP service on 192.168.128.193.