Results 1 to 7 of 7

Thread: using ftp command with given username?

  1. #1
    Join Date
    Feb 2007
    Beans
    863

    using ftp command with given username?

    Hi

    I try :

    $ ftp
    open

    I enter given url
    I enter given username
    I enter given password

    and error msg:



    Password:
    230 Welcome to your web hosting account!Please upload your web site inside the directory of the respective hostname.(If you wish to upload outside the hostname directories or delete them please make sure Directory Protection is set to OFF from your hosting control panel - File Manager section)
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> ls
    500 Unable to service PORT commands
    ftp: bind: Address already in use
    ftp> lls
    ?Invalid command
    ftp> dir
    500 Unable to service PORT commands
    ftp>

    what to do please?
    thanks

  2. #2
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    ncftp

    You might try ncftp instead of plain vanilla ftp. It allows you to point it at a URL and has some nice shortcuts for anonymous FTP. You have to install it though. It's in the repository.

    Code:
    ncftp ftp://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/loongson/
    The package also includes ncftpget

    Plain FTP requires that you enter a username manually, even if it is 'anonymous'

  3. #3
    Join Date
    Nov 2006
    Location
    Craggy Island.
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: using ftp command with given username?

    Hello

    try ftp -p to enter passive mode
    You can tell a man who boozes by the company he chooses, as the pig got up and slowly walked away.

  4. #4
    Join Date
    Feb 2007
    Beans
    863

    Re: using ftp command with given username?

    Quote Originally Posted by jonobr View Post
    Hello

    try ftp -p to enter passive mode
    thank you so much !!!


    passivve worked

    $ ftp -p urlsite

  5. #5
    Join Date
    Aug 2008
    Beans
    1,835
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: using ftp command with given username?

    If you want a gui ftp program then filezilla is quite good. It's cross platform and is in the universe repo for ubuntu. It supports passive ftp so it should work for you.

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: using ftp command with given username?

    Doesn't Nautilus support ftp?

  7. #7
    Join Date
    Aug 2008
    Beans
    1,835
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: using ftp command with given username?

    Quote Originally Posted by oldos2er View Post
    Doesn't Nautilus support ftp?
    It used to. I haven't tried it since the gnome devs did their slash and burn attack on it.

Bookmarks

Posting Permissions

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