FSN#33301 Username/password velden alleen nog expliciet. Verder wat code versimpeling
svn path=/Website/trunk/; revision=25657
This commit is contained in:
@@ -125,12 +125,12 @@ function ConnectorCls()
|
||||
case "ftp":
|
||||
{ // voorbeeld: "ftp://example.com/folder/"
|
||||
this.ConnectionType = CONNECTION_FTP;
|
||||
Log2File(2, "Creating connector...");
|
||||
Log2File(2, "Creating ftp connector...");
|
||||
var about = new ActiveXObject("SLNKDWF.About");
|
||||
Log2File(2, "Ge<47>nstalleerde SLNKDWF Versie: " + about.VersionString);
|
||||
Log2File(2, about.All);
|
||||
//
|
||||
this.ftpconnection new ActiveXObject("SLNKDWF.FTP");
|
||||
this.ftpconnection = new ActiveXObject("SLNKDWF.FTP");
|
||||
this.ftpconnection.Hostname = URLParts.host;
|
||||
this.ftpconnection.Username = p_bedrijfadres.username;
|
||||
this.ftpconnection.Password = p_bedrijfadres.password;
|
||||
|
||||
Reference in New Issue
Block a user