path Substution syntax
#1
I thought I posted this before but I can not seem to find it so please forgive me if it is a double post

I know that paths like smb://<sambashare>/<sharename> are used in path substitution

Can I also use sftp://<hostname>/<path> ?

Also how would I use a path that requires a password?

user:pass@smb://<sambashare>/<sharename>
Huh

Thanks
Reply
#2
smb://user:pass@<sambashare>/<sharename>
Reply
#3
is the user:pass@ preferred, or should I use both, as in:

Code:
<substitute>
    <from>afp://MacPro.local</from>
    <to>afp://192.168.0.105</to>
  </substitute>
  <substitute>
    <from>afp://user:[email protected]</from>
    <to>afp://user:[email protected]</to>
  </substitute>
Reply
#4
use only 1. With user/pass if the share needs it, otherwise without.
Reply

Logout Mark Read Team Forum Stats Members Help
path Substution syntax0