- 前言:介紹樹莓派4安裝FTP server
tags: 六角學院
主題:雜亂大全34-pi4 安裝FTP server
本篇重點:
- 處理樹莓派4安裝FTP server
- 傳檔案必被的FTP server
- 在pi4上下指令
1
$ sudo apt-get install vsftpd
- 更改設定
1
$ sudo nano /etc/vsftpd.conf
1
2移除 "#" local enable =yes
移除 "#" write enable =yes - 編輯模式按下CTRL+ O 存檔
- 按下 CTRL+ X離開
- 重新啟動伺服器
1
$ sudo service vsftpd restart
電腦端,下載FTP client端
- 免費下載Filezilla:
- https://filezilla-project.org/
- 輸入主機 => pi4的IP
- 找不到內網的可以下指令查詢IP
1
$ ifconfig
- 就會顯示出IP
1
2
3
4
5
6
7
8
9[root@www ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:71:85:BD
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe71:85bd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2555 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:239892 (234.2 KiB) TX bytes:11153 (10.8 KiB) - 使用者名稱: 預設是pi
- 密碼: 是 Pi登入的密碼
提醒:為了安全,一定要更改pi上的密碼
參考資料
[1]https://sites.google.com/site/raspberrypidiy/pc-to-rpi/vsftpd
[2]http://linux.vbird.org/linux_server/0140networkcommand.php#ifconfig
- 若有任何問題↓
- 請聯繫我:
liao86221@gmail.com
- 或填表: https://forms.gle/4FB5Tmtd9A7XcXjF8