<?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: input data placed on FTP in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39620#M7374</link>
    <description>&lt;P&gt;Kristian, I use curlftpfs command to mount FTP resource on my Splunk server&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2013 12:14:04 GMT</pubDate>
    <dc:creator>ryastrebov</dc:creator>
    <dc:date>2013-05-20T12:14:04Z</dc:date>
    <item>
      <title>input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39616#M7370</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;
I have Splunk installed on Linux and FTP which are placed logs. &lt;BR /&gt;
I mount FTP-folder on Splunk's Linux computer. &lt;BR /&gt;
But when I try to open the folder in Splunk (data input configuration) in which I mounted data with FTP, I get the error: "Unable to open the selected path".&lt;BR /&gt;
If i try open this folder in command line, it's OK. &lt;BR /&gt;
In what could be the problem and how it can be solved?&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 11:14:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39616#M7370</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-05-20T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39617#M7371</link>
      <description>&lt;P&gt;Does the user splunk is running under have read permissions to that path?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 11:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39617#M7371</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-05-20T11:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39618#M7372</link>
      <description>&lt;P&gt;just to make it clear - are you mounting a local directory (which is used for FTP as well), or are you trying to 'mount' a remote directory &lt;EM&gt;via&lt;/EM&gt; FTP?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 11:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39618#M7372</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-05-20T11:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39619#M7373</link>
      <description>&lt;P&gt;Martin, user splunk have permissions on mount directory and  he can read it through shell&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 12:12:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39619#M7373</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-05-20T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39620#M7374</link>
      <description>&lt;P&gt;Kristian, I use curlftpfs command to mount FTP resource on my Splunk server&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 12:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39620#M7374</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-05-20T12:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39621#M7375</link>
      <description>&lt;P&gt;curlftpfs sounds very much like a FUSE file system. These generally are mounted with access only for the user who mounted them, which is what I think is causing your problem. In that case you need to use the options flag &lt;CODE&gt;allow_other&lt;/CODE&gt; when mounting the file system in order for other users to be able to access it.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 12:26:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39621#M7375</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-20T12:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: input data placed on FTP</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39622#M7376</link>
      <description>&lt;P&gt;Ayn,&lt;BR /&gt;
I use this flag, my command is:&lt;BR /&gt;
curlftpfs -o allow_other ftpuser:password@myftpserver /ftpmount&lt;/P&gt;

&lt;P&gt;All users can access to folder /ftpmount and all users can view contents of FTP on folder /ftpmount. &lt;BR /&gt;
But when I try to open the folder in Splunk, I get the above described error...&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2013 12:34:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/input-data-placed-on-FTP/m-p/39622#M7376</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-05-20T12:34:39Z</dc:date>
    </item>
  </channel>
</rss>

