Click to See Complete Forum and Search --> : Debian Guru....please
LuvLinux
08-03-2001, 01:13 AM
Hello,
I just installed the newest version of debian and I need some guidance on howto activiate or start FTP.
What file do I need to edit?
What command to initialize ftp?
Thanks
jbstew32
08-03-2001, 02:42 AM
you want to make an ftp server, or just look though ftp sites from the command line?
for browsing, type ftp <server>
i would tell you about server, but have yet to get mine going =\
btw, you have to edit your /etd/ftpaccess and /etc/ftpusers
scanez
08-03-2001, 03:36 AM
For ftp server,
apt-get install ftpd
or one of the other ftp servers. The installation will also start the server for you and that should get the basic server working.
Hope this helps
SC
LuvLinux
08-03-2001, 09:43 AM
scanez.
thanks! worked!
LL