Questions for anonymous ftp

I installed Solaris 9 on Sun blade 100 and I can use ftp by entering my login account and password set up on this machine. But I can't use anonymous ftp by using "anonymous" and my email address as password. The system reports ftp login failed.
Today I setup the anonymous ftp by running the command:
/usr/sbin/ftpconfig /var/tmp where ftpconfig is a shell script for setting up anonymous ftp. ( see more details with "man ftpconfig").
Now I can anonymous login and I can see the files under /var/tmp (now is the / for anomymous ftp). However , when I want to get the file by "get file1", it gave me the error "/file1 is marked unretrievable"; when I issue "put file2", I got the error "file2: Permission denied on server. (Upload)".
We are using NIS+ and any hint?
THX!

Take a look at your /etc/ftpd/ftpaccess file. Particularly these lines:
noretrieve relative class=anonusers /
allow-retrieve relative class=anonusers /pub
upload class=anonusers * * no nodirs
# upload class=anonusers * /incoming yes ftpadm ftpadm 0440 nodirs
The first pair is your "file1 is marked unretrievable" error. The second two relate to your inability to write files.
Daryl

Similar Messages

  • Anonymous ftp does not list directory - Solaris 9

    I've got 2 Solaris 9 systems set up for anonymous ftp access. One will show a directory listing, the other won't. AFAIK, I set them up the same, and the ftpd binaries have the same checksum. Anyone know how to permit the directory listing?
    By directory listing, I mean either the '"dir" command in a command-line session or via a browser (e.g., ftp://ftpserver.whatever.domain)
    Baffling behavior, and I can't find anything in Sun's docs to explain.
    Thanks.

    This is exactly the same question which you posted in this thread:
    ldd on my library (sample.so) fails to resolve SUNW_1.9.1 version of libnsl
    Please don't post the same question twice

  • 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

    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

  • Grant read permission on List for Anonymous user for public facing site in Sharepoint 2013 Online

    I have a public facing SP site ( SP online 2013 with Office 365 ). There are certain app parts added to it which read data from a
    custom list created on that site. By default anonymous users do not have read permissions list. I want users to see the list data without login in . I tried modifying the settings for anonymous users , however I am unable to do it as the "anonymous user"
    permissions cannot be checked by me.
    How do I provide read permissions to anonymous users?
    Thanks in advance

    once you make the web site online anonymous users get the read access to list.
    You can add the list view webpart and show the details to anonymous users. In the below link i have added the announcement list view webpart to a page.
    https://velegandla-public.sharepoint.com/Pages/Page.aspx
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • 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 trace policy for native FTP

    Hi guys,
    I am trying to troubleshoot policy for native FTP (proxy port 8021 where FTP proxy is listening). The main reasons are wrong probably policy: we have usersA that are able to log into ftp via FTP proxy, but another usersB (another subnet) are not able to do the same (receiving "530 Login denied").
    Questions:
    - is there any way how can I troubleshoot/trace policy for native FTP?
    - where/what access rules are applied to request placed to FTP proxy from users? I can see that there is option to disable "Native FTP" within access policies ("Protocols and User Agents" column) but all those checkboxes within all access policies rules are unchecked.
    thanks for any help
    michal

    Hi Michal,
    Yes you can trouble shoot the FTP connection issues that you are having. Follow these steps below:
    To grep the access logs for an entry, SSH into the WSA and run the following command from the CLI:
    1. Grep
    2. Enter the number of the log you wish to grep.
    []> 1
    3. Enter the regular expression to grep.
    []> IP of the PC that the issue is being re produced on.
    4. Do you want this search to be case insensitive? [Y]>
    5. Do you want to search for non-matching lines? [N]>
    6. Do you want to tail the logs? [N]> Yes
    7. Do you want to paginate the output? [N]>
    If you have any questions or concerns please feel free to email or call me.
    Sincerely,
    Erik Kaiser
    WSA CSE
    WSA Cisco Forums Moderator

  • Setting Up Anonymous FTP

    I'm filling in for a sick colleague, so some things are already set and shouldn't be changed.
    FTP is already set for Home Directory Only. I need to add an ftp download point for anonymous users. For instance in ServerHD:WebSites:SiteA:Files, I want to provide guest access to the Files folder. The ftp root folder is inside the WebSites folder.
    When I Enable Anonymous Access, all other ftp sites are visible via ftp clients. Is this unavoidable?
    Secondly, how do I determine the ftp address of a file such as ServerHD:WebSites:SiteA:Files?
    Thanks in advance for any help or suggestions.

    When I Enable Anonymous Access, all other ftp sites
    are visible via ftp clients. Is this unavoidable?
    Anonymous ftp appears to be a disappointing shortcoming of OS X Server.
    I resolved the issue by going to http downloads in this scenario.

  • 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.

  • 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.

  • Anonymous ftp access

    We have just completed a 9iFS install. The previous version of iFS was 1.1.6. We were having problems with anonymous logins (people were dumping garbage in our public folder) and we disabled anonymous FTP by changing the guest password (we also changed it in the IFSDavServletParameters.properties file and modified the ftpserver.def file by setting AnonymousPoolSize = 0 and AllowAnonymousConnections = false. We would like to do the same with 9iFS but these files no longer exist or have been renamed. What are the equivalent files in 9iFS or how else can we go about disabling anonymous logins?
    N

    I understand what you're specifically asking for, but could you provide some background on what specific requirement(s) you are seeking to resolve -- the requirement(s) here, and not the proposed solution here using ftp.
    Are you are familiar with ftp attacks, if this is an open Internet site? Open ftp servers are malware magnets.
    If you're trying to avoid having specific (known) users specify authentication, then there are ways to do that. Not the least of which is sftp with the public keys shared. There are other approaches, such as uploads via http-based sites.

  • Questions for Opinions and Ideas.

    Hi,
    I have a couple of questions for a few of you to respond.
    1) What is the best site for keeping up to date on Java?
    2) What is the best site for keeping up to date on technology?
    3) What is the best site for news and events in general?
    Search questions
    1) I have been noticing that when I search on google I seem to get hits that are 3 or more years old? Has the internet become lack luster?
    2) Is open source just another way for corporate to give away technology to another country and then outsource to them on pretense that they cannot find anything in the US?
    3) Should all open source licenses be for American companies only?
    Your answers and comment would be welcomed.

    Rooting for them? I guess you didn't have stock in
    enron or mci or delphi or maybe the 100's of other
    companies that were backdating options or reporting
    wrong results. You must also be one who is for
    illegal immigrants? I can get more benefits being an
    illegal immigrant than I can being an unemployed
    white male (never been unemployed until now). I was
    one of 3000 that got laid off due to outsourcing.
    (company will remain anonymous) Their explanation
    was, "They could not get enough technical resources
    here in the US, so they were contracting to an
    outsourcing company for the services". And so they likely lied. The predominate reason for outsourcing is that the company thinks that they can save money.
    Very large companies often can "save" money because...
    1. They have absolutely no process control and fail to deliver anything useful with the existing staff anyways. So they save money because it costs less to deliver nothing. (One large company I was aware of one time had a software development department which hadn't delivered anything in 18 months.)
    2. They do have stringent process control and thus can deliver actual requirements that means something to the outsourced firm. Given their careful process control they are likely to have found an outsource company that can actually deliver what they promised. This sort of company is very rare.
    Smaller companies will never succeed at this unless they have stringent process control as well. And failure here means that the company will be unlikely to survive.
    Most companies that think they have process control do not in fact have it. Even with written requirements and written designs the actual product is often built via word of mouth requirements and products don't resemble the designs at all.
    Presumably you can judge where your company fits into the above.
    Before you
    dismiss someone else make sure you think about the
    question and why someone would ask. I wish I could
    laugh with you.I worked at a company where they laid off 5% of the work force a week before they announced record profits. It had nothing to do with outsourcing.
    I have been laid off from several places simply because they weren't making money. In several cases they never made any money. Nothing to do with outsourcing.
    One company even had one of those money making ventures in place that involved phony offshore corporations doing phony sales. One of the owners of the company set that up. That had nothing to do with outsourcing either.
    In all cases being a competent professional it took me very little time to find another job.

  • Proxy settings for dynamic ftp send port

    Does anyone have an idea how to configure the proxy settings when using a dynamic send port to connect to an ftp server?
    When using the FTP send port there is the property 'Server' to specify the proxy settings, but how would this be done with a dynamic send port?
    I can't find anything about this. And there doesn't seem to be a property
    FTP.Server according to intellisence in my orchestration.
    Kind regards,
    Mitch Vanhelden
    Blog: http://mitchvanhelden.blogspot.com

    It seems like most or all of the FTP properties are exposed in the Global Property Schemas assembly.  The FTP properties are under the "FTP" namespace (see FTP property schema below).
    One thing you might try is to get it working (simple messaging) using a static FTP send port.  Once it is working, turn on send port tracking of message properties (before and after port processing).  Inspect the tracked message for the FTP
    related properties set during static transmission and try setting these within your orchestration.
    <?xml version="1.0" encoding="utf-16"?>
    <xs:schema xmlns="http://schemas.microsoft.com/BizTalk/2003/ftp-properties" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" targetNamespace="http://schemas.microsoft.com/BizTalk/2003/ftp-properties" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:annotation>
    <xs:appinfo>
    <b:schemaInfo schema_type="property" xmlns:b="http://schemas.microsoft.com/BizTalk/2003"/>
    </xs:appinfo>
    </xs:annotation>
    <xs:element name="RepresentationType" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="198b2027-4cde-4677-88f1-7b66caf6473a"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="SSOAffiliateApplication" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="8045bcbe-3285-412c-8b5a-dc3be5978c9b"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="UserName" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="6E789556-2F81-4fa6-B8E2-5214F1662289"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="Password" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" isSensitive="true" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="FEFD9283-C98A-470d-8E0A-C00214EE4047"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="BeforePut" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="58C0F130-2D2D-4374-8418-714A31046A58"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="AfterPut" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="CFBD9956-B0C6-48af-9257-4E27C7771998"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="ReceivedFileName" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="441B372A-23A1-4465-8329-F56AC0BDBFD8"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="MaxConnections" type="xs:unsignedInt">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="0A580338-036A-411B-A28A-1BCC86E56458"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="CommandLogFileName" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="CCE01F9B-8869-4216-BD7A-8F476FA40327"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="AllocateStorage" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="4945CA1F-A812-483B-B32F-C98513EBF51E"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="PassiveMode" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="74B6373E-550F-4434-B2D1-DE912ACDB3A7"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="SpoolingFolder" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="1C703221-ADE1-4DF7-9D6E-1770903DC614"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="UseSsl" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="D032AB42-E927-470C-B5E8-E59A5E32851D"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="UseDataProtection" type="xs:boolean">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="42E3D7F0-5FF5-4C6E-8E72-BD76D203C6DD"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="FtpsConnectionMode" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="EDA0F134-3F42-4DD7-8428-75BA65E7C4CA"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="ClientCertificateHash" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo propSchFieldBase="MessageContextPropertyBase" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" propertyGuid="423E6603-652E-4A61-B49F-B632031E3180"/>
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    </xs:schema>
    David Downing... If this answers your question, please Mark as the Answer. If this post is helpful, please vote as helpful.

  • How can you change your security question for I tunes?

    How can you change your security question for I tunes?

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then the steps half-way down this page give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 link above to add a rescue email address for potential future use

Maybe you are looking for

  • How to install Windows 7 32-bit drivers?

    I've recently successfully installed Windows 7 Home Premium on my MacBook Pro 13 inch 2011 however I have no idea how to install the drivers? I have tried to put the BootCamp drivers onto a USB via BootCamp however it was ridiculously slow so I found

  • OS 10.1.5 crashed when restarting in OS9 at the suggestion of XPostFacto

    Help!! Someone gave me a Macintosh G3 that was upgraded to a G4, with OSX 10.1.5. I needed an upgrade to use some of the open source software out there, so someone gave me OSX 10.3. When I tried to install it, it said that 10.3 couldn't be used on my

  • Reference Doc in Billing Doc transfer to FI change to 0000000000000000

    Dear Expert, Kindly help to advise on this. We had an issue where we noticed that one Billing Doc transfer to FI had a Reference Doc value with 0000000000000000. But in the billing header data we already keyed in something else. There are no doc chan

  • Cisco 876w: wlan client - routing problem

    I configured a Cisco 876w to connect to an existing WLAN as a client. Now I would like to connect 3 PCs to the 876w which should be able to access the internet via the 876w. Problem: Being at the console (ssh) of the 876w, I can ping hosts in the int

  • Hyperlink not visible pdf

    I am trying to create a training flier in a .pdf format. I am using Acrobat Pro to do this. I am having an issue with placing a link for the registration page on the .pdf. The link is not visible when you view it, however, it will bring you to the pa