PowerTCP FTP for .NET
UsePWD Property



Specifies whether to utilize PWD commands for file and listing operations.
Syntax
<DefaultValueAttribute(True)>
Public Property UsePWD As Boolean
Dim instance As Ftp
Dim value As Boolean
 
instance.UsePWD = value
 
value = instance.UsePWD
[DefaultValue(true)]
public bool UsePWD {get; set;}
[DefaultValue(true)]
public:
property bool UsePWD {
   bool get();
   void set (    bool value);
}
Remarks
When this property is set to false no PWD commands will be issued, and all path information will be relative.
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