Thread
:
remote login and copy files over ssh
View Single Post
#
2
(
permalink
)
30-11-2009, 06:30 PM
asim.mcp
Senior Member
User
Join Date: Jul 2006
Posts: 145
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power:
4
Hi,
I've get the solution...
PHP Code:
ssh login
@
server1
"cd /path/to/dir ; scp file.name login@server2:/path/to/dir"
The above command work for me.
asim.mcp
View Public Profile
Send a private message to asim.mcp
Find all posts by asim.mcp