how to transfer file from one system to another system in
unix? which cmd to be use?

Answers were Sorted based on User's Feedback



how to transfer file from one system to another system in unix? which cmd to be use?..

Answer / kalyani

using FTP (File Transfer protocal), we can transfer the file

Is This Answer Correct ?    14 Yes 0 No

how to transfer file from one system to another system in unix? which cmd to be use?..

Answer / subhash

using FTP:
1. FTP IP addr(remote machine IP address)
2. then cd PATH(to/from which directory, we need to copy
file)
3. lcd PATH(lcd-Locaal machine directory, to/from which
directory, file to be placed or selected)
4. PUT/GET file_name
If we want put file in remote machine, use PUT file_name
If we want get the file from remote machine, use GET
file_name.

Is This Answer Correct ?    5 Yes 0 No

how to transfer file from one system to another system in unix? which cmd to be use?..

Answer / prasu

Thrught SCP Command also we can

Is This Answer Correct ?    6 Yes 4 No

how to transfer file from one system to another system in unix? which cmd to be use?..

Answer / sarath

using FTP as ftp (ipaddr).. the system will b connected to the specified address. Now we can specify the file name using
mget filename. the file will b loaded to the current directory of your system

Is This Answer Correct ?    2 Yes 0 No

how to transfer file from one system to another system in unix? which cmd to be use?..

Answer / harikiran

in real time project always the files transfers through FTP command. there is a process to do the FTP the files. any body want to now in detail please mail me.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Stage Interview Questions

Where the datastage stored his repository?

0 Answers  


What is oci?

0 Answers  


What is the importance of the exception activity in datastage?

0 Answers  


I have a few records all are same structures data, I want to store data in multiple targets how?

4 Answers   Polaris,


What is orabulk stage?

0 Answers  


How to delete the data in dataset?types of deleting the data in dataset?

4 Answers   HSBC,


How can we do null handling in sequential files

3 Answers   Reliance,


I have 2 files 1st contains duplicate records only, 2nd file contains Unique records.EX: File1: 1 subhash 10000 1 subhash 10000 2 raju 20000 2 raju 20000 3 chandra 30000 3 chandra 30000 File2: 1 subhash 10000 5 pawan 15000 7 reddy 25000 3 chandra 30000 Output file:-- capture all the duplicates in both file with count. 1 subhash 10000 3 1 subhash 10000 3 1 subhash 10000 3 2 raju 20000 2 2 raju 20000 2 3 chandra 30000 3 3 chandra 30000 3 3 chandra 30000 3

2 Answers   TCS,


How many input links can you give to a Transformer stage?

6 Answers  


This is UNIX question asked in DataStage Interview. Say I have n numbers of records in a text file. I want first 3 records in 1st file, last three records in 3rd file and remaining n-6 records in 2nd file. (Note: we don't know how many records are there in the File. I am getting one file on daily basis and I want three target files as asked above)

2 Answers   CTS,


Whats difference betweeen operational data stage (ods) and data warehouse?

0 Answers  


In one project how many shared containers are created?

3 Answers   NTT Data,


Categories