Package Skype4Py :: Module filetransfer :: Class IFileTransfer
[frames] | no frames]

Class IFileTransfer

source code

  object --+    
           |    
utils.Cached --+
               |
              IFileTransfer

Represents a file transfer.

Instance Methods
 
__repr__(self)
repr(x)
source code

Inherited from utils.Cached: __copy__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from utils.Cached: __new__

Class Variables

Inherited from utils.Cached: _cache_

Properties
int BytesPerSecond
Transfer speed in bytes per second.
long BytesTransferred
Number of bytes transferred.
File transfer failure reason FailureReason
Transfer failure reason.
unicode FileName
Name of the transferred file.
unicode FilePath
Full path to the transferred file.
long FileSize
Size of the transferred file in bytes.
datetime.datetime FinishDatetime
File transfer end date and time.
float FinishTime
File transfer end timestamp.
int Id
Unique file transfer Id.
unicode PartnerDisplayName
File transfer partner DisplayName.
unicode PartnerHandle
File transfer partner Skypename.
datetime.datetime StartDatetime
File transfer start date and time.
float StartTime
File transfer start timestamp.
File transfer status Status
File transfer status.
File transfer type Type
File transfer type.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

BytesPerSecond

Transfer speed in bytes per second.

Get Method:
_GetBytesPerSecond(self)
Type:
int

BytesTransferred

Number of bytes transferred.

Get Method:
_GetBytesTransferred(self)
Type:
long

FailureReason

Transfer failure reason.

Get Method:
_GetFailureReason(self)
Type:
File transfer failure reason

FileName

Name of the transferred file.

Get Method:
_GetFileName(self)
Type:
unicode

FilePath

Full path to the transferred file.

Get Method:
_GetFilePath(self)
Type:
unicode

FileSize

Size of the transferred file in bytes.

Get Method:
_GetFileSize(self)
Type:
long

FinishDatetime

File transfer end date and time.

Get Method:
_GetFinishDatetime(self)
Type:
datetime.datetime

FinishTime

File transfer end timestamp.

Get Method:
_GetFinishTime(self)
Type:
float

Id

Unique file transfer Id.

Get Method:
_GetId(self)
Type:
int

PartnerDisplayName

File transfer partner DisplayName.

Get Method:
_GetPartnerDisplayName(self)
Type:
unicode

PartnerHandle

File transfer partner Skypename.

Get Method:
_GetPartnerHandle(self)
Type:
unicode

StartDatetime

File transfer start date and time.

Get Method:
_GetStartDatetime(self)
Type:
datetime.datetime

StartTime

File transfer start timestamp.

Get Method:
_GetStartTime(self)
Type:
float

Status

File transfer status.

Get Method:
_GetStatus(self)
Type:
File transfer status

Type

File transfer type.

Get Method:
_GetType(self)
Type:
File transfer type