EAPUtilFtpGetFileContents Method (String, String, String, Boolean) |
Retrieve information about file located on FTP Server
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string FtpGetFileContents(
string ftpFileAndPath,
string userID,
string password,
bool useSSL
)
Public Shared Function FtpGetFileContents (
ftpFileAndPath As String,
userID As String,
password As String,
useSSL As Boolean
) As String
Parameters
- ftpFileAndPath
- Type: SystemString
Remote path to file - userID
- Type: SystemString
Username for FTP Server - password
- Type: SystemString
Password for FTP Server - useSSL
- Type: SystemBoolean
Whether connection should use SSL
Return Value
Type:
StringFTP Response for information about remote file
See Also