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
Secure FTP plugin. 'PATH' variable
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Secure FTP plugin. 'PATH' variable
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
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
Re: Secure FTP plugin. 'PATH' variable
Thank you! This work for me!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
Seems it was correctly from the begginning - it just started to work after my laptop was restarted. Probably changes was applyied after TC restart.