sudo apt-get install sshfs mkdir /local/path/ sshfs -o reconnect [email protected]:/CPCODE/remote/path /local/path/ ls -l /local/path ...
確定! 回上一頁