SFTP files from MS Access

  • Thread starter Thread starter Guest
  • Start date Start date
well if you use SQL Server 2000 you can use real DTS steps in order to
download FTP files; if you go to SQLDTS.com you can import a task that
will allow you to export to FTP

I would look in SSIS, a component of SQL Server 2005

MDB is for lamers and retards that don't know what they're doing
sorry

-Tom
 
Brynn said:
Is there a way to SFTP files from MS Access?

Well, there is certainly a good number of FTP implementations using the
windows built in wininet.dll

SFTP is not just FTP + SSH..but in fact is a whole new protocol. There are
example downloads and "objects" that you should be able to use with
ms-access.

If you Google SFTP + VB6 you do get a good number of hits, and those
solutions for VB6 should work with ms-access....

Can you use FTP...or must you use SFTP???

There is lots of nice FTP examples for ms-access ready made, but I not seen
any SFTP examples (however, the VB6 examples should work in ms-access).
 

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

Similar Threads

SFTP 1
SQL Job, Impersonation and Process.Start 1
SFTP SSH 2
SFTP requirement 1
Working with SFTP 11
SFTP 1
sftp - Installation ???? 1
SFTP 2

Back
Top