Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTP download
Message
General information
Forum:
Visual Basic
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00424786
Message ID:
00426707
Views:
27
Hi Philip,

Thanks for your reply.
I got the e-mail sending to work using MAPI control in VB. It was very cool.

BTW, Even though I got the file down loading to work using FTP that came with a tool kit. I have been trying to get this done using INTERNET TRANFER PROTOCOL in VB.

I am having some problem with it. Have you done anything with
INTERNET TRANFER PROTOCOL? the examples looks very easy to follow in the help, but I couldn't get it to work.

here is the problem, If you can help me with it.
the file I want is in 4070/pickup directory.

Inet1.URL = "ftp://voicefx.com/4070/pickup"
Inet1.username = "*********"
Inet1.password = "*********"
Inet1.icUseDefault = 0

is the protocol property of INTERNET TRANFER PROTOCOL set to 2-icFTP ?
What would be the Remote Host? is it same as URL ?
how do I go to the 4070/pickup directory ?

I tried following the MSDN help file example to EXECUTE the change directory.
I think I am not doing something right.

Inet1.Execute Inet1.URL, "GET 40700929.001 c:\40700929.001"
Do While Inet1.StillExecuting
DoEvents
Loop

Inet1.Execute , "CLOSE"


HOW WOULD YOU DO THIS CORRECT?

I apprecite your help.
Lal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform