how to transfer file from one system to another system in
unix? which cmd to be use?
Answer Posted / 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 |
Post New Answer View All Answers
which r the connectors used in san?
What is the difference between in process and inter process?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
How to convert RGB Value to Hexadecimal values in datastage?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
What steps should be taken to improve Datastage jobs?
To see hidden files in LINIX?
Is the value of staging variable stored temporarily or permanently?
sed,awk,head
Name the command line functions to import and export the DS jobs?
What is apt_config in datastage?
What is the difference between an operational datastage and a data warehouse?
what is the difference between == and eq in UNIX shell scripting?
Differentiate between Join, Merge and Lookup stage?