PowerTCP FTP for .NET
ChangeDirectoryUp Method



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 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic