a path not found type error.
is Menu_Designer_help_web a sub directory of customerdocumentation_sf as you are indicating with your cd command?
Without knowing the remote directory structure the best we can offer is what it looks like and then to suggest that you might open an FTP session and try the commands as you have scripted them and as you encounter errors re-script to account for the error.
I have a hunch that you might need to try cd .. if Menu_Designer_help_web is actually a level equal to customerdocumentation_sf. If it is a higher level you might need CDUP to take things to the parent directory.
My problem is that I'm using windows Scheduled Task to run a batch FTP file that uploads files from some shared folders to my website. The script runs fine until it reaches the second ftp folder change. The script appears to work but the seed files I've put in the source folders don't appear in any of the FTP folders except the first one.
I'm running the following batch file:
ftp -s: c:\PortalCopies\portal2ftp.txt
The script that I'm calling from the batch file is:
open ftp2.xxxxxxxxxxx.com
upload
xxxxxxx
prompt off
cd portals/2/customerdocumentation_sf
mput D:\Speedshare\CustomerSiteDocumentation_SF\InstallDocs\*.*
mput D:\Speedshare\CustomerSiteDocumentation_SF\MarketingDocs\*.*
mput D:\Speedshare\CustomerSiteDocumentation_SF\ReleaseDocs\*.*
cd Menu_Designer_help_web
mput D:\Share\CustomerSiteDocumentation_SF\ReleaseDocs\Menu_Designer_help_Web\*.*
cd ..
cd newfeatures_web
mput D:\Share\CustomerSiteDocumentation_SF\ReleaseDocs\newfeatures_web\*.*

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic