+ Reply to Thread
Results 1 to 3 of 3

Reflections X 12.0 FTP Automation & Extraction

  1. #1
    Registered User
    Join Date
    04-14-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    28

    Reflections X 12.0 FTP Automation & Extraction

    Hi Guys,

    Just wanted to find out if we have anybody familiar with using "Reflections X 12.0 FTP Client" via Excel.

    I've checked my references and it seems i have "Reflection FTP 1.0 Type Library" currently active & the DLL location is refereing to the where i have that version installed.

    The problem is im unsure as to find out what the exact name of the FTP client object is.

    "Set MySession = CreateObject("reflectionsftp.Session")" does not work, the only thing i can find online is ("Reflection4.Session") but thats a different interface to what im currently trying to automate.

    Basically i want a macro that can log into reflections FTP client, then download a specified file to a specific location.

    I already know the code to do all of the parts after that, but im unfamiliar with linking reflections and XL

    Thanks in advance.

    Mark

  2. #2
    Registered User
    Join Date
    04-14-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Reflections X 12.0 FTP Automation & Extraction

    no luck with finding a result or solution?

  3. #3
    Registered User
    Join Date
    12-08-2009
    Location
    Charleston, SC
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Reflections X 12.0 FTP Automation & Extraction

    Set ftp = CreateObject("Reflection.FTP")
    or
    Set ftp = CreateObject("Reflection.FTP.3")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1