What am I missing?
In a command I have the following:
I set a var v1 equal to a password.
I use the FTP command and grab a file and overwrite if required.
I use the following: Run account.dat .v1
It fails with "Wrong Password" 3081
I only inserted { and } around the plugin lines to test my command. The var
and run command work? And it uses the var/password.
Any ideas?
Sincerely,
Paul D
Example:
Set v v1 text = 'password'
{
Plugins rftpclient76.rbl 'commmands'
Plugins rftpclient76.rbl 'commmands'
Plugins rftpclient76.rbl 'commmands' etc...
}
Run account.dat .v1 -- Works fine!