|
Error - No Such File
Question:
In the FASTCopy Console GUI (Graphical user interface), I want to send all files in a given directory. I defined my source as C:\test\source but am getting the following error:
FCOPY-E-OPENINP, error opening E:\temp\source\source for input
-FILES-E-GETINFO, error retrieving information on file
-SYS-E-ERRMSG, No such file or directory
Answer:
To instruct FASTCopy to send all files in the directory, you should write the complete file specifications, and not just the directory name.
The proper source file specification should be:
C:\test\source\*
The target specification should be:
C:\test\target
Related Topics:
WINDOWS
FASTCopy
Back to FAQ Index
|