EnableSite

Top  Previous  Next

EnableSite

 

Declare

procedure EnableSite(Sitename: string; ThisSession: boolean);

 

Description

Enable a site

 

Parameters

Sitename

Specifies which FTP need to be enabled

ThisSession

set it to TRUE to enable the site temporary, set it to FALSE to enable the site and save to site file

 

Examples

//Enable the site named "site1" temporary

RushApp.FTP.EnableSite('site1',TRUE);

 

//Enable the site named "site1" , and save the site status to site file

RushApp.FTP.EnableSite('site1',FALSE);

 

 

See Also

Popup a dialog to accept input bookmark and tell all connections jump to this bookmark