Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTPx from mabry
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00723608
Message ID:
00723613
Views:
11
>As I know, Ftpx have to be run in non-blocking mode in VFP and also for runtime error
>handling purposes. VFP error will be run and not catchable in error event if it is run in
>blocking mode.

I just ran the following code successfully in VFP6, for what it's worth:
ftp1 = CREATEOBJECT("Mabry.FTPXObj")

Ftp1.Blocking = .T.
Ftp1.Host = MYHOSTNAME
Ftp1.LogonName = MYLOGONNAME
Ftp1.LogonPassword = MYLOGONPASSWORD
Ftp1.Connect 

?ftp1.State
?ftp1.quote("PWD")
?ftp1.ReadData
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform