<?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: Connecting Databricks with FTP server in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15119#M9485</link>
    <description>&lt;P&gt;Thanks will check this snippet @Rishabh Pandey​&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 10:09:56 GMT</pubDate>
    <dc:creator>Prototype998</dc:creator>
    <dc:date>2022-12-22T10:09:56Z</dc:date>
    <item>
      <title>Connecting Databricks with FTP server</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15117#M9483</link>
      <description>&lt;P&gt;hey i want to know how to connect Databricks with the FTP server ??? any help would be really appreciated &lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 10:05:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15117#M9483</guid>
      <dc:creator>Prototype998</dc:creator>
      <dc:date>2022-12-22T10:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Databricks with FTP server</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15118#M9484</link>
      <description>&lt;P&gt;hey @Punit Chauhan​&amp;nbsp;, refer this code to connect with FTP server &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Host="" 
&amp;nbsp;
Login=""
&amp;nbsp;
Passwd=""
&amp;nbsp;
ftp_dir=""
&amp;nbsp;
ftp = ftplib.FTP(Host)
ftp.login(Login,Passwd)
ftp.cwd(ftp_dir)
files=ftp.nlst(ftp_dir)
print(files)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 10:08:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15118#M9484</guid>
      <dc:creator>Rishabh-Pandey</dc:creator>
      <dc:date>2022-12-22T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Databricks with FTP server</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15119#M9485</link>
      <description>&lt;P&gt;Thanks will check this snippet @Rishabh Pandey​&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 10:09:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-databricks-with-ftp-server/m-p/15119#M9485</guid>
      <dc:creator>Prototype998</dc:creator>
      <dc:date>2022-12-22T10:09:56Z</dc:date>
    </item>
  </channel>
</rss>

