--- In [email protected], "mathewcos" <[EMAIL PROTECTED]> wrote:
> ftp>bi > ftp>hash > ftp>mput *.* > > Here ftp is transfering only 2 files ie;index.pdx,welcome.html > > It is not transfering any directories. > > Why it is happening like this? Please help me to solve this. > How can I see the options associated with ftp commands? try mput -r * when you say *.* its understood as "any file containing . in the name" and directories here do not have a '.' in their filename PS: I am not sure if '-r' option works for recursive copy with mput :-|
