Summary: Hi, I would like to use SCP and transfer files from one server to the other. I have a target filename paths embedded inside a file called FileB.txt. T...
Summary: I've got an expect script that is run through cron everynight that is supposed to secure copy a few files from a different server as well as do a few ...
Summary: Hi All, Thanks in Advance. My requirement is there are some data files to be updated(some times new files get created) regularly in server A, these fi...
Summary: Hi you all, I want to copy a directory which has a couple of subdirectories to a remote directory. Including the files in the subdirectories. the comm...
Summary: Hi, I need some help to write up a script that searches directory for *.txt files, scp's them to a remote server, puts the files into a bkup directory...
Summary: Hi. I am about ready to pull my hair out. I am not sure what my problem is, but I worked on getting scp working for about a day and a half strait, a...
Summary: Appreciate your thoughts....I m very new to this. Anyone here have the similar experience: Use scp to send a file from HP-UX to SUN box successfully b...
Summary: Will appreciate any help with my question: I am using a Perl application to do SCP a file to a remote machine. Its failing with 'PerlRun: open3: exec...
Summary: I strongly appreciate if some one please help me on this... I am using scp from UNIX (AIX 5.3) to send a file to a win2003 server. I have to automate ...
Summary: Not able to download file from remote to local system Using SCP command in IBM AIX Hi, When i run the code in solaris unix machine, the file from rem...
Summary: I have a file server running FreeBSD 4.9 and Samba 2.2.8a. My desktop is Gentoo Linux (Athlon XP 2100, 512Mb RAM), also with Samba 2.2.8a. For some re...
Summary: The file must also reside on the remote machine. you can use 'scp' to copy the file to the remote server and then 'ssh' to execute it. -jim ...
Summary: xf86config is to dificult, i don't get it, is there a linux os that's easy to handle with and not so damn difficult and that works good(not corel linu...
Summary: Hi. I am a beginner on scripting. I will write a shell script for string encryption/decryption. the script will take 3 parameters. First one will be a...
Summary: Hi. I have a kornshell script that runs on a daily basis as a cron job. Part of what the script does is copy the folder contents from another server t...
Summary: maybe you can use ssh-keygen and copy the public key across all the server. Once this is done, you can simply use scp to copy the file. Have you conis...
Summary: For security, try scp, part of OpenSSH. IBM has information on OpenSSH on AIX. scp is the passworded/encrypted equivalent of rcp. All you need is s...
Summary: I have inherited several various models of HP servers running 11.00. I would like to either append or overwrite the existing ssh keys on these servers...
Summary: Hello, we have same shell script that uses remsh and rcp and we want to replace them with ssh and scp. It works fine but it takes a lot of time. A "re...
Summary: [Say: "/home/user/john_doe/file.txt" on server u30001 to the same path on node u30002.] use a program called scp [Also, is there a smart way to copy U...