Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Oct : ICS FTP to table
| Subject: | ICS FTP to table |
| Posted by: | "Werner" (..@village.uunet.be) |
| Date: | Mon, 3 Oct 2005 22:50:30 |
Hi
I like to use ics ftp to transfer the contents direct to a table and not
save it first to disk
Could this be possible.
Now I'm saving to contents to a file on disk, then read the file and save
the contents to the table, wich is time comsuming.
Now:
1.open the ftp
2. read one or more files from ftp
3. save one or more files to disk
4. read file from disk and save to table
5. then close ftp
I like to
1.open the ftp
2. read file from ftp and save to table
3. then close ftp
If not possible with ftp, can this be done with socket to access an ftp
server
Would be great for an example
Thanks in advance for any response
Werner