PowerTCP FTP for .NET
CopyResult Class Members
Properties  Methods 


The following tables list the members exposed by CopyResult.

Public Properties
 NameDescription
Public PropertyAction Gets the requested action (either CopyAction.Get or CopyAction.Put).  
Public PropertyCountGets the total number of bytes copied. Will be less than Position when appending to an existing file.  
Public PropertyDateTimeSet Returns true if the DateTime of the destination file was updated to the DateTime of the source.  
Public PropertyIsDirectory Returns true if the item is a directory. (Inherited from Dart.Ftp.RemoveResult)
Public PropertyLengthGets the size of the file being copied. Returns the value of Position if the SIZE is unknown or less than Position.  
Public PropertyLocalPath Gets the absolute path of the file on the client.  
Public PropertyMode Gets the technique used for the copy (Copy, Synchronize, Restart or Append).  
Public PropertyPercentage Gets the percentage (0-100) of bytes transferred in the copied file.  
Public PropertyPosition Gets the current position within the file being copied.  
Public PropertyRemotePath Gets the path of the file or folder on the server. (Inherited from Dart.Ftp.RemoveResult)
Public PropertyResponse Gets the last response received from the server  
Public PropertyStartTime Gets the time that the copy action started.  
Public PropertyStatus Gets the status of the copy operation.  
Top
Public Methods
 NameDescription
Public MethodGetException Gets any Exception that occurred during the operation. (Inherited from Dart.Ftp.RemoveResult)
Top
See Also

Reference

CopyResult Class
Dart.Ftp Namespace


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