<?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: can you help me with connection between databricks and sftp file using paramiko?? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4197#M43</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Could you please let me know what your current blocker is? Are you looking for a code snippet that can help you get file through sftp? Or if you are looking for the spark config that whitelist the port? Or if you are blocked by some other error?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 18:34:53 GMT</pubDate>
    <dc:creator>ZhengHuang</dc:creator>
    <dc:date>2023-06-02T18:34:53Z</dc:date>
    <item>
      <title>can you help me with connection between databricks and sftp file using paramiko??</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4196#M42</link>
      <description>&lt;P&gt;&lt;A href="https://community.databricks.com/s/question/0D58Y00009fClizSAC/ssh-connection-with-paramiko" target="test_blank"&gt;https://community.databricks.com/s/question/0D58Y00009fClizSAC/ssh-connection-with-paramiko&lt;/A&gt; i read in this post that you can help me with that problem, please can you give me more advice what i have to do to connect to an sftp through ssh&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 14:34:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4196#M42</guid>
      <dc:creator>115412</dc:creator>
      <dc:date>2023-05-18T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me with connection between databricks and sftp file using paramiko??</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4197#M43</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Could you please let me know what your current blocker is? Are you looking for a code snippet that can help you get file through sftp? Or if you are looking for the spark config that whitelist the port? Or if you are blocked by some other error?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 18:34:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4197#M43</guid>
      <dc:creator>ZhengHuang</dc:creator>
      <dc:date>2023-06-02T18:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: can you help me with connection between databricks and sftp file using paramiko??</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4198#M44</link>
      <description>&lt;P&gt;here is a sample code you can try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;transport = paramiko.Transport((host, port))
transport.connect(None, username, password)
sftp_path =sftp_path + sftp_file_name
sftp = paramiko.SFTPClient.from_transport(transport)
sftp.get(sftp_path, replaced_local_path + flat_file_name)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;please ensure the all the variables are correctly defined and the connection to the host server is open.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 18:46:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/can-you-help-me-with-connection-between-databricks-and-sftp-file/m-p/4198#M44</guid>
      <dc:creator>ZhengHuang</dc:creator>
      <dc:date>2023-06-02T18:46:08Z</dc:date>
    </item>
  </channel>
</rss>

