<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to document Function - DownloadFromNetwork</title><link>https://sourceforge.net/p/sqlserver-clr-functions/wiki/document%2520Function%2520-%2520DownloadFromNetwork/</link><description>Recent changes to document Function - DownloadFromNetwork</description><atom:link href="https://sourceforge.net/p/sqlserver-clr-functions/wiki/document%20Function%20-%20DownloadFromNetwork/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 10 Oct 2022 13:34:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sqlserver-clr-functions/wiki/document%20Function%20-%20DownloadFromNetwork/feed" rel="self" type="application/rss+xml"/><item><title>document Function - DownloadFromNetwork modified by ema manu</title><link>https://sourceforge.net/p/sqlserver-clr-functions/wiki/document%2520Function%2520-%2520DownloadFromNetwork/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -10,15 +10,20 @@
 ~~~
 **paramenters**:

-domain:
+@domain:
 it's the domain of user to access to url
-user:
+
+@user:
 it's the user to access to url
-pass:
+
+@pass:
 it's the pass
-url:
+
+@url:
 the url that contains the file to download
-path:
+
+@path:
 the directory where save the file
-file:
+
+@file:
 tha name of downloaded file
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ema manu</dc:creator><pubDate>Mon, 10 Oct 2022 13:34:28 -0000</pubDate><guid>https://sourceforge.net6e790afd6d847a7d02baeafa2708e91c180a883c</guid></item><item><title>document Function - DownloadFromNetwork modified by ema manu</title><link>https://sourceforge.net/p/sqlserver-clr-functions/wiki/document%2520Function%2520-%2520DownloadFromNetwork/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -8,7 +8,7 @@
 select *
 from dbo.DownloadFromNetwork('domain', 'user', 'pass', 'url', 'path', 'file')
 ~~~
-paramenters:
+**paramenters**:

 domain:
 it's the domain of user to access to url
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ema manu</dc:creator><pubDate>Tue, 18 Jul 2017 13:01:48 -0000</pubDate><guid>https://sourceforge.neted26954cd30ce70905efb1a206d6e005b843b2fe</guid></item><item><title>document Function - DownloadFromNetwork modified by ema manu</title><link>https://sourceforge.net/p/sqlserver-clr-functions/wiki/document%2520Function%2520-%2520DownloadFromNetwork/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;DownloadFromNetwork&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This functions download a file from an url.&lt;/p&gt;
&lt;p&gt;example:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;select *
from dbo.DownloadFromNetwork('domain', 'user', 'pass', 'url', 'path', 'file')
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;paramenters:&lt;/p&gt;
&lt;p&gt;domain:&lt;br/&gt;
it's the domain of user to access to url&lt;br/&gt;
user:&lt;br/&gt;
it's the user to access to url&lt;br/&gt;
pass:&lt;br/&gt;
it's the pass&lt;br/&gt;
url:&lt;br/&gt;
the url that contains the file to download&lt;br/&gt;
path:&lt;br/&gt;
the directory where save the file&lt;br/&gt;
file:&lt;br/&gt;
tha name of downloaded file&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ema manu</dc:creator><pubDate>Tue, 18 Jul 2017 13:01:14 -0000</pubDate><guid>https://sourceforge.netf69c0b811f5fc2652412981b9aab78dddf4f39b5</guid></item></channel></rss>