Results 1 to 5 of 5

Thread: FTPing from VB6

  1. #1

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

    Question

    I'm about to put the infamous ickftp2.ocx into some code I'm writing so that it can upload files using FTP .
    Am I unwise - is there a better way to FTP?

  2. #2
    Fanatic Member Gaffer's Avatar
    Join Date
    Nov 2000
    Location
    London
    Posts
    828
    So infamous I don't know it! Is this the same as Inet? I'm in the middle of a project that does a lot of FTP'ing, and I have explored 2 methods:

    1: Inet. I lifted the code from somewhere, but haven't fully explaored everythig
    2: bat files - writing your ftp commands to a bat file - I feel it is more secure.

    I plumped with Inet, and it hasn't given my ANY problems.

  3. #3
    Fanatic Member Gaffer's Avatar
    Join Date
    Nov 2000
    Location
    London
    Posts
    828

    Talking

    Sorry, I meant "Stable", not secure...

  4. #4

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

    Question

    Originally posted by Gaffer
    So infamous I don't know it! Is this the same as Inet? I'm in the middle of a project that does a lot of FTP'ing, and I have explored 2 methods:

    1: Inet. I lifted the code from somewhere, but haven't fully explaored everythig
    2: bat files - writing your ftp commands to a bat file - I feel it is more secure.

    I plumped with Inet, and it hasn't given my ANY problems.
    INfamous not Famous

    Dev-Soft's Internet Commerce Kit was a great mid-nineties set of tools using the Win32 Internet API . When I started using them there were a great way of doing things but the world has caught up now! They are sometimes a bit unstable and Dev-Soft new worked out the dependancies for the files properly but you can find out about them using http://www.dev-soft.com/ctl_ickFTP.htm

    Inet sounds better - tell me more!!

    PS: Why are bat files better
    Last edited by Kzin; Feb 26th, 2001 at 12:46 PM.

  5. #5

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611
    Originally posted by Kzin
    using the Win32 Internet API
    Or maybe its 16 bit predecessor since I remember now my code was orginally for Win 3.1

Posting Permissions

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



Click Here to Expand Forum to Full Width