No ports without ftp ?

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. Ports
      Can Action Script access ports or live audio? I.E. be a passive device between the speakers and the motherboard.
    3. TCP/IP ports in use
      Is there any command to list the TCP/IP ports are alreday in use? Thanks
    4. com/lpt/ps2 ports
      Hi! Can director 'deal' with the computer's ports?
    5. 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...
  3. #2

    Default Re: No ports without ftp ?

    On Sun, Feb 27, 2005 at 09:41:42AM -0800, Claudiu Bichir wrote:
    > 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.
    $ cd /usr/ports/www/zope
    $ 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139