10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hi,
I want to validate ssh connection one after one for multiple servers..... password less keys already setup but now i want to validate if ssh is working fine or not...
I have .sh script like below and i have servers.txt contains all the list of servers
#/bin/bash
for host in $(cat... (3 Replies)
Discussion started by: sreeram4
3 Replies
2. UNIX for Dummies Questions & Answers
This issue was resolved due to using the correct user transferring the file over to the desktop. (1 Reply)
Discussion started by: Computergal2104
1 Replies
3. Shell Programming and Scripting
I wanna make a shell script that calculates the total time spent on copying a file.
Script will simply copy a file using cp command or maybe wget..
Which commands i can use to get the time details of a file?
thanks, (3 Replies)
Discussion started by: Mhnds
3 Replies
4. Shell Programming and Scripting
Hi,
I am new to scripting, I need to write a script to transfer .TXT files from Server A (ftp) to Server B. Once the files in server B i need to transfer it to server C (sftp). (not transfer of files directly from server A to Server C )
Thanks!
Regards
Sendhil
---------- Post updated at... (3 Replies)
Discussion started by: Sendhil.Kumaran
3 Replies
5. Shell Programming and Scripting
Hi Experts,
Few more words to the title, both the servers are ssh enabled but I have read only access to the second server, so I cannot automate SFTP process using RSA/DSA keys.
I am using Control M to trigger the script and do not want any manual intervention to enter the password to complete... (4 Replies)
Discussion started by: nchourasiya
4 Replies
6. Shell Programming and Scripting
Hi all,
ssh uname@remote_server 'cat /tmp/remote_file_name > home_dir/a512386/new/local_file_name'
The above given command is working fine.
but if i try to move the file only if exists in the remote server i.e) giving the same within if condition it executes but the file is not stored in my... (1 Reply)
Discussion started by: Shri123
1 Replies
7. UNIX and Linux Applications
I am developing an application that submits command line file transfers using ssh (Sun to Sun) and Tectia ssh (Sun to Windows Server) embedded in the code. Potentially many different trusted people will start the programs. Is there a way to have all the settings and keys localized so that there is... (0 Replies)
Discussion started by: PowersThatB
0 Replies
8. UNIX for Advanced & Expert Users
We have tow servers.One Linux server (A) and one unix server (B).
How can i set up so that files can be sftped from A to B.
Please let me know the steps (4 Replies)
Discussion started by: dr46014
4 Replies
9. AIX
If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies
10. Shell Programming and Scripting
Hi folks,
I have written down transfer script , which actually reads the file name from input and FTP the file to other server .
there are following things I am looking for
- our files name are with sequential number like in our server file is placed with combination filename+data+seq... (1 Reply)
Discussion started by: khan1978
1 Replies