I have Ubuntu 10.04 running thru VMPlayer. And I have another machine (Asus RT-N16 router). I am able to connect to the router with telnet and see its file system. How can I copy the file from local machine (file is /home/user/helloworld-c) to the router (folder */tmp/mnt/discb_1*)?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Is there possibility to connect via SSH? Maybe you should consider "scp" utitlity. It's very simple, look to the manual page:
The very basic usage:
and vice versa:
|
||||