This isn't work and I don't understand the error message.  Any help would be
appreciated:

Using the deployment wizard, I created the following script

// =================================================================== 
// Project Name:           BreakingFolder
// Date/Time Generated:    11/22/2000 11:10
// 
// =================================================================== 
// Server List:
// 
// ftp://wwwMySite
// =================================================================== 

function Main() 
{
 var app = Application;

 
app.DeploymentManager.OpenProject("F:\\site\\www\\breaking\\BreakingFolder.a
pf");
   // =================================================================== 
   // Set Deployment Flags...
   // =================================================================== 
   app.DeploymentManager.CreateFolder = true;
   app.DeploymentManager.UploadOnlyIfNewer = true;
   app.DeploymentManager.EncryptCFML = false;
   app.DeploymentManager.ForceLowerCase = false;
   // =================================================================== 
   // Server ftp://wwwMySite Deployment
   // =================================================================== 
   // >>> Folder: BreakingFolder\breaking
 
app.DeploymentManager.UploadFile("F:\\site\\www\\breaking\\breaking.shtml","
ftp://www.mysite.com:21/www/breaking/breaking.shtml");

   
   app.DeploymentManager.CloseProject();
 
}

The error is:

"No Deployment Folder Path for folder: breaking"
and
"No Deployment Folder Path for folder: images"



=========================
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=========================

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to