Use screen command in AIX to scp file to other server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Use screen command in AIX to scp file to other server
# 1  
Old 04-30-2014
Use screen command in AIX to scp file to other server

Hello,

Please assist me in using screen command in AIX to scp file to other server



Best regards,
Vishal
# 2  
Old 04-30-2014
What have you tried so far?
Have you read the manual pages?
What are the two server OS and versions?
Have you researched and got a problem?
What output/errors do you get?

A bit more explanation of effort on your part might elicit an answer.
# 3  
Old 04-30-2014
Both the severs os are AIX.



Best regards,
Vishal
# 4  
Old 04-30-2014
.... and the version?

Then try man scp

Let us know what problems you are having.

There is also this:- Help for SCP



Please use both and answer my other questions if you want further assistance.



Regards,
Robin

Last edited by rbatte1; 04-30-2014 at 01:27 PM.. Reason: Added lmgtfy link.
# 5  
Old 04-30-2014
Quote:
Originally Posted by Vishal_dba
Please assist me in using screen command in AIX to scp file to other server
Please assist me in using a washcloth to start a fire.

Can you explain (in addition to the other questions you have been asked) what "screen" has to do with "scp"? These are completely different programs which have nothing to do with each other. Use "scp" to transfer files, use "screen" to create (sort-of) virtual terminals.

bakunin
# 6  
Old 04-30-2014
can't screen be used to scp a file just like nohup?I think one line answer or command would have given the response instead of getting into unnecessary idioms.

Best regards,
Vishal
# 7  
Old 04-30-2014
Quote:
Originally Posted by Vishal_dba
can't screen be used to scp a file just like nohup?
Sigh, ... you can't "use screen to scp" and you can't "use nohup to scp" anything either! You can use "scp" to transfer a file - period. You can use "screen" (or "nohup" and probably some other tools) to make a process independent of a real existing terminal. But this capability has ABSOLUTELY NOTHING TO DO WITH SCP, for chrissakes!

So, for the umpteenth time, and hopefully this time in a form you can understand: is your problem:

a) to understand how to use scp in particular

b) to understand how to transfer a file

c) to understand how processes, terminals, etc. are connected

d) how to use "screen" in particular

e) something else you didn't bother to mention

f) none of the above

You come across like someone wanting us to do something. We will not! We will tell you how to do it yourself, but we will not - definitely not! - do it for you.

bakunin
These 3 Users Gave Thanks to bakunin For This Post:
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need some help regarding file transfer between server (sftp/scp)

Hi All, Need some help regarding file transfer between server. Suppose we have system-A and system-B. To transfer file from system-A to system-B we usually share the public keys of system-A to system-B and do scp/sftp to transfer a file. Is it possible that public key of system-B can be... (3 Replies)
Discussion started by: abhi_123
3 Replies

2. AIX

ASK | How to scp command AIX to windows

Hii Master, im will copy file/directory aix to windows with scp commandline, but some error below: Note: If ping to 172.16.0.250 reply and was connected, and was open/allow port 22 at windows server inbound In aix finish installing ssh in windows finish installing winscp my... (3 Replies)
Discussion started by: williamen
3 Replies

3. AIX

How to copy file from Windows to AIX using SCP?

Hi I'd like to copy file ( or directory ) from a window server to an unix server using scp command, something like this scp -rp admin@10.0.99.99:C:\Documents and Settings\abc.txt /home/oracle/abc.txtI tried testing something like command above but nothing worked. Somebody help !! Thank you (7 Replies)
Discussion started by: bobochacha29
7 Replies

4. Shell Programming and Scripting

I want to scp file from one server to another, both server have different user name and

i want to scp file from one server to another. both server have different user name and it needs to give password to transfer file.how can we mention password in the script itself so that we need not mention password while running the script. Say from servers cpli with user abc and file path /opt... (7 Replies)
Discussion started by: Moon1234
7 Replies

5. Shell Programming and Scripting

How to scp File from root user in one server to say crt user in another server and avoid password?

Can someone help in writing some script through which I can transfer file (scp) from root user in abc server to crt user in hfg server and can give the crt user password in script itself so that it doesn't prompt me every time for password (4 Replies)
Discussion started by: Moon1234
4 Replies

6. UNIX for Dummies Questions & Answers

scp to get a file from windows desktop to UNIX server

Hi, I want to use scp to upload file to my unix server. i am using this: scp D:\testr.txt unixuser@unixhost:/path it returns an error: ssh: D: host/servname not known i am not sure how to tell path of my D drive in the command and how will command understand it has to pick from my... (5 Replies)
Discussion started by: Kohli
5 Replies

7. Solaris

how scp a file to server with space in the directory name

Hello forum, I’m trying to get someone else’s log rotation & sync script working. The ksh script is sending daily compressed log files to a Windows RSA envision server. The name of the directory is “CA SITEMINDER_<IP address of the sending server>”. The servers we are sending from are a mix of... (3 Replies)
Discussion started by: TKD
3 Replies

8. Shell Programming and Scripting

scp file to another server without asking for password

hi I tried reading some of the threads w.r.t scp/sftp file to another server in the same network without asking for password while copying files.....but couldnot succeed. i have generated the public key for the system using "ssh-keygen -t " and kept it in the .ssh/authorized_keys file. ... (8 Replies)
Discussion started by: aemunathan
8 Replies

9. UNIX for Advanced & Expert Users

Using SCP command in IBM AIX to download file from remote to local system

Hi, When i run the code in solaris unix machine, the file from remote server is getting downloaded. but when i use the same code in IBM AIX remote machine, it is not running. It is saying "Erro during scp transfer." Below is the code. Please give some resolution. SCPClient client = new... (1 Reply)
Discussion started by: gravi2020
1 Replies

10. UNIX for Dummies Questions & Answers

File Missing When Grabbing Files from SFTP Server using SCP Command

Hi, I have this problem where sometimes my files would go missing when I schedule my crontab to run the SCP command to get file from the SFTP server. My crontab will run the scripts at an interval of 3 minutes (between the two scripts) The following is the setting in my crontab. ... (1 Reply)
Discussion started by: gingervitus
1 Replies
Login or Register to Ask a Question