|
Working with Windows paths from UNIX
Question:
I know that when using the CLI (command-line interface) I should define the remote file path using the convention of the system I am initiating the command on, but how do I define a Windows drive letter from UNIX?
Answer:
To define a Windows path from UNIX, use the following syntax:
/dev/drive_letter/full_path
i.e.
/dev/c/target points to C:\target
Related Topics:
WINDOWS
UNIX
FASTCopy
Back to FAQ Index
|