nttransfer
Vars | |
actual_netspeed | Displayed in the UI, this is the actual transfer speed. |
---|---|
connected_clients | List of connected clients. |
download_completion | Download progress in GQ |
downloaded_file | File which is being downloaded |
error | Error message |
provided_file | File which is provided to clients. |
remote | Client var, specifies who are we downloading from. |
server_password | Optional password to download the file. |
unique_token | UID of this program |
upload_menu | Whether we show the program list and upload menu |
Procs | |
crash_download | Crashes the download and displays specific error message |
finalize_download | Cleans up variables for next use |
finish_download | Finishes download and attempts to store the file on HDD |
get_ntnet_speed | Returns the current ntnet speed of the computer the program is running on. NTTransfer needs to be able to get the speed from instances on other computers. |
Var Details
actual_netspeed
Displayed in the UI, this is the actual transfer speed.
connected_clients
List of connected clients.
download_completion
Download progress in GQ
downloaded_file
File which is being downloaded
error
Error message
provided_file
File which is provided to clients.
remote
Client var, specifies who are we downloading from.
server_password
Optional password to download the file.
unique_token
UID of this program
upload_menu
Whether we show the program list and upload menu
Proc Details
crash_download
Crashes the download and displays specific error message
finalize_download
Cleans up variables for next use
finish_download
Finishes download and attempts to store the file on HDD
get_ntnet_speed
Returns the current ntnet speed of the computer the program is running on. NTTransfer needs to be able to get the speed from instances on other computers.