安裝 command :
apt-get install sshfs
sshfs [user@]host:[remote_directory] mountpoint [options]
sshfs -p 2200 rimmon@dev.monster.tw:/home/rimmon DEV
fusermount -u DEV
sshfs -p 2200 -o reconnect webuser@172.25.1.228:/mnt/tslog_bak ~/TSLOG_BAK
fusermount -u ~/TSLOG_BAK
速度測試
sshfs -p 2200 -o reconnect xxx@ts228.monster.tw:/mnt/tslog_bak ~/TSLOG_BAK
1.1G 費時 19秒 , 約 55MB/s