Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 668  / 1 Year ago, thu, december 15, 2022, 10:33:14

I want to share document in remote computer.



Through which software can be supposed same like putty in UBUNTU 11.10?


More From » 11.10

 Answers
7

putty itself is based on SSH, which should be installed on your 11.10. At a shell type:



ssh username@hostname


The machine you're connecting to will need to have an SSH server running. You can set one up quite simply using the following code:



apt-get install openssh-server


To transfer files to and from a machine, you can use SFTP (implemented as psftp in the putty suite) or FTP, but both SSH and SFTP/FTP operate more on a client-server model (one machine serving, many connecting)



As maythux points out, if you are looking for a file sharing solution (many serving, many connecting), have a look at SAMBA, NFS or the Nautilus sharing option.


[#34955] Friday, December 16, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
earxcept

Total Points: 310
Total Questions: 115
Total Answers: 111

Location: Japan
Member since Sat, Oct 2, 2021
3 Years ago
;