1. 程式人生 > >linux-arm筆記2:如何在ubuntu上安裝ftp,並且用ftp向arm開發板上傳檔案

linux-arm筆記2:如何在ubuntu上安裝ftp,並且用ftp向arm開發板上傳檔案

[email protected]:~$ ftp 192.168.1.109    //arm開發板ip
Connected to 192.168.1.109.
220 FriendlyARM FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
Name (192.168.1.109:xg): plg   //arm開發板ftp服務的name、pwd,預設都為plg
331 Password required for plg.
Password:
230 User plg logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> lcd /home/ftp                   //切換到PC機的目錄下
Local directory now /home/ftp
ftp> cd /home/plg                   //切換到arm的目錄下