Windows10的Linux安装ftp服务
安装配置 ftp server
1 2 3 4 5 6 | # 安装 sudo apt-get install vsftpd # 启动 sudo service vsftpd start sudo service vsftpd status |
自动启动 ssh server
%windir%\System32\bash.exe -c "sudo /etc/init.d/vsftpd start"
1 2 3 4 5 6 | # 安装 sudo apt-get install vsftpd # 启动 sudo service vsftpd start sudo service vsftpd status |
%windir%\System32\bash.exe -c "sudo /etc/init.d/vsftpd start"