Secure FTP plugin. 'PATH' variable

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
alexcook
Junior Member
Junior Member
Posts: 2
Joined: 2020-02-03, 19:44 UTC

Secure FTP plugin. 'PATH' variable

Post by *alexcook »

Hello !

I am using Secure FTP plugin. It works good but I couldn't set 'path' variable for host.
I see that there are two variants how we could write host address:
- "server/path"
- "server:port/path"
So I was trying different variants like

myhost.com:22/myfolder/subfolder
myhost.com:22 /myfolder/subfolder
myhost.com:22 \myfolder\subfolder
myhost.com:22 "/myfolder/subfolder"
myhost.com:22 path='/myfolder'

But unfortunatelly I always was redirect to root

Tell me please if I use this in wrong way or this option couldn't be used at all.

Image: https://fs15.fex.net/preview/2666179356/400x0
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3862
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Secure FTP plugin. 'PATH' variable

Post by *sqa_wizard »

The correct notation for a Linux host is:
myhost.com:22/myfolder/subfolder

Note: you always have to use the absolute path starting from root "/"
e.g. myhost.com:22/home/user
#5767 Personal license
alexcook
Junior Member
Junior Member
Posts: 2
Joined: 2020-02-03, 19:44 UTC

Re: Secure FTP plugin. 'PATH' variable

Post by *alexcook »

sqa_wizard wrote: 2020-02-03, 22:12 UTC The correct notation for a Linux host is:
myhost.com:22/myfolder/subfolder

Note: you always have to use the absolute path starting from root "/"
e.g. myhost.com:22/home/user
Thank you! This work for me!
Seems it was correctly from the begginning - it just started to work after my laptop was restarted. Probably changes was applyied after TC restart.
Post Reply