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

how to clear the source file? 2) diff b/t odbc & Oracle?what is node? 3) explain one complex job u face in ur project

2 Answers   Wipro,


which unix commands mostly used in datastage

3 Answers   HSBC,


What is use Array size in datastage

0 Answers  


How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use

6 Answers   IBM,


how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know

2 Answers  






How the ipc stage work?

0 Answers  


What is a folder? Difference types of stages?

0 Answers  


What is RCP?

2 Answers   TCS,


country, state 2 tables r there. in table 1 have cid,cname table2 have sid,sname,cid. i want based on cid which country's having more than 25 states i want to display?

3 Answers   Wipro,


what is mapping lookup

1 Answers  


How a routine is called in datastage job?

0 Answers  


how can u handle null values in transformer stage.

7 Answers  


Categories