Does an unknown ftp server in "recent servers" indicate a potential hack?

I was about to set up an ftp connection using the Finder for the first time [I usually use Fireftp plugin] and I noticed an unknown server in the list of "recent servers" right below my time capsule.  I checked the origin of the ftp address and it appears to be from a German University.  This is concerning to me since a) I don't recognize the server address and or the German University and b) don't remember ever using Finder in the past to do an ftp connection (I'm assuming it only lists recent servers which used the Mac/Finder ftp since none of the servers I know I connected to are listed).  Any insight or recommendations on where I can find logs or details of possible connections would be appreciated as I was unable to find anything on the web or searching the support sites.
unknown server: ftp://ftp5.gwdg.de
Running OSX 10.8.5
Thanks!

Moderator Action:
Post has been moved from the Solaris 10 discussion space,
to the Server HARDWARE discussion space, for proper topic alignment.
You aren't using Solaris when you connect via the XSCF.
This is strictly a hardware configuration question and I would guess that it is explained in either the XSCFReference Manual
https://docs.oracle.com/cd/E19867-01/E21466-01/E21466-01.pdf
else in the M5000 System Administration Guide
https://docs.oracle.com/cd/E19867-01/E21618/E21618.pdf
for that platform.

Similar Messages

  • Setting up the FTP Server on solaris 10 - Connection Problems

    G-day
    I am trying to set up the inbuilt FTP Server. I have followed a number of guides to set this up but have still been unable to connect to it. When trying to connect to it, it reads:
    Connected, waiting for response...
    220 unknown FTP server ready
    USER anonymous
    331 Guest login ok, send your complete email address as password
    PASS (not shown)
    530 Can't set guest privelages
    Not Logged in
    Can any1 shed some light on this please?

    FTPACCESS FILE
    # ident     "@(#)ftpaccess     1.2     03/05/14 SMI"
    # FTP server configuration file, see ftpaccess(4).
    class          realusers     real          *
    class          guestusers     guest          *
    class          anonusers     anonymous     *
    loginfails     3
    passwd-check     trivial          warn
    private          no
    shutdown     /etc/ftpd/shutdown.msg
    # email          user@hostname
    # guestuser     username
    # rhostlookup     no
    keepalive     yes
    recvbuf          65536          real,guest,anonymous
    sendbuf          65536          real,guest,anonymous
    # flush-wait     no          anonymous
    # passive     ports          0.0.0.0/0     32768     65535
    # timeout     data          600
    # timeout     idle          300
    banner          /etc/ftpd/banner.msg
    greeting     brief
    message          /etc/ftpd/welcome.msg     login
    message          .message          cwd=*
    readme          README*               login
    readme          README*               cwd=*
    # quota-info     *
    chmod          no          anonymous
    delete          no          anonymous
    overwrite     no          anonymous
    rename          no          anonymous
    umask          no          anonymous
    compress     yes          realusers guestusers anonusers
    tar          yes          realusers guestusers anonusers
    path-filter     guest,anonymous     /etc/ftpd/filename.msg     ^[[:alnum:]._-]*$ ^[.-]
    noretrieve     relative     class=anonusers          /
    allow-retrieve     relative     class=anonusers          /pub
    upload          class=anonusers *     *     no nodirs
    # upload     class=anonusers *     /incoming yes ftpadm ftpadm 0440 nodirs
    # log          commands     real,guest,anonymous
    # log          security     real,guest,anonymous
    # log          transfers     real,guest,anonymous     inbound,outbound
    # xferlog     format     %T %Xt %R %Xn %XP %Xy %Xf %Xd %Xm %U ftp %Xa %u %Xc %Xs %Xr
    # limit-time     anonymous     30
    # limit          anonusers     10     Wk0730-1800     /etc/ftpd/toomany.msg
    # limit          anonusers     50     SaSu|Any1800-0730 /etc/ftpd/toomany.msg
    # FTP Test
    upload /export/home/ftp /pub yes ftp other 0600 nodirs
    FTP USERS FILE
    # ident     "@(#)ftpusers     1.5     04/02/20 SMI"
    # List of users denied access to the FTP server, see ftpusers(4).
    root
    daemon
    bin
    sys
    adm
    lp
    uucp
    nuucp
    smmsp
    listen
    gdm
    webservd
    nobody
    noaccess
    nobody4
    These are pretty much still at the default status.
    Thanks mate

  • Can a directory to be created if it does not exist on FTP server?

    Hello SOA experts,
    We are good with most common usage of all Adapters. But recently, I am facing a challenge when archive files on FTP server.
    Archive files need to be placed into different folders for each month. For instance, ./archive/201308 for files archived in August. Next month, a new directory ./archive/201309 should be created, ideally automatically.
    My question is, can I do through some configuration and properties setting to let SOA create a remote target directory when it does NOT exist?
    We maintained multiple archive folders for different typr of documents. It is really a hassle to create them manually. And if the target directory does not exist, it would throw errors.
    Thank you very much in advance.
    Alena Li
    CGI

    Hi, After reading your post, I myself wanted to test this out. I thought that by configuring the following in the Adapter Wizard it would create the remote directory for me:
    <adapter-config name="FW" adapter="File Adapter" wsdlLocation="FW.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/FileAdapter"/>
      <endpoint-interaction portType="Write_ptt" operation="Write">
        <interaction-spec className="oracle.tip.adapter.file.outbound.FileInteractionSpec">
          <property name="PhysicalDirectory" value="C:\Archive"/>
          <property name="Append" value="false"/>
          <property name="FileNamingConvention" value="%SEQ%\test.txt"/>
          <property name="NumberMessages" value="1"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>
    It failed on my BPEL instance however I could see that it was trying to create the file. When I created all destinations it was able to create it.
    This is my recommendation from what I understand you'd like to accomplish:
    Create the different Year&Month folders on your destination from Jan to Dec:
    201301
    201302
    201303
    201304
    201305
    201306
    201307
    201308
    201309
    201310
    201311
    201312
    (You can actually create as many as you want going to 2090 if you want...
    Add the below config to your JCA File:
    <adapter-config name="FW" adapter="File Adapter" wsdlLocation="FW.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/FileAdapter"/>
      <endpoint-interaction portType="Write_ptt" operation="Write">
        <interaction-spec className="oracle.tip.adapter.file.outbound.FileInteractionSpec">
          <property name="PhysicalDirectory" value="C:\Archive"/>
          <property name="Append" value="false"/>
          <property name="FileNamingConvention" value="%yyyy.MM%\filename"/>
          <property name="NumberMessages" value="1"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>
    This will allow the files to be dynamically created in the correct directories.
    This is a work-around and I hope this works for you.

  • FTP Adapter File Polling does not raise error when FTP server is down

    Hi All,
    Thanks in advance.
    I am polling for new files in a FTP Server. However, if the server is down there is no way for me to catch the fault to notify someone. I am using fault-policies but that never gets triggered when polling an unavailable FTP Server.
    One option is to have a completely separate scheduled process (SOA or not) that tries to connect to the servers but I am trying not to go that route just to keep things manageable and within the realm of the process.
    I am sure that I am not the only one polling for new files in a FTP Server, so I thought to pick your brain to tackle this scenario.
    Thanks for taking the time to read this.

    I was contacted by our DBA team for an exception received while writing a file to a FTP location.
    Then i looked at the exception message and asked them to check the whether they are able to contact the ftp server using command prompt then they said the user password got expired.
    They reset the password and its working now.
    Am i missing something here :(
    Exception:
    WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
    Unable to send file to server.
    ; nested exception is:
    ORABPEL-11429
    Error sending file to FTP Server.
    Unable to send file to server.
    Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
    Thanks,
    Vijay
    Edited by: veejai24 on 25-Jul-2012 07:10

  • Gnome 3.16 - Nautilus does not remember recent servers

    Hi,
    I'm using Gnome 3.16 (clean install) and there is a bug in Nautilus when using "Connect to server" option. Nautilus doesn't remember recent servers anymore. Is there a workaround for this?

    Gerd093 wrote:
    found the solution:
    alternative (resets all settings) delete ~/.mozilla/firefox
    Argh! No need to be so harsh! Instead, 1) click on the hamburger menu, 2) click on the interrogation sign at the bottom, 3) select "Troubleshooting information" (or equivalent in your locale), 4) click on the big button on the top right called "Refresh Firefox" (or whatever it is in your locale). You won't lose your bookmarks.
    You will lose your installed extensions, write them down before refreshing in case that you are not storing them in Firefox Sync; (which installs them automatically when you log in again).

  • Backup to local ftp server

    I have recently bought an ASUS RT-N13U, which is a wireless router with an USB port to which I have attached an external hard disk.
    This is to be used to make files available to all computers on the network, but I would also like to use it for automated backups. However, the commands and backup software available on Arch do not seem to handle ftp. For instance "cp -u" works well with source and destination on the same computer - but does not seem to cope with ftp:// designations.  rsync seems to require an rsync server which the RT-N13U cannot help with.  kbackup cannot yet handle remote servers (according to available documentation), and so on and so on,,
    What I want to do is to run (as a cron job):
    1. establish an ftp connection (machine, username password)
    2. run an equivalent to cp -u on certain directory trees
    3. optionally, generate a report on what has been backed up
    4. disconnect from the ftp server
    Of course, making full backups (even automatically) is not a problem, but has anyone some idea on how to get incremental backups?

    As far as I know, the RT-N13U can be a printer server or ftp server - there is nothing in the documentation that indicates that it can be made into a SAMBA or NFS server.
    lftpfs says it is read-only, but curlftps may well be the solution. I will experiment with that.
    Thanks!
    Last edited by occam (2010-12-19 09:55:32)

  • How do you set up an FTP server using a NAS device?

    I'm sure this question has been answered before. I run a small graphic design business from my home. Occassionly clients want to send me files and ask if I have an FTP site they can upload to. I recently purchased an NAS enclosure and added a 250 GB HD in it. It's hook up to a Linksys router. I can attach to it using the GO menu using "smb://STORAGE". It appears on the desktop. I have Comcast as my broadband service with a dynamic DNS. I have 2 folders on it, one password protected and the other a Public folder. I would like someone to be able to access the Public folder and upload and download files on it. Would someone be able to explain, in simple terms, how to set this up.

    Well you actually need to have an ftp server running somewhere. I dont know (although i doubt it does) if your NAS has an embedded FTP or SFTP server. If it dosent youll actuall have to have people connect to one of your servers/workstations that has FTP enabled.
    First youll need to log in to your router's admin panel and forward port 21 to the server/workstation that will function as the ftp server.
    Then set up the mount for the NAS device at large or one of the specific folders on it with sharepoints or something on the mac that will act as the ftp server.
    Set up a user as a FTP only user. Youll probably want to make this user only have FTP access (you can google or consult other threads in these forums for this procedure).
    In this users home folder make symlinks to the shares with the command line:
    cd pathto_ftpusers_homedir
    ln -s /Volumes/NAS_Sharepoint NameOfFolderUserWillSee
    Then create the file /etc/ftpchroot which will contain a list of users that will be limited to thier home directory when using ftp. i would use a command line text editor to do this (pico, vi, emacs... choose your poison).
    the file should simply be a list of user shortnames, 1 per line.
    Thats the basics of it. You can get more complicated and might indeed need to set up permissions and what not properly (youll probably want to use ACLS so you dont have to constantly change permissions or login as another user to access files that have been uploaded)but that should get you started i think.

  • Problem with downloading file from FTP server

    Hello all
    I have uploaded a file from an application i developed and i want to download this file from another application. The code is
    public static void FTPcon() throws FtpException{
       String hostname = "my.ftp.server";
       String username = "myusername";
       String password = "mypass";
       Ftp ftp = new Ftp(hostname,username,password);
       ftp.setHostname(hostname);
            ftp.setUsername(username);
            ftp.setPassword(password);
            ftp.connect();
            ftp.setBinary();
            ftp.download("file.dat");
            ftp.disconnect();
    }The error i receive is java.io.FileNotFoundException: public.dat (The system cannot find the file specified) but the file is on the server.
    Thanks in advance for any help

    Cotton thank you for your reply
    Any other sugestions please?The server disagrees. So...
    - the file does not existThe file exists.I checked it with an FTP client program.
    - the file has a different nameThe file name is correct
    - you are connected to the wrong serverI am connecting to the correct server
    - you are in the wrong ftp directoryThe file is placed in the home directory
    - the ftp library you are using is broken (less
    likely)I am using the library from jscape.I dont think is broken because i can upload the file from the first application.
    >
    FTP isn't somehow broken in Java. I use it all the
    time. The problem is something listed above. I would
    check all of the first four if I were you because
    that's most likely where the problem is.Message was edited by:
    flightcaptain

  • How to configure sync with my local ftp server?

    I have used XMarks since now because it hallow me to synchronize my bookmarks with my local server. Now XMarks don't work anymore because it's not more possible to synchronize the passwords.
    Any other alternative imposes to use an external server and I don't want to use an external server. My data must remain on my machine it's absolutely excluded that i use an external unknown server for this.
    The only solution must be a free solution (a real free solution) and the firefox synchronization seems to me the best/only one.
    But I've not found how to configure it to use my own server.
    So how to do it, where are the options to the synchronizer to give my own ftp server or whatever other server it needs?

    iAS 6.0 sp4 officially does only support iPlanet Directory Server 5.0 sp1 and 4.13.
    For more details visit: http://docs.iplanet.com/docs/manuals/ias/60/sp4/ig/prep.htm#42084
    I guess, you can specify the directory server during the time of installation.
    Thanks,
    Rakesh.

  • Unable to connect to the remote ftp server using dreamweaver.

    For the last one week I have been trying to connect to the remote ftp server using dreamweaver. I spoke to the technical support agency who manage our remote server but they are saying that there is no problem with the server adn they dont know anythign about dreamweaver so cant assist me.
    I was suggested to check with adobe team directly and i spoke to a technical support person on the live chat but they said since the version is CS4 - education version, they cant assist me at all!! This is just ridiculous...I am constantly being sent from one place to the other without anything getting resolved!!
    Please help somebody!!

    I am having a similar problem... maybe.  I was connected to my remote site all day yesterday, then out of the blue I tried to "put" an edited file... as I had been doing all day, and I received an FTP error:  Cannot make connection to host. Your login or password is incorrect.  That's odd, I've been connecting all day.  So I went into my sites > manage sites and clicked the Test button on my remote server information and it returned Adboe Dreamweaver CS connected to your webserver successfully.  I went back to my file and tried once more to "put" it on the remote server... again FTP Error: cannot make connect to host...  So I reboot my computer and start Dreamweaver CS3 again.  I reenter my remoter server information and click the Test button.  "... connect to your webserver successfully".  I try to put any file, FTP error again.  So I call my server administrator, he checks the servers logs and says there are no errors and you've connected successfully several times today.  I went through the trouble shooting steps listed here, though my FTP Logs are empty.  I cannot stay connected or even see the remote folders to try to drag and drop.  I tried to run ftp from a windows command prompt and it seems to connect me.
    I downloaded an installed an SFTP client and was able to successfully connect to my remote server and upload the files.  It's definately a Dreamweaver problem.  Any suggestions?

  • Load Balancing FTP Server thru CSM using a single Client IP

    Hello,
    We have a need to load balance 3 FTP servers. These servers are reached only from a single client IP which is a database server. The FTP method that is being used is currently passive. Our configuration is currently unidirectional, ie, the FTP client (the one database server) sends to the VIP and the FTP Servers then talk directly back to the FTP client and the traffic does not go back through the CSM. The problem is that because FTP negotiates another port to talk on, we have to use sticky so that the connection is sent back to the original FTP server that sent the FTP data port to talk on. But, since we only have a single client IP that is ever used we are not load balancing appropriately across the FTP servers.
    Traffic flow goes something like this, tcp port followed after colon as an example
    1. FTP Client ----> VIP:21
    2. CSM ---------> FTP Server:21
    3. FTP Server --------> FTP Client(FTP server says come talk to me on port 1700)
    4. FTP Client ---------> VIP:1700
    5. CSM ---------> FTP Server:1700
    6. FTP Server:1700 ---------> FTP Client
    repeat steps 4 thru 6
    Here's our hardware and software:
    WS-X6066-SLB-APC running 4.2(2)
    Config is as follows
    module ContentSwitchingModule 9
    ft group 101 vlan 9
    priority 10
    vlan 216 client
    ip address 10.209.16.31 255.255.252.0
    gateway 10.209.16.1
    vlan 20 server
    ip address 10.209.0.31 255.255.252.0
    alias 10.209.0.11 255.255.252.0
    probe ICMP1 icmp
    interval 3
    failed 3
    receive 3
    serverfarm FHEPRT
    no nat server
    no nat client
    real 10.209.0.72
    inservice
    real 10.209.0.73
    inservice
    real 10.209.0.71
    inservice
    probe ICMP1
    sticky 106 netmask 255.255.255.255 address source timeout 3
    policy FHEPRT_POL1
    sticky-group 106
    serverfarm FHEPRT
    vserver FHEPRT1
    virtual 10.209.16.71 any
    vlan 216
    unidirectional
    serverfarm FHEPRT
    replicate csrp connection
    no persistent rebalance
    slb-policy FHEPRT_POL1
    inservice

    You are missing "service ftp" config in the Vip definition. Try the following
    vserver FHEPRT1
    virtual 10.209.16.71 tcp ftp service ftp
    Syed Iftekhar Ahmed

  • Contorlling FTP Server

    I want to Run a ftp server on my machine. My FTP Client will send the data to FTP Server (not a file but byte data). The FTP Server should listen to the data, store it in a file on the local hard disk. How can I wrote a code in JAVA to configure the server to receive data from client and store it in the file

    gunjannigam wrote:
    By writing the code at server side I meant a code which will run on the machine on which my server is runningSo you want to write an FTP server! That is the code you will have to write on your Server - an FTP server!
    Configuring the data I meant that i need to capture that data bytes and I need to save them into file,That is the job of an FTP server taking bytes from your client using the FTP protocol.
    i.e. if I am getting 5000 bytes on server I need to save those 5000 bytes into a file on the server. Which is exactly what an FTP server does.
    The data will be not be coming packed in file. I have to write them into the fileFTP data is sent as a stream that can come from any source which may or may not be a file. Jakarta Common Net FTP client allows this.
    I have written a cut down FTP server in Java. It is not very good and it took me a long time. Whether you are doing this for a College/University or for a company they surely cannot expect you to write an FTP server! It is only cost effective if it is for your own benefit. Just install one of the free FTP servers on your Server.

  • Install a FTP Server and GUI on Solaris 2.5.1.

    Hi All.
    I have two questions.
    1. What i have to do to install a FTP server on the installed Solaris 2.5.1 ?
    2. How can i install GUI on the same system ?
    I've installed Solaris on the Sparc Station, but, by default, the GUI was not installed
    on it.
    And now, when i turn on the power, i see only the command promt on the screen.
    How can i fix this "bug":-)
    Help me if you can.
    Thanks.

    1) The Sun provided FTP server should already be installed on the system unless the machine has been installed using a minimal install cluster. You might consider using something like ProFTPd. This is a VERY configuration FTP server and is a much better FTP server then the FTPd that comes with Solaris 2.5.1. See http://www.proftpd.org for more info.
    2) This is isn't a bug its actually a requirement for most people for servers in production or even development environments. The X "GUI" chews up a not insignificant amount of memory and proposes a security risk. To reactivate the GUI for startup at boot time, run this as root:
    /usr/dt/bin/dtconfig -e
    This of course assumes all the expected CDE/OpenWindows packages are available on the system. I haven't used CDE in years but I think you need to reboot the system to get CDE to startup correctly and grab the console. Not sure if starting it up while you are logged into the console will work.
    P.S. CDE is a PPPIIIGGGG. Run something respectible like Fluxbox or Blackbox. Heck, Gnome and KDE are pigs too but they are still better then CDE - twm is better then CDE LOL :)
    3) You said "I've installed ..." - I assume this means recently. You might consider upgrading to a more recent release of Solaris. Solaris 2.5.1 is rather "out of date" - this is not troll bait folks.

  • Java ftp server which can use LDAP, how to integrate with WLS' implementation of LDAP?

    Howdy.
    I'm setting up a java ftp server
    (http://www.mycgiserver.com/~ranab/ftp/index.html) which is capable of using
    LDAP for it's user security. I would like to integrate this ftp server with
    wls' implementation of LDAP so I only have to admin one user list.
    Does wls put it's user list in the LDAP or in it's own proprietary setup? I
    tried playing around with it, but the users don't seem to appear in the JNDI
    tree. Is this where the LDAP stuff is located? I thought it was in there?
    If it's in it's own setup, is there a way to propagate the users to LDAP?
    If these look like newbie Q&A, I guess they kind of are, I'm new to LDAP.
    Thanks for any input you might have.

    Peter,
    If you are talking about using the embedded LDAP server in WLS 7.0 for this purpose
    I think you are going done the wrong path.
    Look at the following URL on how to use an external LDAP server for your custom
    application
    http://e-docs.bea.com/wls/docs70/secmanage/realm.html#1172008
    Chuck Nelson
    DRE
    BEA Technical Support

  • How to read XL file from FTP server

    Hi all,
    I have a requirement like to read file from FTP server using path
    ftp:
    10.212......\DTR\DTR_ Accounted_Out
    and again save  other file in same location ,
    to doing this RFC connection is required?
    give a  procedure or program to do this requirement ..
    To create rfc for FTP which connection type can i use ?
    Give complete settings to create rfc destination

    Hi Rakhi,
    Use the below code to check if you have received the proper data.
    call function 'FTP_SERVER_TO_R3' "Get data as character instead of BLOB
        exporting
          handle         = hdl
          fname          = docid
          character_mode = 'X'
        tables
          text           = chardata.
    If the data is incorrect, it is possible that you are in the wrong directory.
    Use
    call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = 'cd mydir\mysubdir' "cd <space> your path
        tables
          data          = result
        exceptions
          tcpip_error   = 1
          command_error = 2
          data_error    = 3.
    Regards,
    Jovito.

Maybe you are looking for

  • Multiple problems with PC Suite 6.80 and bluetooth

    After several frustrating hours with a spiral of problems, I hope someone can see a way to get this (rubbish) PC Suite software working with my 6230i phone. - System is XP SP2 on a Dell Inspiron 8600 with bluetooth built in. - Syncing with Lotus Note

  • Simple Channel Read and File I/O Problem

    Hello      I am having a simple problem with reading in two channels from a usb-6259.  I have 2 channels, reading in voltages, and I am wanting to read them in at 400K Hz.  I have used the DAQ assistant and the Write To Measurement File VI.  It is ju

  • Using a TCP/IP Connection to REQUEST and RECEIVE data from a iDRX Signal Conditioner through a EIS-2B Server

    First let me say that I am new to labview, please bear with me.  I want to use Labview to querry a iDRX thermocouple signal conditioner using tcp/ip.  The signal conditioner is wired to a EIS-2B server.  The server is at 198.162.10.53 and port 2000. 

  • Error in CONFLICT_CHECK during EHP4 Installation

    I have installed a new ERP system from the installation DVDs  for ERP 6.0 EHP4 Ready. As part of the post-installations  I am  installing EHP4. I have installed the newest SPAM 7.01/39 (and Basis-SPs SAPKB70104-SAPKB70106, ...) I generated a stackfil

  • Migrated database from 2008 R2 to 2012 getting wrong decimal precisions

    Migrated SQL Server database from 2008R2 to 2012 using backup and restore option When I do aggregate sum on both the databases 2008 and 2012 decimal precision is coming different. Because of this measure value in SSAS cube browser is calculated wrong