PowerTCP FTP for .NET
ChangeDirectoryUp Method (Ftp)



Sends the "CDUP" command to the server.
Syntax
Public Function ChangeDirectoryUp() As Response
Dim instance As Ftp
Dim value As Response
 
value = instance.ChangeDirectoryUp()
public Response ChangeDirectoryUp()
public:
Response^ ChangeDirectoryUp(); 

Return Value

Exceptions
ExceptionDescription
FtpProtocolExceptionThe command did not succeed.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 5.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic