Download file through ftp with wininet.dll [message #122042] |
Thu, 02 June 2005 09:33 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Leo007
Messages: 15 Registered: June 2005
|
Junior Member |
|
|
Hello,
can somebody help me?
I want to download files with the ftp function
of wininet.dll.
I don't want to use ftp.exe because I don't want to write the username and password in a simple txt file.
I tried to use ffi_gen creating a pll file
but don't know how to handle this correctly.
Can somebody paste how to download a file with the function FtpGetFile.
Sorry for my bad english.
|
|
|
|
|
|
Re: Download file through ftp with wininet.dll [message #122181 is a reply to message #122131] |
Fri, 03 June 2005 10:30 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Leo007
Messages: 15 Registered: June 2005
|
Junior Member |
|
|
Thanks David,
I read the topics maybe I doing something wrong ?!
I have used ffi_gen from developer 6i but I think I am doing something wrong because the pll is created successfully but it didn't work.
I need this three functions of wininet.dll.
InternetOpen
InternetConnect
FtpGetFile
Leo
|
|
|