Results 1 to 3 of 3

Thread: Ftp without inet vb6

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    9

    Ftp without inet vb6

    Hi , do you know the code to upload a text file to my ftp without using inet because when im using inet , the firewall popup if i want or not and i dont want the firewall to popup so do you know the code with a webbrowser or php ..
    thx

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: Ftp without inet vb6

    It does not matter which application you try and use, if your firewall is up and blocking the ports you are trying to use, you can not get through, that is why they are there . You can block by application, but I doubt that your system is setup this way.

  3. #3
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Ftp without inet vb6

    i use api for ftpupload,
    mostly the firewall comes up with a warning but does not block the upload

    there is code to add your program to the firewall exceptions
    http://www.vbforums.com/showthread.p...ndows+firewall
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

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