|
-
Feb 27th, 2009, 02:44 PM
#1
Thread Starter
New Member
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
-
Feb 27th, 2009, 03:08 PM
#2
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.
-
Feb 27th, 2009, 08:18 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|