View Single Post

  #1 (permalink)  
Old 08-31-2006
howfuchs@gmail.com
 
Posts: n/a
Default directing to specific outgoing port

I have a command line script which uses php curl to go out to the
internet to retrieve some information. Now this works fine in most
situations except when trying to get of a network where the network
firewall is blocking a range of outgoing ports.I am told by the
'gatekeeper' that the script accesses different ports each time it
tries to get out to the internet. My question is: Can I programatically
direct my script to go out of a specific port that I know is open?

Appreciate any help.

Howard

Reply With Quote