Connection with FTP Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shaiful
    New Member
    • Oct 2007
    • 89

    Connection with FTP Server

    Hi all, I have a trivial problem that i facing. If some one interested please have a look and if any idea come up with ............... .

    In my office we have a FTP server, in where our client can get access files by using user name & password. Now we want to buiild a module that client can have that module and can access by using our s/w. and can download files from FTP.

    we preparing vb6 for intregration with Navis works. In vb is there any way that can connect with FTP server and get downlaod files and so on...

    Many thanks in advance.
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Yes there is a way. I would point you to a specific code source but there are so many out there and some cost $ and some don't.

    Take a look at source code sites and you are bound to find some example code to using FTP.

    There are probably VB6.0 controls (references) you would need to add to your project as well to activate it.

    You can hard code the user name and pass or create an option to have them set up the necessary info.

    As a side note I assume that training your users to use just a simple browser and going to the FTP address is not in the cards?

    Comment

    Working...