Ask a Question related to FreeBSD, Design and Development.
-
Claudiu Bichir #1
No ports without ftp ?
Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance for me to install aplications from ports ?
Thank you !
---------------------------------
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
Claudiu Bichir Guest
-
FTP ports necessary
I am having trouble figuring out FTP ports necessary to publish on the web server. If I open the firewall to allow anything Contribute works just... -
Ports
Can Action Script access ports or live audio? I.E. be a passive device between the speakers and the motherboard. -
TCP/IP ports in use
Is there any command to list the TCP/IP ports are alreday in use? Thanks -
com/lpt/ps2 ports
Hi! Can director 'deal' with the computer's ports? -
UDP ports
I have a program that requires UDP ports 3000 through 4000 and lately it has trouble accessing a server through those ports apparently...my browser... -
James Alexander Cook #2
Re: No ports without ftp ?
On Sun, Feb 27, 2005 at 09:41:42AM -0800, Claudiu Bichir wrote:
$ cd /usr/ports/www/zope> Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance for me to install aplications from ports ?
> Thank you !
>
>
> ---------------------------------
> Do you Yahoo!?
> Read only the mail you want - Yahoo! Mail SpamGuard.
$ make
=> Zope-2.7.4-0.tgz doesn't seem to exist in /usr/ports/distfiles/zope.
=> Attempting to fetch from [url]http://www.zope.org/Products/Zope/2.7.4/[/url].
^C
$
Generally, when make tries to fetch a file, it will tell you where that file
should end up, and where it's getting it from.
If you manually download
[url]http://www.zope.org/Products/Zope/2.7.4/Zope-2.7.4-0.tgz[/url] to
/usr/ports/distfiles/zope from somewhere with an unblocked connection, then
make will verify that the file has the correct checksum, and if so, won't try
to fetch it since it's already there.
(This is a bad example, since this port uses http anyway... but you get the
idea.)
- James Cook
[email]james.cook@utoronto.ca[/email]
James Alexander Cook Guest



Reply With Quote

