Anonymous FTP Server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Anonymous FTP Server
# 1  
Old 01-14-2002
Question Anonymous FTP Server

How do I set up and Anonymous FTP Server on Unix FreeBSD v4.3?

Also, how do I set up my account to get root access when I am logged onto my server through ftp?

Thanx in advanced.
# 2  
Old 01-16-2002
Tools hey

theres many version anyhow u can do


man (ftp version)

after edit ur inted.conf


Best
# 3  
Old 01-16-2002
Anon FTP Server

I need more details. I am an absolute newbie on Unix. It is FreeBSD 4.3. I need details on how to set up anon ftp server on this box after the original install is complete and it is up and running.

Thanx.
# 4  
Old 03-31-2002
RE:

I'm in the same boat with you.

Only one difference, I have FreeBSD 4.4.

I was able to set up anon FTP through /stand/sysinstall, but I wasn't ever able to get it to work properly. I also wanted to place it somewhere else, and if I don't want it at /usr/ftp or /var/ftp it will hardly work at all.

Also, I did find out how to allow root to log into ftp, access the /etc/ftpusers file and remove root from the list. but if I was you, I wouldn't do that for security reasons; you want to protect your root.

I'm a newbe myself, and I'm also still trying to get all the little stuff like this figured out, but by my experience, the people here arnt to interested in helping us get our wheels turning.

I mean, don't even bother asking them command questions.

Nothing personal guys, but that's how I see it.
# 5  
Old 04-01-2002
This might help

Detailed instructions might be beyond the scope of this Forum as far as I can see, but I have used Wu-FTP may times in the past in many flavors of Linux and Unix and it has served me well in easy setup and maintenance. you will find a manual and instructions here:

http://www.wu-ftpd.org/wu-ftpd-faq.html

You may also want to preview the following link before you go setting up an anonymous ftp server on the internet without ever having done it before. The page shows up with a lot of hypertext tags in my browser but you should be able to work around that if they appear in yours.

http://www.faqs.org/faqs/computer-se...ymous-ftp-faq/

Lastly you might want to read this page as well:

http://www.daemonnews.org/199905/newbies.html

Hope this gives ya a push in the right direction.

Witlr
If God did not want us to have patience, he would never have let us invent Computers. Smilie
# 6  
Old 04-01-2002
Thanks for your reply. You' know, I really should first learn and understand command line a little better before I jump into messing around with stuff like Apache, ftpd, and try to do funky stuff with xwindows like I did with DOS and MacOS, but I get bored with that stuff.

I don't have the time right now to really sit down and go through the links you gave us, but they do look to be very useful.

Thanks for your help Smilie
# 7  
Old 04-02-2002
Quote:
I'm a newbe myself, and I'm also still trying to get all the little stuff like this figured out, but by my experience, the people here arnt to interested in helping us get our wheels turning.
Quote:
I don't have the time right now to really sit down and go through the links you gave us, but they do look to be very useful.
Unix helps those that help themselves. You will not learn a darn thing if you want step by step instructions on how to do everything. Learn to love the man pages. The OPs questions would have been answered if he had bothered to read the man page, even after it was suggested. On an OpenBSD box, I found the answer to both of his questions within seconds while reading the man page. Once you get stuck again, then please, by all means, ask for help. But don't refuse to take any initiative in the problem solving while hoping for a turnkey answer.

Now, for the OP, what you need to do is type "man ftpd". Read it. Find the answer to your questions. Then, use a text editor to edit /etc/inetd.conf to change the command-line options to ftpd to the ones you want. Edit any other files you need to (for example, of you choose to allow root logins via ftp, which really isn't a great idea), then restart inetd like this:
type "ps -ax" to get a process listing. Look for the word "inetd" in the right column. Now, make note of the number in the left column of the row that inetd is shown in. This number is the PID, or Process ID. Now type "kill -1 (pid number here)". Now test it out.

Please post back if you have any specific questions.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Implement FTP server on RHEL server without using FTP client

We have RHEL 5.8 in our environment, I had a query whether we can implement an FTP server using vsftpd package and Linux configurations like setsebool without using any external FTP clients like FileZilla etc. I am very confused on this. The FTP functionalities that should be present are download &... (3 Replies)
Discussion started by: RHCE
3 Replies

2. Shell Programming and Scripting

Anonymous ftp log?

Hello, I was wanting to know if there is any log/tracker for anonymous ftp activity for users that are logging in to our server. We migrated over to a new server and cleaning up some loose ends on the old server. We noticed that some files are being loaded on the old server via anonymous ftp.... (1 Reply)
Discussion started by: shorty
1 Replies

3. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

4. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

5. Red Hat

when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime

Guys, Need your help coz my server runs in local time GMT +8, but when client use ftp and login, the resulting timestamp seen in each file is in UTC format. We need to set that the time should be the same as GMT +8 when in ftp session. I am using RHEL 5.3. root@]# ll total 1740... (2 Replies)
Discussion started by: shtobias
2 Replies

6. UNIX for Dummies Questions & Answers

How to block an anonymous ftp user?

Could anyone provide information on how to block a specific client machine from being able to log onto anonymous ftp? (10 Replies)
Discussion started by: dennisheazle
10 Replies

7. Cybersecurity

anonymous ftp attack?

For the last week or so every day for about 6 to 10 hours someone is logging in and out continuously to our anonymous ftp. They don't stay logged in. It seems like it must be an automatic process aimed at tying up our anonymous ftp. The ID of the server doing this is can59-4-82-240-1. As a result... (2 Replies)
Discussion started by: dennisheazle
2 Replies

8. Shell Programming and Scripting

ftp script not able to connect to ftp server.

I have the following ftp script to get files from a remote location. However, on running the script I find that I am not even able to connect to ftp server. I am able to connect to ftp server using other GUI ftp tools like WS_FTP using the same IP. IP used here is a dummy IP. What can go... (3 Replies)
Discussion started by: gram77
3 Replies

9. IP Networking

Enable PWD command on anonymous FTP?

Hello everyone - First post here, I'm trying to connect to an anonymous ftp server and I am told by the server admin that I cannot have access to the "print working directory" command. I need to have access to this command in order for my (and my clients) preferred ftp client to connect. (the... (9 Replies)
Discussion started by: HiredGun79
9 Replies

10. UNIX for Dummies Questions & Answers

Disable anonymous ftp????

How do i disable anonymous ftp on a unix system?????? Please help!!!!!!!1 (2 Replies)
Discussion started by: rrivas
2 Replies
Login or Register to Ask a Question