For whatever protocol you pick, you'll need to have a service speaking that protocol on the machine from which you want to fetch a file, and you'll need a client speaking that protocol on the machine doing the fetching.
If you wish to use SMB, you'll need a SMB server on the machine with the file and an SMB client on the machine that wants the file.
If you wish to use NFS, you'll need a NFS server on the machine with the file and an NFS client on the machine that wants the file.
If you wish to use FTP, you'll need a FTP server on the machine with the file and an FTP client on the machine that wants the file.
If you wish to use HTTP, you'll need a HTTP server on the machine with the file and an HTTP client on the machine that wants the file.
etc.
For file sharing protocols, SMB is usually used on Windows machine, Appletalk is usually used on Macs, and NFS is usually used on unix.
So far, the discussions has revolved around SMB. The Windows client is called "Client for Microsoft Windows". The Windows server is called "File and Printer sharing for Microsoft Networks". It's my understanding that Samba provides both for unix.
This thread has strayed very far from the domain of PerlMonks. System administration is not in PerlMonks purview.
In reply to Re^5: not able to read remote file from linux machine
by ikegami
in thread not able to read remote file from linux machine
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |