Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: Error changing directory to '$FND_TOP'.Command 'cd "\$FND_TO

You cannot use remote environment variables in bookmarks, if that's what you ask for.
It's technically not possible with neither SFTP nor FTP protocol (it would be possible with SCP).
gameres

Error changing directory to '$FND_TOP'.Command 'cd "\$FND_TO

Hi All,

I'm not sure if this is a help request or feature request. I did search the site without finding an answer.

I was wondering whether it's possible to use variables in the bookmarks when saving directories. I work with four systems that have similar paths but change a bit when you're on a different instance. Using variables would help me.

for example $FND_TOP would be different in our environments.

DEV:
/client/dev/app/apps_st/appl/fnd/12.0.0
Prod:
/client/prd/app/apps_st/appl/fnd/12.0.0
Test:
/client/tst/app/apps_st/appl/fnd/12.0.0

if I echo $FND_TOP in each env. I get the above. In a shell I can cd $FND_TOP to get where I want to go.

If it's not technically feasible or I need a certain setting in WinSCP please let me know.