1834144 Members
2156 Online
110064 Solutions
New Discussion

FTP server -u

 
SOLVED
Go to solution
robert sears_1
Contributor

FTP server -u

in my inetd.conf there is a FTP line that reads
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -1

I added the -u statement at the end of this line, and in an entire diffrenet line likeftp stream tcp nowait root /usr/lbin/ftpd ftpd -u

When I do this I get an FTP error while trying to FTP into my server. What is the correct entry for a -u (umansk)

Sears
2 REPLIES 2
Stefan Farrelly
Honored Contributor
Solution

Re: FTP server -u

Put the full umask on the -u, eg;

ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -u 002
Im from Palmerston North, New Zealand, but somehow ended up in London...
John Palmer
Honored Contributor

Re: FTP server -u

Note that the first argument to ftpd is a lowercase 'ell' not a numeric 1 as you posted in your question.