Re: Hi if i wnat to get some files and Folder From Linux server which is located on diffeerent loction to my local machine what is the method
Posted By:
Simon_Ablett
Posted On:
Tuesday, May 11, 2004 08:54 AM
If the remote machine is running an FTP server (check for a process called 'ftpd' or such like)I would use FTP.
Alternatively, look at 'rcp' or one of the other suggestions listed below.
On the other hand, are you wanting to get the files programmatically (i.e. using Java)?
Regards.