I use Directory Opus 9 a lot to manage my files as Directory Opus lends itself to moving around directories so easily.
The scenario is such that I'm accessing with Directory Opus a local FTP site (Specifically my Android device) with SwiFTP server via my local wifi network.
SwiFTP Server allows me to have create an FTP Server that has an address such as
ftp://192.168.1.123:2121/
I need to assign a
user name : bookman
password : lemonade
I use Directory Opus 9 to parse the address using their variable argument {sourcepath}, which produces in this case ftp://192.168.1.123:2121/
Unfortunately, the path required for BC3 is
ftp://bookman:[email protected]:2121
I have no way to use Directory Opus to automatically send the ftp path over to BC3 via the Command line command in that format with the user name :bookman and password :lemonade inserted in the correct location.
For example, if I use {sourcepath}, there is no way for me to insert a fix string "bookman:[email protected]" automatically so that it becomes
ftp://bookman:[email protected]:2121
For example, if the Directory Opus command is
{sourcepath} bookman:lemonade
the Command line string passed over to BC3 becomes
ftp://192.168.1.123:2121 bookman:lemonade
Is there a workaround available I can use to solve this problem so that BC3 receives
ftp://bookman:[email protected]:2121
Thanks
The scenario is such that I'm accessing with Directory Opus a local FTP site (Specifically my Android device) with SwiFTP server via my local wifi network.
SwiFTP Server allows me to have create an FTP Server that has an address such as
ftp://192.168.1.123:2121/
I need to assign a
user name : bookman
password : lemonade
I use Directory Opus 9 to parse the address using their variable argument {sourcepath}, which produces in this case ftp://192.168.1.123:2121/
Unfortunately, the path required for BC3 is
ftp://bookman:[email protected]:2121
I have no way to use Directory Opus to automatically send the ftp path over to BC3 via the Command line command in that format with the user name :bookman and password :lemonade inserted in the correct location.
For example, if I use {sourcepath}, there is no way for me to insert a fix string "bookman:[email protected]" automatically so that it becomes
ftp://bookman:[email protected]:2121
For example, if the Directory Opus command is
{sourcepath} bookman:lemonade
the Command line string passed over to BC3 becomes
ftp://192.168.1.123:2121 bookman:lemonade
Is there a workaround available I can use to solve this problem so that BC3 receives
ftp://bookman:[email protected]:2121
Thanks
Comment