EAPUtilFtpUpload Method (String, String, String, String, Boolean) |
Upload File using FTP Protocol to given FTP Server
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void FtpUpload(
string ftpPath,
string userID,
string password,
string fileName,
bool useSSL
)
Public Shared Sub FtpUpload (
ftpPath As String,
userID As String,
password As String,
fileName As String,
useSSL As Boolean
)
Parameters
- ftpPath
- Type: SystemString
URI to FTP Server - userID
- Type: SystemString
Username for FTP Server - password
- Type: SystemString
Password for FTP Server - fileName
- Type: SystemString
Name of file to upload - useSSL
- Type: SystemBoolean
Whether connection should use SSL
See Also