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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.