顯示具有 atftp 標籤的文章。 顯示所有文章
顯示具有 atftp 標籤的文章。 顯示所有文章

2023/02/03

atftp

sudo apt install atftpd
mkdir /tftp_data
chmod -R 777  /tftp_data
atftpd --daemon --port 69 /tftp_data