Main Content
cd
Change or view current folder on SFTP or FTP server
Description
cd(
displays the path to the current
folder on the server.s
)
newFolder = cd(___)
also returns the path as a
character vector. You can use the input arguments from either of the previous
syntaxes. If you use the first syntax, then newFolder
is the path
after you change the folder.
Examples
Input Arguments
Tips
Pass the
~
symbol to thecd
function to navigate to the login folder.
Version History
Introduced before R2006a