![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to add CRLF support for CSV file generated in unix | amitpansuria | High Level Programming | 3 | 04-07-2008 10:18 AM |
| Issues in the Format in excel file generated from unix machine | Vijay06 | Shell Programming and Scripting | 10 | 12-11-2007 11:33 PM |
| get the last generated log file | ragha81 | Shell Programming and Scripting | 8 | 12-19-2006 08:02 AM |
| generated CSV file on AIX | mpang_ | Shell Programming and Scripting | 0 | 09-05-2006 08:01 PM |
| linking unix generated text file to html page | alexd | Shell Programming and Scripting | 1 | 11-13-2002 09:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to FTP a file generated at UNIX Box to NT Box
Hi all,
I am generating a file on the Unix machine , now i want to FTP the same file to the NT machine. how can i do that and the application currently upon which i am working is a JAVA based application. I need your help. regards Ruchir
__________________
Ruchri |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
you can bring up a FTP service on your UNIX host and then download then file on the NT box, or viceversa, bring up a FTP server on NT and UPload the file
|
|
#3
|
|||
|
|||
|
generated at UNIX Box to NT Box
Hi,
First you should make sure that FTP server is running on the target NT Box, then you can apply the following lines in any shell script ftp -n -v << _eof open 172.16.55.9 user username password cd targetdirectory mput file1 file2 bye _eof Regards |
|||
| Google The UNIX and Linux Forums |