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 |
where the log files or tables can store in DS?
How many jobs in ur project? Explain any complex job u have done in ur project?
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
when u face critical situation in ur project, how to solve them?
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?
If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically
what are the errors,warnings in datastage
How can we improve performance of data stage jobs?
What is the difference between odbc and drs stage?
source which format u will get either fixed or delimiter length format? what is the symbol of delimiter?