Connecting Tech Pros Worldwide Help | Site Map

URGENT : create folder using vb script in ftp server

  #1  
Old October 30th, 2008, 05:34 AM
Member
 
Join Date: Jun 2006
Posts: 48
hello

could u please send me the code for creating a folder in ftp server using vb script

I have tried with the following code

<script language="vbscript">
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.CreateFolder("ftp://ftp.xx.xx..com")
</script>

its working fine for creating folder in local but not in ftp server
  #2  
Old October 30th, 2008, 10:05 AM
Needs Regular Fix
 
Join Date: Mar 2008
Posts: 283

re: URGENT : create folder using vb script in ftp server


sorry but people will not just create code for you, also this will obviously not work as an FTP server is not just a local or network folder, please use google before posting your questions!

you cannot just drop to dos and use ' md ftp://1.2.3.4/Example ' and that is what you are trying to do

also if you had searched this forum you would have found this -

http://bytes.com/forum/thread347842.html
Reply