PDA

View Full Version : Anyone can help with ftp account username?



hkimac
06-16-2004, 10:12 AM
Hi,

I want to have ftp account name as follows...

"abcd"
"1234"

not "abcd@domain.com"
not "1234@domain.com"

Since MS win XP's built in ftp can't deal with 2 @s.

Even if changing the @ to a + or # wouldn't work.
It would be very trouble for users in windows to download new software just to use ftp.

Is there any way that I can change the username? manually?

Thanks in advance.
:p

nobaloney
06-16-2004, 10:48 AM
Originally posted by hkimac
I want to have ftp account name as follows...

"abcd"
"1234"

not "abcd@domain.com"
not "1234@domain.com"

Since MS win XP's built in ftp can't deal with 2 @s.
What do you mean by two @ symbols? Each address has only one @ symbol.

Is there any way that I can change the username? manually?
If you shell into your system and create a username with adduser (see man adduser) you can have a username of abcd or 1234.

Jeff

hkimac
06-16-2004, 11:14 AM
What i was trying to say about 2 @ symbol is..

To open a ftp server in Win XP...
ftp://<username>@<servername>
ftp://abcd@domain.com@ftp.domain.com

Since DA can only have username as
"abcd@domain.com" not
"abcd"

I've been playing with useradd, however, it does not create an ftp account.

Furthermore, it wouldn't be shown in DA.

:confused:

ProWebUK
06-16-2004, 11:57 AM
Originally posted by hkimac
[BFurthermore, it wouldn't be shown in DA.[/B]

Create a 2nd FTP account for a user, in DA - then copy that users line from /etc/proftpd.passwd replacing the @ in the username with a #

Another feature that needs to be implemented ;)

Chris

hkimac
06-16-2004, 12:31 PM
Thanks, it's ok now.

It would be best if we can create a ftp account without domain name at the back.

;)

hkimac
06-17-2004, 09:28 PM
Can we manually edit some files to change the default setting for creating username?

Instead of abcd@domain.com can we change the default to abcd#domain.com?

Thanks. :)

DirectAdmin Support
06-20-2004, 01:51 PM
Hello,

There is nothing available to accomplish that at this time.

John