PC Review


Reply
Thread Tools Rate Thread

Dev Ashish's Internet Transfer Library

 
 
Karen
Guest
Posts: n/a
 
      31st Oct 2006
I am looking for help getting Dev Ashish's Internet Transfer Library to
work in my app.

Any help would be appreciated.

Thanks,
Karen

 
Reply With Quote
 
 
 
 
Larry Linson
Guest
Posts: n/a
 
      1st Nov 2006
"Karen" <(E-Mail Removed)> wrote

> I am looking for help getting Dev Ashish's
> Internet Transfer Library to work in my app.


There are really good suggestions on effective use of newsgroups in the FAQ
at http://www.mvps.org/access/netiquette.htm. One suggestion is that, in
newsgroups, you should ask specific questions about what you are having
problems with, and then you may get specific answers.

If you could clarify specifically what problem you are having, then perhaps
someone here will have had the experience to be able to assist you. It won't
be me, because I haven't used Dev's ITL, but I suspect there are others who
have and will be helpful.

Larry Linson
Microsoft Access MVP


 
Reply With Quote
 
aaron.kempf@gmail.com
Guest
Posts: n/a
 
      1st Nov 2006
you should use 'ServerXmlHttp' instead of any of that other crap



Larry Linson wrote:
> "Karen" <(E-Mail Removed)> wrote
>
> > I am looking for help getting Dev Ashish's
> > Internet Transfer Library to work in my app.

>
> There are really good suggestions on effective use of newsgroups in the FAQ
> at http://www.mvps.org/access/netiquette.htm. One suggestion is that, in
> newsgroups, you should ask specific questions about what you are having
> problems with, and then you may get specific answers.
>
> If you could clarify specifically what problem you are having, then perhaps
> someone here will have had the experience to be able to assist you. It won't
> be me, because I haven't used Dev's ITL, but I suspect there are others who
> have and will be helpful.
>
> Larry Linson
> Microsoft Access MVP


 
Reply With Quote
 
Karen
Guest
Posts: n/a
 
      1st Nov 2006
I've downloaded the Internet Data Transfer Library from The Access Web
but I need some help getting it to work.
I've imported the class modules and the modMain from the
InetTransferlib.mda file that I unzipped. I then wrote in the code as
shown on The Access Web to to the FTP Upload.
Sub FTPUpload()
On Error GoTo ErrHandler

Dim objFTP As InetTransferLib.FTP
Const conTarget = "ftp://{server}" 'i have the real server name here


Set objFTP = New InetTransferLib.FTP
With objFTP
.FtpURL = conTarget
.SourceFile = vbNullString
.DestinationFile = "/pages/common/pdf/certificates/*.*"
.AutoCreateRemoteDir = True
.ConnectToFTPHost "XXXXXXX", "********" ' i have the real username



and password in here
.UploadFileToFTPServer
End With


Exithere:
On Error Resume Next
Set objFTP = Nothing
Call SysCmd(acSysCmdRemoveMeter)
Exit Sub


ErrHandler:
MsgBox Err.Number & vbCrLf & Err.Description, _
vbCritical + vbOKOnly, Err.Source
Resume Exithere


End Sub


When I click on the button I created (it's code is the call to the
FTPUpload) I get an error:


"User-defined Type not defined" and the following is highlighted in
grey...
objFTP As InetTransferLib.FTP
and when I click the OK button this is highlighted in yellow...
Sub FTPUpload()


Where have I gone wrong?


Thanks for all of your help.
Karen


I've posted this twice with no reply, so this time I thought I'd keep
it short and sweet. I simply don't know how to go about using the file
that I've downloaded. I need someone to give me better instructions
than The Access Web's "To use this functionality in Microsoft 2000 or
higher, please import all the classes from the addin (which does not
have the tables required for a typical Access addin) in your own Access
project. To use the classes, just refer to them withthe
'InetTranserLib.' prefix (eg: Dim objHTTP As HTTP)".

Larry Linson wrote:
> "Karen" <(E-Mail Removed)> wrote
>
> > I am looking for help getting Dev Ashish's
> > Internet Transfer Library to work in my app.

>
> There are really good suggestions on effective use of newsgroups in the FAQ
> at http://www.mvps.org/access/netiquette.htm. One suggestion is that, in
> newsgroups, you should ask specific questions about what you are having
> problems with, and then you may get specific answers.
>
> If you could clarify specifically what problem you are having, then perhaps
> someone here will have had the experience to be able to assist you. It won't
> be me, because I haven't used Dev's ITL, but I suspect there are others who
> have and will be helpful.
>
> Larry Linson
> Microsoft Access MVP


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
transfer i tunes library bob Microsoft Dot NET 1 28th Apr 2009 05:00 PM
Dev Ashish's FTP module - Internet Data transfer Library biganthony Microsoft Access VBA Modules 3 30th Dec 2007 07:46 PM
help with Internet Data Transfer Library from the Access Web Karen Microsoft Access 0 26th Oct 2006 02:14 PM
Using the Internet Data Transfer Library by Dev Ashish Karen Microsoft Access 0 24th Oct 2006 05:09 PM
internet data transfer library Microsoft Excel Programming 0 9th Apr 2004 12:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:02 AM.