FSN#33301 Username/password velden alleen nog expliciet. Verder wat code versimpeling

svn path=/Website/trunk/; revision=25657
This commit is contained in:
Jos Groot Lipman
2015-07-16 08:00:41 +00:00
parent fd609677af
commit ab5c5f805b

View File

@@ -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;