User`s guide

7
Working with Target PC
Files and File Systems
xPC Target scopes of type file create files on the target PC. To work with these files from the host
PC, you need to work with the
xpctarget.ftp and xpctarget.fs objects. The xpctarget.ftp object
allows you to perform basic file transfer operations on the target PC file system. The
xpctarget.fs
object allows you to perform file system-like operations on the target PC file system. This chapter
contains the following topics:
Introduction (p. 7-2) Introduction to the
xpctarget.ftp and xpctarget.fs
objects
FTP and File System Objects (p. 7-4) Description of FTP and file system objects
Using xpctarget.ftp Objects (p. 7-5) Using the MATLAB Command Window with file transfer
object methods to access the target PC files from the host
PC
Using xpctarget.fs Objects (p. 7-9) Using the MATLAB Command Window with file system
methods to access the target PC file system from the host
PC