Results 1 to 1 of 1
Greetings!
I have a program which tries to FTP to my CentOS server to download files and do various other tasks the first time it is launched.
I have been ...
- 01-12-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 1
VSFTPD with at sign in login?
Greetings!
I have a program which tries to FTP to my CentOS server to download files and do various other tasks the first time it is launched.
I have been unable to properly configure VSFTPD to allow this program to connect. I've set up users and tried to connect through various FTP programs such as filezilla and WinSCP successfully.
After sniffing packets with wireshark, I've found that credentials are being sent to the server as follows:
Via FileZilla:
USER: username
PASS: password
Login successful
Via my software:
USER: username _AT_ mydomain _DOT_ tld
PASS: password
Login incorrect
Is there any way I can set up my VSFTPD server to accept a username followed by _AT_ mydomain _DOT_ tld?
This is very urgent, any reply is very welcomed!
Thanks!
Note: I had to use _AT_ and _DOT_ because:
sorry!Code:You are only allowed to post URLs to other sites after you have made 15 posts or more.


Reply With Quote