FTP FILE TRANSFER PROTOCOL FROM VBA?

  • Thread starter Thread starter jari toukkari
  • Start date Start date
J

jari toukkari

Hi gurus

An Excel file is saved as .csv and that should be send using ftp to a
certain address. Possible? How?

I tried this simply by save-as to an IP address, but it stopped the
receiving server and I don't want to test that again ;-)

Cheers, Jari T
 
Here are a couple of ideas.

SAMPLE: VBFTP.EXE: Implementing FTP Using WinInet API from VB
http://support.microsoft.com/default.aspx?scid=kb;en-us;175179


If you look at all of the available controls that are in the Userform
Toolbox or Control Toolbox toolbar you may find: "Microsoft Internet
Transfer Control". (I know it's included with the Developer Version of MS
Office, maybe standard Office too?) It is an ActiveX control of the WinInet
API listed above.

Troy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top