VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

FTP ocx

Teera  (1 Submission)   OLE/COM/DCOM/Active-X   VB 6.0   Unknown Difficulty   Fri 19th May 2000   Mon 8th February 2021

FTP ocx

API Declarations


'Winsock name : tcpService
'Timer : ControlTimer

'Default Property Values:
Const m_def_Password = ""
Const m_def_Username = ""
Const m_def_Url = ""
Const m_def_Port = 21
Const m_def_TimeOut = 12000

'Property Variables:
Dim m_Password As String
Dim m_Username As String
Dim m_Url As String
Dim m_Port As Integer
Dim m_TimeOut As Long

'Event Declarations:
Event State(ByVal Reply As String)
Event Progress(ByVal bytes As Long)

'Variables:
Private Data As String
Private strReply As String
Private Reply As String
Private strCommand As String
Private iFileNum As Integer
Private TimeIsOut As Boolean
Private FileDest As String
Private FileSource As String


Rate FTP ocx (2(2 Vote))
FTP ocx.bas

FTP ocx Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters