hi everyone,..
I need to download a file from a remote machine by just supplying the file name and the path.can anyone help me with the same.I wish to do it through a batch file.Can anyone help me with any pre-existing script that they have.I am new to batch file programming...
batch programming concern..
Started by sankasu, Oct 13 2009 10:23 PM
4 replies to this topic
#1
Posted 13 October 2009 - 10:23 PM
|
|
|
#2
Posted 14 October 2009 - 06:53 AM
If it's not accessible through HTTP i'd go for FTP, a batch script would be easy to do, I'd go for a .bat file for windows. Those are easy to make since it just uses the command prompt. Everybody knows how to use that.
#3
Posted 14 October 2009 - 07:12 AM
Any access to a remote machine is going to be through URL or a virtual file system (FTP, network drive, etc). You will not be able to use the remote machine's file-system path unless it has a funny service exposing that information.
#4
Posted 15 October 2009 - 09:05 PM
So guys which one do you think would be advisable and can you help me with a sample code if any..i.e available with u...
#5
Posted 16 October 2009 - 01:02 AM
I regularly map virtual drives to LAN resources to support file copying through batch file. My batch file sees \\server\vfolder\subfolder as something like X:\subfolder.


Sign In
Create Account

Back to top










