Menu

document Function - DownloadFromNetwork

ema manu

DownloadFromNetwork

This functions download a file from an url.

example:

select *
from dbo.DownloadFromNetwork('domain', 'user', 'pass', 'url', 'path', 'file')

paramenters:

@domain:
it's the domain of user to access to url

@user:
it's the user to access to url

@pass:
it's the pass

@url:
the url that contains the file to download

@path:
the directory where save the file

@file:
tha name of downloaded file