FTP for a recurring beginner.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rich Heimlich

    #1

    FTP for a recurring beginner.

    I'm writing my first app in VB6 after having last coded in VB3 back in
    the EARLY 90's and then back in QuickBasic and VB-DOS.

    I'd like to be able to store an FTP address, port, username and
    password and then log into the FTP server, traverse the directory
    structure (much like the Common Dialog view) and then get filename
    information and then write a single file (a playlist .m3u file) to the
    correct directory.

    What is the best way for me to go about this given my heavy
    limitations? I'm getting better in VB6 each day but it's going to be a
    while before I'm back up to speed. I can't believe how much things
    have changed. <grin>
  • mayayana

    #2
    Re: FTP for a recurring beginner.

    You might look at vbip.com. There are code-sample
    VB FTP programs around and vbip.com is probably
    one of the best places to start looking.
    _______________ ______________

    mayayXXana1a@mi ndYYspring.com
    For return email remove XX and YY.
    _______________ ______________
    Rich Heimlich <agrajag@comcas t.net> wrote in message
    news:q275r0tcs8 k4i2apui4e3naij bpp3egblt@4ax.c om...[color=blue]
    > I'm writing my first app in VB6 after having last coded in VB3 back in
    > the EARLY 90's and then back in QuickBasic and VB-DOS.
    >
    > I'd like to be able to store an FTP address, port, username and
    > password and then log into the FTP server, traverse the directory
    > structure (much like the Common Dialog view) and then get filename
    > information and then write a single file (a playlist .m3u file) to the
    > correct directory.
    >
    > What is the best way for me to go about this given my heavy
    > limitations? I'm getting better in VB6 each day but it's going to be a
    > while before I'm back up to speed. I can't believe how much things
    > have changed. <grin>[/color]


    Comment

    Working...