Search:

Type: Posts; User: adenke

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    4,245

    Re: Need help using FTP LS command in VB

    Thanks you, incidentals. That command line ftp thing would be just the thing if I hadn't already pursued the php script concept, which is working fine now. I don't know why the dir command within the...
  2. Replies
    16
    Views
    4,245

    Re: Need help using FTP LS command in VB

    Okay, one more follow up. I added this:

    list = Inet1.GetChunk(4096, icString)

    which loads the names of the files into the list variable, so I know I'm connecting to the site okay, but how do I...
  3. Replies
    16
    Views
    4,245

    Re: Need help using FTP LS command in VB

    And, as a follow up, I added a *.* to the end of the "LS" and now it seems to (maybe?) work, but I don't know how to access the output of the LS command to be able to tell whether it did or not.
  4. Replies
    16
    Views
    4,245

    Re: Need help using FTP LS command in VB

    It's what I have (VB6, by the way) and what I'm comfortable with. I want to do a lot with the information once I get it, store it in a MySQL database, compare the data to the last time I checked and...
  5. Replies
    16
    Views
    4,245

    Need help using FTP LS command in VB

    I'm just at the beginning of this. For background info, I'm writing a program to monitor files on our website to alert me to any file changes with an email. So, my thought was to use Internet...
  6. Replies
    80
    Views
    242,076

    Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    So, just in case I can't get any useful information out of Amazon, is there some way I can decode the signature that their MWS Scratchpad app gives me - it was created with (I think) my AWS Access...
  7. Replies
    80
    Views
    242,076

    Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    That is awesome! Thank you! I'm still not quite there because I can't figure out what string Amazon wants to add to the key (which is presumably my AWS Access Key ID) to arrive at the signature...
  8. Replies
    80
    Views
    242,076

    Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    I just read this post and I'm hoping you can help me out. I am a VB6 programmer, but until recently I knew nothing about XML and currently still know nothing about HMAC SHA-256 encryption.

    The...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width