Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    3

    Default ftp without @domain.com

    Wondering if there is a way to access ftp on cpanel (via third party software) to have it where you don't have to have: username@domain.com. Instead, just use the username. For instance, you can use just the username when using the "main" username, but if I set up additional FTP accounts, those people must use "username@domain.com"

    Hope this makes sense.....

    thanks for the help

  2. #2
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    That would be a horrible idea. Then that would mean that there could be only one peter, one john, one admin, etc. on the entire server. If you get even 50 customers, each having 5 ftp sub accounts, thats 250 ftp accounts, and then they would statrt to overlap at some point.

    Possible sure, but very Bad idea
    Enom ETP - If you need a reseller account (or retail) contact me!

  3. #3
    Registered User
    Join Date
    May 2004
    Posts
    3

    Default

    Well, this is my case: there is a client that I host that doesn't want to put in the @domain.com for FTP (can you say pain in the aS$)

    He wants five ftp accounts only having to put in the username and password.

    So let's say in WS_FTP he would put ftp://whateverdomain.com then username: "username" and password: "password" instead of having to put:

    username: "username@whateverdomain.com" password: "password"

    See what I mean? is there a way to do this? The limitation of number of users will only be on his domain if he is ftp'ing to ftp://whateverdomain.com right?

    Is there a way?

    Thanks

  4. #4
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    e limitation of number of users will only be on his domain if he is ftp'ing to ftp://whateverdomain.com right?
    Not on a standard installation no - it doesn't matter which domain you come in on.

    However, if you have the customer on a dedicated IP address and running proftpd, then you can do this.

    At the bottom of your /etc/proftpd.conf file add a VirtualHost directive using the IP address for this account (replace 11.22.33.44) and their main account username (replace username):
    Code:
    <VirtualHost 11.22.33.44>
            AuthUserFile /etc/proftpd/username
            DefaultRoot ~ !wheel
    </VirtualHost>
    Then, stop and restart proftpd:
    /etc/init.d/proftpd stop
    /etc/init.d/proftpd start

    Remember - They must be on their own IP address. You can actually achieve this with a shared IP address, but the VirtualHost would have to run on a different port to 21 (e.g. 2121) and the user would have to change their FTP client to use this port instead of the standard one. To do that you would need to add the Port 2121 directive inside the VirtualHost container.
    Last edited by chirpy; 06-12-2004 at 01:52 AM.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  5. #5
    Registered User
    Join Date
    May 2004
    Posts
    3

    Default

    thank you chirpy!

Similar Threads & Tags
Similar threads

  1. FTP only to ftp.domain.com
    By derfuhrer2007 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 12-20-2009, 04:50 AM
  2. Is it possible to ftp through the browser with ftp://domain.com ?
    By BianchiDude in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-04-2007, 08:54 AM
  3. About FTP for sub-domain
    By rambg in forum New User Questions
    Replies: 2
    Last Post: 12-04-2004, 03:46 AM
  4. FTP will work with the IP but not ftp.domain.com
    By paul-ukhost in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 07-12-2003, 05:01 AM
  5. ftp://ftp.domain.com/ftp.domain.com-ftp_log
    By Daniel in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-22-2002, 09:14 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube