Page 1 of 1

Batch map FTP network drive

Posted: 25 Mar 2009 05:23
by jbird123
Hi guys, nice site just looking for some help (pretty basic really)

Im amking a batch file that maps a network drive basically.
net use z: \\Server\Share

ok, works fine :)

but I need to add an FTP location. I know it will work because I can do it my doing it manually (My Computer > Map network drive).

Whenever I use net use z: ftp://USERNAME:PASSWORD@ftp.ftphost.com I get this:
System error 67 has occured.
The network name cannot be found.


So basically I jsut need a script to map an FTP location to a drive in windows. Can you help please?

Thanks! :D