Use variable for password

Post comments and suggestions for RoboTask here
Post Reply
Vara04
Posts: 54
Joined: Fri Feb 24, 2012 8:02 pm
Location: France

Use variable for password

Post by Vara04 »

A suggestion:
Have the opportunity to use a variable (local or global)
for passwords (FTP, ...)
Oleg
Site Admin
Posts: 3010
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Use variable for password

Post by Oleg »

We have such request, but this is not implemented as yet.
Vara04
Posts: 54
Joined: Fri Feb 24, 2012 8:02 pm
Location: France

Use variable for password

Post 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.
Vara04
Posts: 54
Joined: Fri Feb 24, 2012 8:02 pm
Location: France

Use variable for password

Post 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
Last edited by Vara04 on Sun Feb 26, 2012 7:15 am, edited 1 time in total.
Post Reply