Hi,
One of my linux machine create somefiles over web. I want a script to copy the same file on remote computer using ssh and scp.
when i run
PHP Code:
prompt> ssh login@server1 cd /path/to/dir/ ; scp filename login@server2:/root/backupdir/
nothing happen. Any help please????
Regards