Using VB.NET to write a simple FTP app.. Is it possible?

  • Thread starter Thread starter Tim Smallwood
  • Start date Start date
T

Tim Smallwood

I have a program I'm wanting to write that will open an accounting
program, do a back up (This functionality is buiilt into this accounting
program) and then take the backup file that is a result of the back and
FTP it to a web directory.. I'm wondering if all of this is possible in
VB? I know there is a way to open another program, but I'm wondering
after doing so if there's a way to so something like "Send Keys" to do
the backup since it requires about 3 clicks typically when a user does
this or about 2 keyboard shortcuts (Hot keys, etc,) .. Then I'd like to
automatically log into an FTP site and upload the file.. If anyone can
point me to any resources with tutorials about this I'd sure appreciate
it.. I also like to know where to look on MSDN.Microsoft.Com if anyone
knows!

Tim
Tim
 
* Tim Smallwood said:
I have a program I'm wanting to write that will open an accounting
program, do a back up (This functionality is buiilt into this accounting
program) and then take the backup file that is a result of the back and
FTP it to a web directory.. I'm wondering if all of this is possible in
VB?

My FAQ:

FTP in VB.NET/C#:

Samples:

<URL:http://support.microsoft.com/?scid=kb;EN-US;832679>
<URL:http://support.microsoft.com/?scid=kb;EN-US;812404> (VB.NET)
<URL:http://support.microsoft.com/?scid=kb;EN-US;812409> (C#)
<URL:http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1874>
<URL:http://www.freevbcode.com/ShowCode.Asp?ID=4655>
<URL:http://www.allapi.net/downloads/NetFTP.zip>
<URL:http://www.visualbuilder.com/article/viewarticle.asp?id=1234>
<URL:http://www.csharphelp.com/archives/archive9.html>
<URL:http://www.codeproject.com/csharp/FTPDriver1.asp>
<URL:http://www.indyproject.org/indy.html>

Commercial components:

<URL:http://www.abderaware.com/>
<URL:http://www.nsoftware.com/products/controls/?ctl=Ftp>
<URL:http://www.xceedsoft.com/products/FtpNet/>
<URL:http://www.rebex.net/ftp.net/>
 
(e-mail address removed) (Herfried K. Wagner [MVP]) wrote in
"Added!" -- thank you for making me aware of this project.

BTW, your list is great. Have you considered adding titles to it though above
each? Else the user is just kind of picking interesting URL's. :)


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 
Back
Top