Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 12(0.009 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.6
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 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 Views: 41
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, Linux, CGIDate Answered: 12/30/2007 Views: 26
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 Views: 106
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 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 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 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 Views: 18
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 Views: 205
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 Views: 69