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
Answer / kalyani
using FTP (File Transfer protocal), we can transfer the file
| Is This Answer Correct ? | 14 Yes | 0 No |
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 |
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 |
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 |
Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)
What are the components of datastage?
hi, 1)totally how many jobs created in ur project 2)what is ur datamart size & Dwh size 3)How secure ur project 4)could u plz tell be about testing process after complete the job will run sucessfully or not in Datastage
What is aggtorec restructure operator?
What is the surrogate key? what is the use of surrogate key? how to Create surrogate key Generator in scd2 in 8.5?
How a source file is populated?
i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com
how do you pass parameters in a script?
HOW CAN WE SEE THE DATA IN DATASET?
12 Answers IBM, TCS,
can we half project in parallel jobs and half project in server jobs?
I have file with empid,empname and I want to load these two fields along with sal in my target 1)salary must be same for all the records 2)I want pass the salary at run time
How many types of views are there in a datastage director?