FTP status

HI

I am looking for a command, which redirect the ftp result to a text file. So I can analysis all the result code.

I am also new on UNIX. Normally I ftp by using the .netrc.
Is there any way when I exit from the .netrc instead of displaying the status by ftp -v, can I pipe/sendit it to a text file.

I hope my request is clear.

ftp -v 2>&1 | tee ftp.log

Hi.

Thanks fro the reply.

May be I did not clear my self. I shell the ftp command for RS6000 box.

How I can connect this ftp -v 2>&1 | tee ftp.log to my shell command.

Shell Syntax: // SHELL COMMAND-'ftp xx.xx.x.xxx.' from JCL.

Please help me out!

Thanks

:eek:

RS6000? JCL??

no

J.D Account System or Unibol runs over unix. JCL Job Control Language. To use any unix command, or go out of J.D envirnoment, just shell out with command syntec.

Than you very much for you Help.