Microsoft
Software
Hardware
Network
Question : Solaris 10 SFTP to get a directory
I am working with Solaris 10 x86 on an HP DL360. I am trying to write a simple script to use sftp to download a directory tree.
The files I am trying to get are buried under 5 or so directory layers.
For example:
/test/dir1/path/to/the/fil
es
/test/dir2/path/to/the/fil
es
/test/dir3/path/to/the/fil
es
In the above example, I just want to connect to their SFTP server and download the 'test' directory, which would contain all the subdirs and files. I had this working on windows using putty, but it seems that unix cannot handle this task.
It looked like the perl module Net::SFTP could handle this, but I have been trying without success to install it for the past two days.
What is the best way to do this?
Answer : Solaris 10 SFTP to get a directory
You could try to use
scp -r user@machine:/test your_local_dir
This will recursively copy the "/test" directory to "your_local_dir"
Random Solutions
Sending HTML email with sendmail
Page cannot display - IE 7 (always on log ons)
network logon box
Simple options for mobile email?
linux nsupdate fails with NOTAUTH registering with Windows DNS
is there any security threat by using Wilcard certificate?
DNS Issue on SBS 2008
Cisco 2500 : Can't get out of RXBOOT
Windows 2003 tcp/ip not working, but arp (layer 2) does work.
can ping ONLY by HOSTNAME but not ip address