Class FtpSizeReply
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
Reply from a SIZE command
public class FtpSizeReply
- Inheritance
-
FtpSizeReply
- Inherited Members
- Extension Methods
Constructors
FtpSizeReply()
public FtpSizeReply()
Properties
FileSize
The returned file size
public long FileSize { get; set; }
Property Value
Reply
The reply we got
public FtpReply Reply { get; set; }