using ftp thorugh a form?

  • Thread starter Thread starter Drygast
  • Start date Start date
D

Drygast

I've created a form which uses (and updates) an accessdatabase.
When I quit the progrom I would like to send the database using ftp to a
website,
is this possible and how do I use it?

Regards
/Drygast
 
* "Drygast said:
I've created a form which uses (and updates) an accessdatabase.
When I quit the progrom I would like to send the database using ftp to a
website, is this possible and how do I use it?

VB.NET:

<http://www.freevbcode.com/ShowCode.Asp?ID=4655>
<http://www.allapi.net/downloads/NetFTP.zip>
<http://www.visualbuilder.com/article/viewarticle.asp?id=1234>
<http://www.abderaware.com/>

C#:

<http://www.csharphelp.com/archives/archive9.html>
<http://www.codeproject.com/csharp/FTPDriver1.asp>
 
Drygast,
Matthew MacDonald's book "Microsoft Visual Basic .NET Programmer's Cookbook"
from MS Press has a topic on creating an FTP client that you can use to send
& receive files from an FTP site. Complete with code.

Seeing as you are dealing with a web site, is there a reason you do not want
to HTTP the file to the website? Or create a web service on the website to
transmit the data?

Hope this helps
Jay
 
Back
Top