 | SFTPFileExists Method (String, String, String, String) |
Files the exists.
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic static FWRetVal FileExists(
string strHost,
string strUserName,
string strPassword,
string serverFile
)
Public Shared Function FileExists (
strHost As String,
strUserName As String,
strPassword As String,
serverFile As String
) As FWRetVal
public:
static FWRetVal^ FileExists(
String^ strHost,
String^ strUserName,
String^ strPassword,
String^ serverFile
)
static member FileExists :
strHost : string *
strUserName : string *
strPassword : string *
serverFile : string -> FWRetVal
Parameters
- strHost
- Type: SystemString
The string host. - strUserName
- Type: SystemString
Name of the string user. - strPassword
- Type: SystemString
The string password. - serverFile
- Type: SystemString
The server file.
Return Value
Type:
FWRetVal[Missing <returns> documentation for "M:Koden.Utils.FTPClient.SFTP.FileExists(System.String,System.String,System.String,System.String)"]
See Also