macOS 自帶的ftp服務端&vnc客戶端

sanqinyouzi發表於2020-09-27
  • 本打算在mac下安裝一個vsftpd,百度後發現mac本身自帶ftp服務端與客戶端,試了一下ok:

Ftp服務端開啟

sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist

測試

ftp localhost
Trying ::1...
Connected to localhost.
220 ::1 FTP server (tnftpd 20100324+GSSAPI) ready.
Name (localhost:sanqinyouzi): 
331 User sanqinyouzi accepted, provide password.
Password: 
230 User sanqinyouzi logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
  • 同樣,macOS自帶Vnc客戶端:
    commond+空格,輸入screen會顯示“螢幕共享” 程式
    位置:
/System/Library/CoreServices/Applications/Screen Sharing.app

圖:
macOS下的vnc客戶端程式

相關文章