Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Change directory command

The assembly does not use a concept of working directory. You need to use full paths to remote files with all the commands.
y2kdis

Change directory command

Does the .NET assembly support this?
I can't seem to find the appropriate command to change the current directory on the remote server. For instance something like session.changedir("."), if I'd like to go to the root level, or session.changedir("../../myfolder") to go to a directory relative to my current folder.