Hi Dear,
i tried the options that you mentioned but i didnt get what i want.Any other possible way ?
Please help
this is what i am getting on the STDOUT
======================================================
Net::FTP=GLOB(0x4024198c)<<< 220 nti261 FTP server (Version 1.1.214.4(PHNE_30990) Mon Nov
2:47:12 GMT 2004) ready.
Net::FTP=GLOB(0x4024198c)>>> user veerams
Net::FTP=GLOB(0x4024198c)<<< 331 Password required for veerams.
Net::FTP=GLOB(0x4024198c)>>> PASS ....
Net::FTP=GLOB(0x4024198c)<<< 230 User veerams logged in.
User veerams logged in.
|230
Net::FTP=GLOB(0x4024198c)>>> CWD ~/working
Net::FTP=GLOB(0x4024198c)<<< 250 CWD command successful.
CWD command successful.
|250
Net::FTP=GLOB(0x4024198c)>>> PORT 10,201,15,62,228,180
Net::FTP=GLOB(0x4024198c)<<< 200 PORT command successful.
Net::FTP=GLOB(0x4024198c)>>> STOR 1
Net::FTP=GLOB(0x4024198c)<<< 150 Opening ASCII mode data connection for 1.
Net::FTP=GLOB(0x4024198c)<<< 226 Transfer complete.
. .. 1 2 a b c d f s zOpening ASCII mode data connection for 1.
Transfer complete.
|226
=====================================
and this is what is being put in the logfile
================================================
User veerams logged in.
|230
CWD command successful.
|250
Opening ASCII mode data connection for 1.
Transfer complete.
|226
/home/veerams/source/1
Opening ASCII mode data connection for 2.
Transfer complete.
|226
/home/veerams/source/2
Opening ASCII mode data connection for a.
Transfer complete.
|226
=======================================
i want the whole output that i am getting on the STDOUT into the logfile and not the one that i am getting now
Any way out ? please help
Thanks in advance
Veera