The FileTransferredEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | BytesTransferred |
Gets number of bytes written to the file.
|
![]() ![]() | FullPath |
Gets the full path of the uploaded file (relative to the root of the user's base filesystem).
|
![]() ![]() | HasFailed |
Gets a value indicating whether the transfer has failed
(= the SFTP session failed and the file handle has not been properly closed by the SFTP client).
|
![]() ![]() | Path |
Gets the path of the uploaded file (relative to the virtual root of the user's virtual filesystem).
|
![]() ![]() | Session |
Gets server session.
|
![]() ![]() | User |
Gets the FileServerUser that uploaded the file.
|