Results 1 to 37 of 37

Thread: VB6 Simple Async-Download-Ctl for multiple Files

Threaded View

  1. #21

    Thread Starter
    PowerPoster
    Join Date
    Jun 2013
    Posts
    7,454

    Re: VB6 Simple Async-Download-Ctl for multiple Files

    Quote Originally Posted by yinxiaodan View Post
    How to support a password FTP file download, thank you!
    The VB-Usercontrol-Async-support does not offer this via Parameters,
    so you'll have to try passing the credentials in the old-fashioned way, by directly including them in the (ftp-)URL:
    Code:
    ftp://username:[email protected]/somepath/...
    HTH

    Olaf
    Last edited by Schmidt; Mar 28th, 2019 at 12:50 PM.

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