I'm worknig on a remote codebase via vagrant development environment and I use sshfs for mounting the remote point on my localhost as below:
sshfs hostname:vagrant_remotemountpoint mountpoint
To copy a file to the vagrant vagrant_remotemountpoint
first I open the mountpoint
via nautilus and then paste the file into it. Now I like to do this process using a shell command.
Anybody has done such an effort? Thanks.