| View previous topic :: View next topic |
| Author |
Message |
Ravenous Newbie
Joined: 13 Feb 2003 Posts: 1
|
Posted: Thu Feb 13, 2003 8:53 pm Post subject: Copying to a network share |
|
|
Hello,
First off I want to say that I am new to the VDS world. I am a hardcore newbie.....(so dont laugh). Anyway does anyone know the command or string that would copy a file from an a:drive to a network share on a lan? I cant figure it out and Im using the unc name and VDS says that I have an illegal command? I am using the file copy command. Any suggestions! |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Feb 13, 2003 10:10 pm Post subject: |
|
|
Perhaps you should try enclosing the destination path in quotes.
If there are any characters such as the sign "@", a comma, etc., it will
cause an error. Placing parameter of the command in quotes will solve this.
Also you can try copying it directly to the share as the example below
shows:
| Code: | | file copy,a:\file.ext,\\host\share |
And welcome to VDSWORLD!  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|