Enter Keywords:
1 - 10 of 13(0.001 seconds)
Sort By:
 
Hello, I would like to do this command in a script scp login@host:file.txt backup.txt it prompts for a password and I'd like to provide it withing the script I Cannot or Do Not want to use:...
Zones: SecurityDate Answered: 12/26/2006 Rating: 7.6 Views: 0
i implement a simple bash script as below: #!/bin/sh <scp command to copy folder to Server B > <ssh remote restart mysql to Server B > sleep3 <scp command to copy folder to Server C ...
Zones: Linux DevDate Answered: 08/25/2006 Rating: 6.2 Views: 37
I have a perl script that uses SCP to move a file between 2 machines.  I can use either Net::SCP or system("scp...") to copy the file -- no problems there. Now I want to invoke this script via a...
Zones: Perl, CGI, LinuxDate Answered: 12/30/2007 Rating: 9.8 Views: 23
I'm trying to automate the way i copy files from one machine to the next. How can i create a shell script that will scp over the network say the scp command is scp /workplace/test.txt  angelbla...
Zones: LinuxDate Answered: 01/30/2008 Rating: 5.8 Views: 79
Hi,   Our production servers are running on Solaris 2.8. I am not a solaris expert. For some reasons, we need to transfer some of the files from one machine to another. We need to create a script ...
Zones: Unix Systems ProgrammingDate Answered: 06/27/2003 Rating: 8.0 Views: 0
Hi All; I have set up a cron job that runs tar on files in 4 folders and then SCPs them to a backup server via SSH. This is running every 10 minutes. Server is running very slow now. The host s...
Zones: Linux AdminDate Answered: 11/04/2005 Rating: 6.0 Views: 0
Hi All, Need help getting a script or some sort of copy going of a file every night from server to server. I have setup rsync between two servers using ssh without passwords using the root ac...
Zones: Linux AdminDate Answered: 02/28/2006 Rating: 6.2 Views: 0
Hi experts, I was wondering if someone could help me out with a bash script. I have script that simply does an scp scp *.js root@192.168.0.229:/ Is there a way to add the password info ...
Zones: Linux DevDate Answered: 06/08/2006 Rating: 7.6 Views: 0
Hi, I need some help with writting a perl script. Here is what I need to do: 1. I need to pull down a bunch of files from an ftp server on a schedulable basis (mainly daily). The file names are...
Zones: PerlDate Answered: 09/26/2006 Rating: 9.8 Views: 158
help writting a perl script to sftp or scp files.. I have a Solaris server that is use as a Syslog server.  Now, I would like to start storaging files in a  Windows environment since these files a...
Zones: PerlDate Answered: 01/22/2007 Rating: 6.2 Views: 74