"Ron" <gron@xxxxxxxxxxx> wrote: >
>I use the following command in my application. Problem is that the ftp
>executable doesn't disappear from the memory even after its work (its work
>is done well).
>
>Can someone advise please?
Why rely on a separate executable? With the WinInet APIs, it is easy to do
an FTP transfer entirely within your application.
Check out these APIs:
InternetOpen
InternetConnect
FtpGetFile
InternetCloseHandle
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc
.
Re: FrontPage API ...FrontPage uses the connection info / mechanism used by Internet Explorer. ... Starting an FTP Session... The application establishes an ftp session by calling InternetConnect on a handle created by ... Enumeration of a directory on an ftp server requires the creation of a handle by FtpFindFirstFile. ... (microsoft.public.frontpage.programming)
Re: PLEASE HELP! URLDownloadToFile fails. ... moreover you can check for msdn for ftp access.... My sanity holds in the balance, the folowing URLDownload call fails with error 0x800C0006L. ... The FTP file does exists, and correct latter case is used. ... (microsoft.public.windowsce.embedded.vc)
Re: PLEASE HELP! URLDownloadToFile fails. ... moreover you can check for msdn for ftp access.... My sanity holds in the balance, the folowing URLDownload call fails with error 0x800C0006L. ... The FTP file does exists, and correct latter case is used. ... (microsoft.public.windowsce.embedded)
Re: [ OT ] WinInet API: Accessing a file on FTP for Reading ... |I am using WinInet APIs to access a file on an FTP server (using ... | InternetOpen, InternetConnect, FtpOpenFile). ... | a better alternative (like the one provided by CreateFile windows API... (alt.comp.lang.learn.c-cpp)
secure FTP client for Pocket PC/WinCE ... We have developed a FTP client for Pocket PC 2002 ... It is based on InternetOpen, InternetConnect,... InternetReadFile/WriteFile, ReadFile/InternetWriteFile... (for upload) ... (microsoft.public.pocketpc)