
alex_v2
User
May 13, 2009, 7:40 AM
Views: 6508
|
|
Re: [abhi9845] convert .dat file to .csv file
|
|
|
The easiest way to do this would be to set up a user on both boxes and install the right ssh key so that it can use ssh without a key. Then set up a cron to run at 2 every day. This can be done with a very simple .sh file. Something like scp /home/user/test.dat user@server2:/home/user/test.csv Edit: I had to switch the params around. That is what happens when I type things out to early. -Alexander
(This post was edited by alex_v2 on May 13, 2009, 1:18 PM)
|