PDA

View Full Version : Copy from server to Local


pramod
09-16-2008, 04:04 AM
How to copy the exe from the HTTP or FTP server to local folder in server script of TrueUpdate3.0 software.

jassing
09-16-2008, 08:32 AM
How to copy the exe from the HTTP or FTP server to local folder in server script of TrueUpdate3.0 software.

The help file has examples of how to use them.
HTTP.Download()
FTPWI.Download()

pramod
09-16-2008, 09:20 AM
The help file has examples of how to use them.
HTTP.Download()
FTPWI.Download()

i don't want to use HTTP.Download coz when download a file it take much time.
Have any other method which helpful to copy file from server.

jassing
09-16-2008, 09:25 AM
i don't want to use HTTP.Download coz when download a file it take much time.
Have any other method which helpful to copy file from server.

Then why did you ask about how to download using http or ftp?

if you don't want to use http and you have an ftp server; then you could use ftp. Some firewalls block ftp passive others block ftp active; some institutions block ftp completely.

are you looking for a "magic" way of copying a file from a server?
if the server is on a LAN or over a VPN; you could use File.Copy().