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:...
http://www.experts-exchange.com/Security/Misc/Q_22082969.html
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 ...
http://www.experts-exchange.com/Programming/System/Linux/Q_21960065.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23033544.html
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...
http://www.experts-exchange.com/OS/Linux/Q_23037342.html
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 ...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20660387.html
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...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21617689.html
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...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21746242.html
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 ...
http://www.experts-exchange.com/Programming/System/Linux/Q_21847540.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21999808.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22100848.html
Zones:
PerlDate Answered: 01/22/2007 Rating: 6.2 Views: 74