Connecting Tech Pros Worldwide Help | Site Map

URGENT : create folder using vb script in ftp server

 
LinkBack Thread Tools Search this Thread
  #1  
Old October 30th, 2008, 04:34 AM
Member
 
Join Date: Jun 2006
Posts: 48
Default URGENT : create folder using vb script in ftp server

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
Reply
  #2  
Old October 30th, 2008, 09:05 AM
Needs Regular Fix
 
Join Date: Mar 2008
Posts: 283
Default

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
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search


Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.