ClientTryExecute Method
Tries to execute a command on the FTP server.
Namespace: DevCase.ThirdParty.FluentFTPAssembly: DevCase.net48.ThirdParty.FluentFTP (in DevCase.net48.ThirdParty.FluentFTP.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool TryExecute(
string command
)
Public Function TryExecute (
command As String
) As Boolean
Dim instance As Client
Dim command As String
Dim returnValue As Boolean
returnValue = instance.TryExecute(command)
public:
bool TryExecute(
String^ command
)
member TryExecute :
command : string -> bool
No code example is currently available or this language may not be supported.
- command String
-
The command to execute on the FTP server.
Boolean if command execution successfull, otherwise returns
.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FluentFTP