The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-19-2002
RTM's Avatar
RTM RTM is offline Forum Advisor  
Hog Hunter
  
 

Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
It matters what you are using to do the ftp (and possibly where you are going to).

Normal ftp does not create directories on the fly (the plain file error) as far as I can tell - you can use mkdir to create the directories and then use mput to put the other files into the directory.

If you can, use a ftp client or web browser that will create directories without the hassle.