<?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 Yes some posts are missing… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61276#M14598</link>
    <description>Yes some posts are missing. I can't remember the whole conversation but I know I found installing the free winscp assemblies was the way to go for me to use SFTP.
If you go FTP only, then .Net would be simpler to use in a code stage.</description>
    <pubDate>Mon, 19 Mar 2018 19:52:00 GMT</pubDate>
    <dc:creator>Carol.Ouellet</dc:creator>
    <dc:date>2018-03-19T19:52:00Z</dc:date>
    <item>
      <title>ftp</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61271#M14593</link>
      <description>Hello,

Is there a way to get files via ftp or or sftp in a specific object? I could not find any specific information on the portal.

Thank you, kind regards.</description>
      <pubDate>Mon, 06 Feb 2017 12:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61271#M14593</guid>
      <dc:creator>begum_atalay</dc:creator>
      <dc:date>2017-02-06T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61272#M14594</link>
      <description>Hello,
Thank you for your reply, so I understand that a code stage should be used for this configuration. Do you have a sample code for downloading a file from SFTP or FTP?</description>
      <pubDate>Tue, 21 Feb 2017 16:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61272#M14594</guid>
      <dc:creator>begum_atalay</dc:creator>
      <dc:date>2017-02-21T16:52:00Z</dc:date>
    </item>
    <item>
      <title>void DownLoadFTP()</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61273#M14595</link>
      <description>void DownLoadFTP()
 {
	 SessionOptions sessionOptions = new SessionOptions
            {
                Protocol = Protocol.Ftp,
                HostName = "xxxx",
                PortNumber = 21,
                UserName = @"xxx",
                Password = "xxx",
            };
	 using (Session session = new Session())
            {
                // Connect
                session.Open(sessionOptions);
                string remotePath = "/Test/",localPath = "D:\\2\\;
                TransferOptions ops = new TransferOptions();
                ops.TransferMode = TransferMode.Automatic;
                TransferOperationResult rst =  session.GetFiles(remotePath, localPath, false,ops);
				session.Close();
				// Your code
            }
}</description>
      <pubDate>Mon, 27 Feb 2017 09:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61273#M14595</guid>
      <dc:creator>TienNguyen1</dc:creator>
      <dc:date>2017-02-27T09:15:00Z</dc:date>
    </item>
    <item>
      <title>How would one go about adding</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61274#M14596</link>
      <description>I have managed to install it and use it but it was more complicated than I expected.
Here are the details:
1. Download of Winscpnet assembly: &lt;A href="https://winscp.net/eng/download.php" target="test_blank"&gt;https://winscp.net/eng/download.php&lt;/A&gt;
2. Created an installation file using InnoSetup including WinSCPnet.exe and WinSCPnet.dll to install in C:\Program Files (x86)\WinSCP (Could be anywhere else as long as all resources use the same path)
3. In the InnoSetup it is important to specify that we want winscpnet.dll to be added to the Global Assembly Cache (GAC). My [File] section looks like below:
[Files]
Source: ""C:\Program Files (x86)\WinSCP\WinSCP.exe""; DestDir: ""{app}""; Flags: ignoreversion
Source: ""C:\Program Files (x86)\WinSCP\WinSCPnet.dll""; DestDir: ""{app}""; StrongAssemblyName: ""WinSCPnet, Version=1.3.7.7333, Culture=neutral, PublicKeyToken=2271ec4a3c56d0bf, ProcessorArchitecture=MSIL""; Flags: ignoreversion gacinstall uninsnosharedfileprompt 
4. You must restart Blueprism in order to recognize the modified GAC
If you downloaded a different version than 1.3.7.7333, you must get it's PublicKeyToken.
1. Start the Developer Command Prompt for Visual Studio
2. Go to the DLL folder and type in ""sn –T winscpnet.dll""
If you can't bother with any of the above, I have put the install file on my OneDrive account.
&lt;A href="https://1drv.ms/u/s!AlJUlmssD6dC70qrWjaPqQXBzzRn" target="test_blank"&gt;https://1drv.ms/u/s!AlJUlmssD6dC70qrWjaPqQXBzzRn&lt;/A&gt;
Hope this helps.</description>
      <pubDate>Thu, 02 Mar 2017 20:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61274#M14596</guid>
      <dc:creator>Carol.Ouellet</dc:creator>
      <dc:date>2017-03-02T20:31:00Z</dc:date>
    </item>
    <item>
      <title>Are posts missing from this…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61275#M14597</link>
      <description>Are posts missing from this thread?&amp;nbsp; It doesn't seem to flow logically.</description>
      <pubDate>Wed, 31 Jan 2018 17:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61275#M14597</guid>
      <dc:creator>NevilleWatson</dc:creator>
      <dc:date>2018-01-31T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Yes some posts are missing…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61276#M14598</link>
      <description>Yes some posts are missing. I can't remember the whole conversation but I know I found installing the free winscp assemblies was the way to go for me to use SFTP.
If you go FTP only, then .Net would be simpler to use in a code stage.</description>
      <pubDate>Mon, 19 Mar 2018 19:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61276#M14598</guid>
      <dc:creator>Carol.Ouellet</dc:creator>
      <dc:date>2018-03-19T19:52:00Z</dc:date>
    </item>
    <item>
      <title>I have designed an object to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61277#M14599</link>
      <description>I have designed an object to operate FileZilla</description>
      <pubDate>Tue, 20 Mar 2018 15:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61277#M14599</guid>
      <dc:creator>NevilleWatson</dc:creator>
      <dc:date>2018-03-20T15:18:00Z</dc:date>
    </item>
    <item>
      <title>Can share that object here @…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61278#M14600</link>
      <description>Can share that object here @ Neville.watson</description>
      <pubDate>Thu, 22 Mar 2018 10:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ftp/m-p/61278#M14600</guid>
      <dc:creator>jayakishanbodd1</dc:creator>
      <dc:date>2018-03-22T10:20:00Z</dc:date>
    </item>
  </channel>
</rss>

