FTP via VB to an FTP Server 
Author Message
 FTP via VB to an FTP Server

Is there a way to programmatically use ftp to send files from a pc to an
FTP Server

Regards

Chris Davis



Sat, 01 Sep 2001 03:00:00 GMT  
 FTP via VB to an FTP Server
Hi Chris

Quote:
>Is there a way to programmatically use ftp to send files from a pc to an
>FTP Server

Simply use the Microsoft Internet Transfer Control

    Hope it helps

        Ralf



Sat, 01 Sep 2001 03:00:00 GMT  
 FTP via VB to an FTP Server
Got to my homepage ( http://users.turboline.be/btl10148/ ) and look for
VBFTP.zip

HTH,
Pieter Philippaerts
http://users.turboline.be/btl10148/

Chris Davis heeft geschreven in bericht

Quote:
>Is there a way to programmatically use ftp to send files from a pc to an
>FTP Server

>Regards

>Chris Davis



Sat, 01 Sep 2001 03:00:00 GMT  
 FTP via VB to an FTP Server
There are stacks of ways to implement FTP from VB but most are total
overkill.  FTP is very easy to scipt to.  You can shell to FTP with a -s on
the command line to tell the ftp exe program to run with a text file full of
its instructions written at run time.  This is the simplest method of all.

A superb example of FTP with the HTTP protocols exists at www.15seconds.com
in the Articles section.

John Timney (MVP)

Quote:
>Is there a way to programmatically use ftp to send files from a pc to an
>FTP Server



Mon, 03 Sep 2001 03:00:00 GMT  
 FTP via VB to an FTP Server
Just use the the WinInet.DLL that comes with IE4.  It exposes all of the
functions needed to implement an FTP client.

scott



Wed, 05 Sep 2001 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. FTP thru proxy server via VB???

2. FTP thru proxy server via VB???

3. How To FTP a File To FTP Server

4. How to upload to an FTP server via telephone line

5. Auto FTP via VB

6. FTP via VB.....

7. FTP file (stock quote)via VB program.

8. Download files via ftp and http using Inet Control in VB 6.0

9. filename converted undesirably into upper cases during ftp via Internet Transfer Control in VB

10. Get file from private FTP via VB

11. Upload file to ftp/web server with VB.nET

12. VB / Excel file open from FTP server - Readonly

 

 
Powered by phpBB® Forum Software