Integral FTP

Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS

 
Method Summary
<static> int FTPClient_getRetryCount()
           Returns the current retry-count, which determines the number of times the client will retry a failing transfer before giving up.
<static> int FTPClient_getRetryDelay()
           Returns the current retry-delay (in milliseconds), which is the amount of time to wait before retrying a failed transfer.
<static> void FTPClient_setRetryCount(<int> count)
           Sets the current retry-count, which determines the number of times the client will retry a failing transfer before giving up.
<static> void FTPClient_setRetryDelay(<int> delay)
           Sets the current retry-delay (in milliseconds), which is the amount of time to wait before retrying a failed transfer.


Method Detail

FTPClient_getRetryCount

<static> int FTPClient_getRetryCount()

FTPClient_getRetryDelay

<static> int FTPClient_getRetryDelay()

FTPClient_setRetryCount

<static> void FTPClient_setRetryCount(<int> count)

FTPClient_setRetryDelay

<static> void FTPClient_setRetryDelay(<int> delay)

Integral FTP

Documentation generated by JSDoc on Tue Jan 24 10:46:49 2012