Page 1 of 1
Use variable for password
Posted: Sat Feb 25, 2012 7:05 am
by Vara04
A suggestion:
Have the opportunity to use a variable (local or global)
for passwords (FTP, ...)
Use variable for password
Posted: Sat Feb 25, 2012 7:43 am
by Oleg
We have such request, but this is not implemented as yet.
Use variable for password
Posted: Sat Feb 25, 2012 8:05 am
by Vara04
So I'm waiting...
I have in mind to create a generic task :
- FtpConnect
- FTP Loop on file
- - Download file
- - If localvar = remove then
- - - Remove from FTP
- - End if
- - If archive = true Then
- - - Rename to another FTP forder
- - End if
- End loop
But to do this I need to pass all informations
- FTP server,
- user,
- password,
- FTP Dir,
- Local Dir,
- RemoveAfterDownload (true/false)
- FTP Dir archive (if present archive)
So it can be may be a futur task
In the same way, the upload to FTP, with archive in a
local dir.
Use variable for password
Posted: Sun Feb 26, 2012 3:12 am
by Vara04
So for password variable I suggest this :
View
And to use it in FTP Log on (for example) :
View
Unfortunately, I don't have source code