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 |
when we will use connected Lookup & Unconnected Lookup
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq
SEQUENTIAL FILE I HAVE ONE RECORD,I WANT 100 RECORDS IN TARGET?HOW CAN WE DO THAT?PLS EXPLAIN ME AND WHAT STAGES ARE THERE?WHAT LOGIC?
I have a source table with column name CITY having 100 records, I want target table with column name start with 'A' and 'B',remaining columns as reject outputs. how can achieve this by data stage?please help me?????
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?
What is the difference between validated and compiled in the datastage?
if ename='subbu' while running job the job should be abort how come?
Which algorithm you used for your hashfile?
Where do you see different stages in the designer?
What is the difference b/w Hash file and Lookup Fileset stages?
What are the types of jobs we have in datastage?
What is the difference between orabulk and bcp stages?