<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux RedHat9 ftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056929#M6332</link>
    <description>Thanks, but I;m gettign the same response. Can't create file.</description>
    <pubDate>Tue, 26 Aug 2003 17:53:19 GMT</pubDate>
    <dc:creator>Ragni Singh</dc:creator>
    <dc:date>2003-08-26T17:53:19Z</dc:date>
    <item>
      <title>Linux RedHat9 ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056924#M6327</link>
      <description>HI all, I am running redhat 9 and have just set up anonymous ftp. The issue I'm hang is I am unable to overwrite a file via ftp. If there is a file that exists, my ftp is not able to overlay it but comes back and tells me &lt;BR /&gt;&lt;BR /&gt;200 Switching to Binary mode.&lt;BR /&gt;put  siac_div                 siac_div.file&lt;BR /&gt;200 PORT command successful. Consider using PASV.&lt;BR /&gt;553 Could not create file.&lt;BR /&gt;put  nasd_div                 nasd_div.file&lt;BR /&gt;200 PORT command successful. Consider using PASV.&lt;BR /&gt;553 Could not create file.&lt;BR /&gt;&lt;BR /&gt;Any help here is greatly appreciated and points will definetely be assigned. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 14:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056924#M6327</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-08-26T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RedHat9 ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056925#M6328</link>
      <description>Do you have w rights on this file, and x rights on the folder ?&lt;BR /&gt;&lt;BR /&gt;What ftp server do you use ?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 26 Aug 2003 14:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056925#M6328</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-08-26T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RedHat9 ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056926#M6329</link>
      <description>The reason is that you have to give apropriate permissions for uploading.&lt;BR /&gt;In case you installed vsftpd -you should edit &lt;BR /&gt;/etc/vsftpd/vsftpd.conf&lt;BR /&gt;if it's wu-ftpd&lt;BR /&gt;/etc/ftpaccess&lt;BR /&gt;anyway see man for you ftp daemon</description>
      <pubDate>Tue, 26 Aug 2003 15:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056926#M6329</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-26T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RedHat9 ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056927#M6330</link>
      <description>Hey all, here it goes. I am running redhat9 which comes with vsftpd. I have looked at the /etc/vsftpd/vsftpd.conf file and I have enabled anon_upload=YES. MY /pub dir on LInux is wide open with 777 permission. The file that I ftp puts it in /pub as 700. I modify the persmission to 777 and when I try ftp'ing again, it complains about not being able to create file again. I am totally confused. Any help is greatly appreciated.</description>
      <pubDate>Tue, 26 Aug 2003 15:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056927#M6330</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-08-26T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RedHat9 ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056928#M6331</link>
      <description>Hi back,&lt;BR /&gt;&lt;BR /&gt;Did you allow anon upload ? In conf file :&lt;BR /&gt;write_enable=YES&lt;BR /&gt;anon_upload_enable=YES&lt;BR /&gt;anon_mkdir_write_enable=YES&lt;BR /&gt;&lt;BR /&gt;As for your rights, 777 is cool. But 730 should be enough. Often, we creat an upload directory, kind of /var/ftp/pub/upload.&lt;BR /&gt;&lt;BR /&gt;A long format listing of the directory should look like this:&lt;BR /&gt;&lt;BR /&gt;drwx-wx---    2 root     ftp          4096 aug 26 19:05 upload.&lt;BR /&gt;&lt;BR /&gt;Tell us what it gives !&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 15:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056928#M6331</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-08-26T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RedHat9 ftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056929#M6332</link>
      <description>Thanks, but I;m gettign the same response. Can't create file.</description>
      <pubDate>Tue, 26 Aug 2003 17:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat9-ftp/m-p/3056929#M6332</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-08-26T17:53:19Z</dc:date>
    </item>
  </channel>
</rss>

