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 |
I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???
What are the some differences between 7.x and 8.x version of datastage?
which r the connectors used in san?
how to handle null values using transformer stage?
what is A Datastage?
How you Implemented SCD Type 1 & Type 2 in your project?
What all the types of jobs you developed?
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
pls ,tell me good Training centre with Job Oppertunity for Data stage in chennai?
What is diff between Junk dimensions and conform dimension?
I am running a job with 1000 records.. If the job gots aborted after loading 400 records into target... In this case i want to load the records in the target with 401 record... How will we do it??? This scenario is not for sequence job it's only in the job Ex: Seq file--> Trans--> Dataset..
9 Answers Cognizant, IBM, TCS, Virtusa,
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2