If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Transfer files to remote Linux system

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-18-11, 16:55
DBFinder DBFinder is offline
Registered User
 
Join Date: Sep 2008
Location: Toronto,Canada
Posts: 606
Transfer files to remote Linux system

Can some one suggest me a simplest way to transfer a text file from one linux to another.
This file will be transfered everyday at 12:10 am which will be analyzed by a tool at target system.

This has to be scripted .

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 09-18-11, 18:39
kitaman kitaman is offline
Papabi's friend
 
Join Date: Sep 2009
Location: Ontario
Posts: 629
What ports are open between the two machines?
ftp can be completely automated, but may not be secure enough,
scp can also be automated easily.
sftp requires keys to be transferred for password-less login.
email can be used with the recipient being a process rather than a mail box.
nfs can also be used.
That's all I can think of right now, but there are probably more.
Reply With Quote
  #3 (permalink)  
Old 09-18-11, 19:40
DBFinder DBFinder is offline
Registered User
 
Join Date: Sep 2008
Location: Toronto,Canada
Posts: 606
Ok,

I will try scp.

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On