.NET Scriptable FTP Client

FileSystem.SaveConfig Method 

[This is preliminary documentation and subject to change.]

public void SaveConfig(
   string theSite,
   string theUser,
   string thePasswd
);

Parameters

theSite
Site DNS or IP
theUser
Username used to login
thePasswd
Password used with username

See Also

FileSystem Class | FTPController Namespace