User`s guide

Functions — Categorical List
14-7
xpctarget.ftp Functions
The xpctarget.ftp methods allow you to work with a target PC file, such as
a signal data file, from the host PC. You enter target object methods in the
MATLAB window on the host PC or use M-file scripts.
xpctarget.fs Functions
The xpctarget.fs methods allow you to work with the target PC file system
from the host PC. You enter target object methods in the MATLAB window
on the host PC or use M-file scripts.
The
xpctarget.fs methods are listed in the following table.
pwd Retrieve current directory path of target PC
rmdir Remove directory from target PC
xpctarget.ftp Create xPC Target FTP object
get (ftp) Retrieve copy of requested file from target PC
put Copy file from host PC to target PC
diskinfo Get information about target PC drive
fclose Close one or more open target PC files
fileinfo Get target PC file information
filetable Get information about open files in target PC
file system
fopen Open target PC file for reading
fread Read open target PC file
fwrite Write binary data to the open target PC file
getfilesize Get size of file on target PC
removefile Remove file from target PC