LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount remote host (https://www.linuxquestions.org/questions/linux-newbie-8/mount-remote-host-376433/)

mrbabis 10-24-2005 12:43 PM

Mount remote host
 
Hi.

I know that it is possible to mount folder in lan but is it possible to do it through internet too?
mount //internethost/my_account folder_on_local_computer

What do I need to have on remote computer and howto configure it?

hob 10-24-2005 05:10 PM

Technically yes, but the network services that mount normally uses are not secure enough to be used over the public Internet.

The safe option is to use the SFTP function of SSH to transfer files. Many distributions install SSH by default. SFTP works like regular FTP, but all communications are encrypted.


All times are GMT -5. The time now is 08:08 PM.