Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Internet Transfer Protocol 6 - Creating Folders on Web Server

Hi All, i have a quick question, how does one go about creating a folder on a webserver through ftp ( or maybe im going about this the wrong way ) Thanks
[153 byte] By [vchatlive] at [2007-11-11 10:08:57]
# 1 Re: Internet Transfer Protocol 6 - Creating Folders on Web Server
http://www.google.com/search?q=ftp+commands
Phil Weber at 2007-11-11 17:23:07 >
# 2 Re: Internet Transfer Protocol 6 - Creating Folders on Web Server
got it. and for anyone else that wants the direct answer...

Microsoft Internet Transfer Controls (Inet1)

Inet1.remotehost = "ftp.hostname.com"
Inet1.execute "MKDIR " + variable for folder to create
vchatlive at 2007-11-11 17:24:07 >