FTP Access

Discussion in 'General' started by m u r, May 16, 2006.

  1. m u r

    m u r Member

    I set up a site using ISPConfig and the ftp works fine through Dreamweaver and other ftp programs, but it won't work using Internet Explorer, which is how I have done it in the past. I would simply type in ftp.mydomain.com and it would work fine. Can someone explain if and how my site can be set up to do that using ISPConfig?

    Thanks.
     
  2. rayit

    rayit Member

    maybe

    try following

    ftp ://webX_user : password @ domainname.com (without the spaces) in the explorer

    but best is to use filezilla or something like that...

    maybe this helps

    RayIT
     
    Last edited: May 16, 2006
  3. m u r

    m u r Member

    So, what's the difference between the way ISPConfig sets up ftp access and servers that allow you to simply type in the ftp address?
     
  4. rayit

    rayit Member

    maybe?

    the method I provided (did it work) is with is username and password.

    The mothed you describe seems to be anonymous FTP,
    this is also possiblke by enabling this in ISPCONFIG.

    greetings

    RayIT
     
  5. m u r

    m u r Member

    It does work to enter the username as you described, but I would like to simply enter ftp://mydomain.com and have it prompt me for the username and password.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    What you are requesting has nothing to do with the server. If a FTP client prompts you for the username and password if you dont provide it in the URL is implemented on the client side and not on the server.
     
  7. m u r

    m u r Member

    On the server I had previously, if I entered ftp://mydomain.com in a browser it would come up and ask me for a username and password. Now it goes right into an empty folder and, in the bottom left, it says "User: anonymous"...the think is I turned off anonymous ftp.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    What FTP server do you use? ProFTPD or vsftpd?
     
  9. m u r

    m u r Member

    ProFTP. I set everything up according to the perfect setup.
     
  10. falko

    falko Super Moderator ISPConfig Developer

    What's in your proftpd.conf and in proftpd_ispconfig.conf?
     
  11. m u r

    m u r Member

    Sorry, but where are these files?
     
  12. falko

    falko Super Moderator ISPConfig Developer

    It's /etc/proftpd.conf and /etc/proftpd_ispconfig.conf.
     

Share This Page