I mean I get all the *.cdv list, but I don't know how to stream out the
list into a file? thanks.
Janis wrote:
> tao_benz@hotmail.com wrote:
> >
> > I have a pre-defined file pattern called *.cdv. After I connected to
> > the FTP server, how can I write command to find all the files match
> > *.cdv in the current folder level and save these files path into a new
> > file which will be stored on my local machine. thanks in advance!!!
>
> You mean you want to get a couple remote files with the same
> extension? Use the ftp command 'mget *.cdv'.
>
> Janis