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 convert alpha Numeric values to alpha using functions?

1 Answers   CTS,


What are the types of hashed files in data stage

0 Answers  


my source seq file have col1 1 2 3 4 5 6 7 8 9 i have 4 targets t1 t2 t3 t4 1 2 3 4 5 6 7 8 9 like this how we can get?

10 Answers   Polaris,


How to RD using transformer?

0 Answers   CTS,


Explain briefly scd type2 in datastage7.5x2(parallel)

1 Answers   IBM,






What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.

2 Answers  


1.what is materialized data? 2.how to view the materialized data?

0 Answers   HCL, IBM,


how to cleansing data

6 Answers   Cap Gemini,


Explain entity, attribute and relationship in datastage?

0 Answers  


source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........

3 Answers   Patni,


explain how to create SCD-2 IN DATASTAGE 7.5X2 PLZ EXPLAIN WITH 4 OR 5 RECORDS TAKE IT EXAMPLE AND JOB DESINGN URGENT

3 Answers   IBM, Polaris,


Tell me the syntax of Configuration file?

1 Answers  


Categories