Results 1 to 5 of 5

Thread: ftp server

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Location
    Elmira, NY
    Beans
    283
    Distro
    Ubuntu 14.04 Trusty Tahr

    ftp server

    i am trying to access my ftp through the web browser

    I installed vsftpd
    i changed /etc/vsftpd.conf:
    anonymous_enable=NO
    write_enable=YES

    i am able to connect via filezilla, but when i go via website it hangs, and eventually does nothing

    What am i doing wrong?

  2. #2
    Join Date
    Jan 2009
    Location
    Maine
    Beans
    91
    Distro
    Ubuntu

    Re: ftp server

    Are you specifying a username in your browser, such as ftp://tralce@yourftpsite.com? Since you have anonymous login disabled, poorly written FTP implementation in a browser can cause it to hang under these circumstances.

  3. #3
    Join Date
    Jul 2012
    Location
    Elmira, NY
    Beans
    283
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: ftp server

    I was unaware of using a username like that.
    I tried that solution but was unable I had the same happen.

  4. #4
    Join Date
    Jan 2009
    Location
    Maine
    Beans
    91
    Distro
    Ubuntu

    Re: ftp server

    What browser are you using? What version? From what operating system are you trying to connect?

  5. #5
    Join Date
    Jun 2011
    Beans
    357

    Re: ftp server

    Some borwsers/FTP servers will choke if you don't specify both the username and password in the URL. For example

    ftp://myuser:mypassword@the-server.com

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
  •