Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

October 11, 2005

Install phpBB using Chilkat FTP-2

Installing WordPress and phpBB was one of the reasons behind implementing the new PutTree in Chilkat FTP-2. Here is a sample VBScript that copies the phpBB directory tree (as downloaded from www.phpbb.com) to a remote FTP directory:

set ftp = CreateObject("ChilkatFtp2.ChilkatFtp2″)
ftp.UnlockComponent "30-day trial"

ftp.Username = "myLogin"
ftp.Password = "myPassword"
ftp.Hostname = "something.someforum.com"

ftp.Connect
ftp.CreateRemoteDir "phpBB"
ftp.ChangeRemoteDir "phpBB"

‘ Copy the local directory tree into the current remote directory.
ftp.PutTree "c:/phpBB2″


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.