Anonymous FTP server

All.
I have an SLES OES2 SP3 Netware file server that responds to to a browser attemptingto access ftp://ftp.serverip
When it does, I see one period for the current directory, and two periods to navigate up one directory. If I c lick on either of the set of periods I am told that I'm not allowed (which is a good thing). What I'd like is for the server to not even bother to respond to the request for an anonymous connection. That would make the local security staff happy also.
In yast, SW MAnagement one the server I see that I have the lukemftp, Novell-migration-ftp, pure-ftpd, rubygem-net-sftp, wget, and yast2-tfpt-server installed.
I've looked at the running daemoms and can not determine which one might be an ftp service.
If I can locate the PID # I could kill it, then I would like to find out how it gets launched and stop that too. I do have to boot this thing once in a blue moon, and I'd like not to have to manually find and stop the FTP service each time.
Any thoughts or help will be appreciated.
thanks,
Loren

On Fri, 03 Dec 2010 20:36:04 +0000, lorencarter wrote:
> All.
>
> I have an SLES OES2 SP3 Netware file server that responds to to a
> browser attemptingto access ftp://ftp.serverip
>
> When it does, I see one period for the current directory, and two
> periods to navigate up one directory. If I c lick on either of the set
> of periods I am told that I'm not allowed (which is a good thing). What
> I'd like is for the server to not even bother to respond to the request
> for an anonymous connection. That would make the local security staff
> happy also.
>
> In yast, SW MAnagement one the server I see that I have the lukemftp,
> Novell-migration-ftp, pure-ftpd, rubygem-net-sftp, wget, and
> yast2-tfpt-server installed.
>
> I've looked at the running daemoms and can not determine which one might
> be an ftp service.
>
> If I can locate the PID # I could kill it, then I would like to find out
> how it gets launched and stop that too. I do have to boot this thing
> once in a blue moon, and I'd like not to have to manually find and stop
> the FTP service each time.
>
> Any thoughts or help will be appreciated.
>
> thanks,
> Loren
There are multiple options how the ftp server can be started.
pure-ftpd can be started by it's own runlevel script, or it can be
controlled by the xinetd daemon. In the second case the xinetd listens on
the ftp port and when a connection froms in, it will start a pure-ftpd
process and handle that connection over to it.
You can use netstat to determine the way the ftp server is controlled:
# netstat -tanpu | grep LISTEN | grep 23
There must be one entry listed for port 23 that shows at the end (after
the process id) the program that controls this port. Either it is
poreftpd or it is xinetd. In case it is pure-ftpd it uses that runlevel
script, if it is xinetd, that one controls the ftp port. If you want to
disable the whole ftp server within xinetd you can modify the file /etc/
xinetd.d/pure-ftpd and set disabled to yes and then reload xinetd
(rcxinetd reload). After that you shouldn't see any port 23 in the
netstat output.
Rainer

Similar Messages

  • E4200 - Anonymous ftp server read and write

    Hello,
    Is there any possibility to set linksys E4200 for support anonymous acces to ftp server in read and write mode ?
    Thanks,
    BR, Mariusz.

    Nope, just anonymous read access only, according to the options they give you. 192.168.1.1--->storage--->administration----> anonymous FTP access (enabled)
    I don't work for Cisco. I'm just here to help.

  • I'm new to Solaris 10 and need help to setup ftp server

    hello!
    I just installed Solaris 10 and I'm trying to setup an ftp server (with ftpd) but I don't know how to do that
    my server doesn't need any security or authentication
    I'm looking for the default shared files directory
    Also wondering what to change in what configuration file...
    This OS looks quite similar to some linux I used before but the differencies are big enough to drive me crazy
    anyway thanks for your help.
    Any advice is welcome :-)

    cd /etc/ftpd
    vi ftpusers
    put a # in front of root and any other users that you wish to be able to ftp
    then svcadm restart ftp
    If you want to set up an anonymous ftp server, there is a little more involvement

  • Anonymous ftp

    I'm runing a solaris 8 on a ultra 5. I want to create an anonymous ftp server can some one tells me the steps on hot ot do it or if they have a web site where they show ho to to create one?

    several web sites can apply... btw, you should have posted this to the sysop area as you've said in your post you've got solaris 8...
    a quick search of google
    anonymous ftp solaris setup
    yielded...
    http://www.dbaoncall.net/references/ht_setup_ftp.html
    http://stone.backrush.com/sunfaq/lmh032.html
    You may also want to look at a hardened approach and check for how to setup a chroot environment on solaris (there was a post a week or two back with this question)
    hth

  • Anonymous FTP, How Secure?

    All,
    I am sending file to Anonymous FTP server from SAP. I like to know how secure Anonymous  FTP regarding files.
    By using Anonymous FTP, i think we don't need any password.
    In this case, anybody in the network can access the file.
    Please give your inputs.

    U can configure the FTP to ask for login and password while accessing it. If it do not ask any uname/password, then it is called anonymous login. If FTP is configured for prompting username and password, then "Anonymous Login" checkbox is unchecked
    Or
    this is a guet User ID
    the anonymous login will use to have User ID as "anonymous" and enter the password as anything (any password will work).
    this will always have guest permissions and will not be able to temper any of the data without permission.
    the administrator can assign the required permissions and roles to this user ID.
    Reward points..

  • Anonymous ftp configuration

    Hi,
    I'm trying to set up an anonymous ftp server on an Ultra 10 running solaris 8 and am having massive amounts of problems. I did download wu-ftp found on http://www.sunfreeware.com and I installed it but now cannot find the binary executables. I followed the man pages for ftpd and encoutered that it said that even though anonymous worked and had a home directory of / but couldn't see any files or cd into any sub directory.
    Any help would be very helpfull!
    Thank you,
    Cindy Herzberg
    University of Detroit Mercy

    Read these first:
    http://www.cert.org/techtips/anonymous_ftpconfig.html
    http://www.cert.org/techtips/anonymous_ftpabuses.html
    Create the user in NetInfo Manager. Create the directories and assign permissions in Terminal.

  • FTP Server have been accessed by Internet Explorer 7

    Please,
    I have configured a FTP Server on Solaris 9. It is working very well, but yesterday when I tried to connected through my browser Internet Explorer 7 I got a surprise, bad surprise... When I type my user and password the filesystem tree of my server appeared to me... I could see and access all content of root filesystem, instead of only can see the content of my home folder...
    Did anyone face this problem????

    Hi,
    Maybe you missed a step during setup of your anonymous ftp server?
    http://docs.sun.com/app/docs/doc/819-2240/ftpconfig-1m?l=en&a=view&q=ftpconfig
    http://docs.sun.com/app/docs/doc/817-1717/wuftp-10?l=en&a=view&q=anonymous+ftp
    John

  • How to create the anonymous user for FTP server in Linksys E3000?

    I made a FTP server in my Linksys E3000 and everything work great. But when I send URL to my friends to download file, everyone must login
    So, can I create Anonymous User (like FTP server in PC) to simplified everything ?
    Thank you so much!

    Thank Great_White!
    But i mean not that. I can create user to access my FTP server but that users must have user name and password.
    I want to create Anonymous User like FTP server in Computer (no user name and password). So when i send link to my friends, they can download without login user name and password

  • How to connect to an FTP server via Midnight Commander _User_Menu_?

    Hi everyone.
    There's a nifty command that works in MC and makes it connect to an FTP server and display its directories just as if they were local ones: cd ftp://USER_LOGIN@SERVER_NAME. The only thing it asks for is a password, obviously. That's exactly what i'm looking for, theoretically.
    I know it's not really a standard Bash command, because if invoked outside MC, it returns an error (directory not found).
    I got kind of tired of typing it in (or copypasting it) every time, so i thought why not make it automatic? A Bash alias or a shell script wouldn't work, because as i said, it's not really a bash command.
    But what surprised me was that it didn't work as an entry in MC's menu, too.
    Tried to go another way, discovered kftp, apparently it's completely not what i am looking for.
    And i didn't even understand what F9 > Left > FTP Link in MC did. It isn't automatic as well anyway, i have to type everything in manually.
    Can anyone advise how to automate FTP connection in MC, or even in Bash (so that MC just treats it like a regular directory)?
    Big thanks in advance.
    Last edited by kiruch (2010-07-04 20:53:44)

    kiruch wrote:mcsilva, here are the contents of my ~/.netrc file: machine ftp.0fees.net login MYLOGIN password MYPWD
    When i invoke cd ftp://ftp.0fees.net, it tells me bash: cd: ftp://ftp.0fees.net: No such file or directory
    This is not the correct way. You are using bash command line. For this to work it must be:
    # mc cd ftp://ftp.0fees.net
    kiruch wrote:When i invoke it as an entry of MC's menu (what i'm aiming for), i get /tmp/mc-cyril/mcusr6BWdYd: line 2: cd: ftp://ftp.0fees.net: No such file or directory - well, basically the same.
    I don't know what do you mean by "invoke an entry of MC's menu",
    Is this:
    Left->FTP link or Right->FTP link ?
    kiruch wrote:And finally, if i type cd ftp://ftp.0fees.net manually into MC's command prompt, i get a red alert message that says Cannot chdir to "ftp://ftp.0fees.net". Input/output error (5)
    In the first post you said you were able to login with "cd ftp://USER_LOGIN@SERVER_NAME", so MC is working well.
    This error you showed is the same which I have when I type "cd ftp.0fees.net" in the MC command prompt (maybe you typed wrong...)
    Instead, when I try "cd ftp://ftp.0fees.net" the popup error is:  "ftpfs: Login incorrect for user anonymous"
    This is what I expected, because I don't have the username and password and I'm trying a anonymous login.
    Are you sure your typing is right? Please, check your typing and try again.

  • User named "Connected" logged on to my FTP server

    I was checking out the activity on my server and found that I had a user with the name "Connected" logged into my FTP server as an authenticated user from address 218.188.21.181. I checked the system log and all I can find for entries on this IP address are repeated login failures.
    My question is why does it show an active "Authenticated" connection from that IP address in Server Admin with a bogus name of "Connected", when the system log only shows entries from that IP address as repeated login failures? How can I tell if this person logged in successfully since successful logins are not logged?

    This is all that I can find in the system log for that IP address. From what I can tell (system.log does not show successful FTP connections from what I can see), he has not connected. If he has, he has not done anything over FTP. I have every option selected for FTP logging, so any directory change, or file transfer would be logged. Anonymous access is disabled and I have gone over every share to make sure that none of them have guest access enabled. What bothers me is when looking at the FTP service in Server Admin, under the connections tab, it shows the following connection:
    Name: connected
    Type: Authenticated
    Address: 218.188.21.181
    Activity: IDLE
    Other (known) users are listed as well, and when I look at the activity log, I can see that they are uploading/dowloading files from the server as expected. I just want to know why I have this user named "connected" that appears to be connected to the server.
    System.log:
    Jan 22 18:09:46 minime ftpd[132]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 18:19:52 minime ftpd[689]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 18:30:05 minime ftpd[1138]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 18:40:29 minime ftpd[1652]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 18:51:01 minime ftpd[1853]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 19:01:43 minime ftpd[2001]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 19:12:34 minime ftpd[2269]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 19:23:33 minime ftpd[2452]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 19:34:41 minime ftpd[2610]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 19:45:58 minime ftpd[2792]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 19:57:24 minime ftpd[2967]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 20:08:59 minime ftpd[3129]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 20:20:43 minime ftpd[3446]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 20:32:36 minime ftpd[3570]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 20:44:38 minime ftpd[3675]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 20:56:49 minime ftpd[3769]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 21:09:09 minime ftpd[3868]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 21:21:42 minime ftpd[4085]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 21:34:20 minime ftpd[4164]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 21:47:07 minime ftpd[4264]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 22:00:04 minime ftpd[4383]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 22:13:10 minime ftpd[4573]: repeated login failures from 218.188.21.181 [218.188.21.181]
    Jan 22 22:26:24 minime ftpd[4731]: repeated login failures from 218.188.21.181 [218.188.21.181]

  • Receiver-File-Adatper creates empty files on FTP-Server

    Hi experts,
    I have a problem with my IDOC-to-File-scenario. My Mapping converts IDOCs to XML-files. Then the xml-files should be send to a ftp-server in New York. but only the filename is created on the ftp-server in New York. but without any content.
    At first I tested the scenario with a ftp-server in our company. and it works. the files and the right content were created. so the scenario and the mapping are working correctly.
    Have you any idea what the problem is?
    Thanks and best regrads
    Christopher

    Dont use anonymous login. Please provide user name and password.
    Also go to adapter engine queue. There see the details description of your message. There it will specify which file got created, on which FTP server, in which folder and also how many bytes XI has transferred. If possible let me know these details.
    Also try uploading any other file to FTP.
    For this got to Command prompt.
    1. open (o) IP ADDRESS
    2. User name
    3. Password
    4. go to specified folder
    5. Use PUT command to save the file on FTP server.
    If after all these empty files is getting created then contact your system administrator and tell him to check firewall settings. Because there are few parameters which allows data transfer.
    Because if firewall problem is there then u wont be able to put a file manually on that FTP server.
    Let me know the output.
    Warm Regards,
    Gouri

  • Can't get Anonymous FTP folder to work

    According to this Apple doc you can set up a folder for anonymous FTP users. But when I add the "uploads" folder to my ftp root directory, which was relocatd as mentioned bellow. It doesn't seem to work. Anonymous users are sent directly to the ftp root folder rather then the uploads folder. So they can see all my files. I want Anonymous users to only be able to see anonymous user files, not all the ftp files.
    Any thoughts?
    Greg
    http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c6fs20.html
    Server Admin 10.4 Help
    Creating an FTP Uploads Folder for Anonymous Users
    The uploads folder provides a place for anonymous users to upload files to the FTP server. It must exist at the top level of the FTP root directory and be named "uploads." (If you have changed the FTP root directory, then the uploads folder must be at the root of that directory.)
    Use the Finder to create a folder named "uploads" at the top level of your server's FTP root directory.
    Set privileges for the folder to allow guest users to write to it.
    You can set up an FTP upload directory using the mkdir and chmod commands in Terminal. For more information, see the file services chapter of the command-line administration guide.

    Greg,
    can you show us the "upload" directory permissions?
    Also, have you restarted your ftp server?
    Mihalis.

  • Anonymous FTP User created by the system lacks the user name

    I'm experiencing some problems and inconsistencies in the Mac OS X Server 10.4.7 FTP service.
    First I'll report this behaviour to evaluate if it's worth a bug report.
    I read in the that the user with user name 'Anonymous FTP User" and short name 'ftp' is created by the system the first time the FTP server is accessed using an anonymous user.
    I noticed that the user is indeed created but its user name field is empty. It doesn't have the associated LDAP record, too.
    If I try to manually create a user with an empty user name field WGM errors, so could this be considered a bug?
    PowerBook G4 867MHz 12,1"   Mac OS X (10.4.7)  

    Hi
    Using NFS u can write the file in XI directories only not on other system
    If u want to write in other System (ECC in u r case) u shud use FTP protocol.
    NFS ===> xi local path
    other path ==> use FTP protocol
    thx
    srini

  • Disable anonymous ftp in Solaris 10

    Hello,
    I am trying to disable anonymous ftp on a solaris 10 server, but am having great difficulty.
    I have tried adding the line 'guestserver' to /etc/ftpd/ftpaccess - this did not work.
    There is no ftp account present in /etc/passwd
    The inetd.conf entry for ftp is 'ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd'
    I have even tried adding 'anonymous' to the /etc/ftpd/ftpusers file
    Anyone know how to shut anonymous ftp off, in a clean manner?

    The former. (the last field corresponds to argv[0], argv[1]...)
    Though I find it odd that if you don't have an anonymous account, you think that anonymous ftp is active. If you ftp the host, and use anonymous and a password, it lets you in? It seems that the normal behavior is that is says
    331 Guest login ok, send your complete e-mail address as password.
    REGARDLESS of whether anonymous ftp is active or not (it's just that you can't log in without an allowed password). One can argue whether or not this is a desired behavior....
    -r

  • How to pass username and password to ftp server using jdk1.4

    My following codes runs fine when i give full access to the anonymous user on ftp server. But when the ftp server is password protected the code gives me error
    "sun.net.ftp.FtploginException"...How can i solve it???
    import java.net.*;
    import java.io.*;
    import java.security.*;
    class Dnet
    public static void main(String r[])
    try
    File fi=null;
    FileInputStream fis=null;
    BufferedReader buff=null;
    OutputStream os=null;
    InputStream ins=null;
    String s=null;
    String ar[]=null;
    int i=0;
    String li=null;
    String ht="i will be there for u";
    fi=new File("c:/nick");
    ar=fi.list();
    System.out.println(ar[0]);
    for(i=0;i<ar.length;i++)
    URL ul1=new URL("ftp://pg-12/satyen/"+ar);
    URLConnection ucon=ul1.openConnection();
    ucon.setDoOutput(true);
    os=ucon.getOutputStream();
    fis=new FileInputStream("c:/nick/"+ar);
    buff=new BufferedReader(new InputStreamReader(fis));
    while((li=buff.readLine())!=null)
    os.write(li.getBytes());
    os.flush();
    os.close();
    }catch(Exception e)
    System.out.println("error is: "+e);
    }

    Hi,
    you need to extend the URL to :
    ftp://user:password@host/path/file
    e.q :
    URL ul1=new URL("ftp://user:passwd@pg-12/satyen/"+ar);
    SKA

Maybe you are looking for