|
FtpClientSetCurrentDirectory Method
|
Changes the current FTP session directory to the specified path.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public void SetCurrentDirectory(
string directoryPath
)
Public Sub SetCurrentDirectory (
directoryPath As String
)
public:
void SetCurrentDirectory(
String^ directoryPath
)
member SetCurrentDirectory :
directoryPath : string -> unit
function SetCurrentDirectory(directoryPath);
View SourceParameters
- directoryPath String
- New directory.
Remarks directoryPath value is ignored on TFTP.
See Also