Change directory command

Advertisement

y2kdis
Joined:
Posts:
2
Location:
United States

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.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum