FREEKBOU
Working for a reasonable sized company it has been decided to use smartftp for FTP access to customers because of it's command line interface . We do have an internal customer database that is used
to store the ip addresses, userid's and passwords of our customers. From that database we can start an ftp session by the command line:
smartftp ftp://user:password@ipaddres/directory
This database makes it easy for all employees to login without having to know the userid's and passwords.
Over the last period of years, security on IT companies becomes more strict. If an employee abuses the login data from the company in order to harm a customer, the company could be responsible.
SmartFTP has the great feature that one can start it up via the commandline, but unfortunately an option exist (in Tools, Settings, Display) called Hide Passwords. Unticking that option will
show all passwords.
Would it be possible to make the following change...
Add to the command line parameters the following options:
- NO_SAVE : This would disallow the user to save the login data in the favorites.
- DO_NOT_SHOW_PASSWORD: This would, for that FTP session make sure that the password is not showed.
This would allow companies, like ourselves, to use smartftp in a much more controlled way.
to store the ip addresses, userid's and passwords of our customers. From that database we can start an ftp session by the command line:
smartftp ftp://user:password@ipaddres/directory
This database makes it easy for all employees to login without having to know the userid's and passwords.
Over the last period of years, security on IT companies becomes more strict. If an employee abuses the login data from the company in order to harm a customer, the company could be responsible.
SmartFTP has the great feature that one can start it up via the commandline, but unfortunately an option exist (in Tools, Settings, Display) called Hide Passwords. Unticking that option will
show all passwords.
Would it be possible to make the following change...
Add to the command line parameters the following options:
- NO_SAVE : This would disallow the user to save the login data in the favorites.
- DO_NOT_SHOW_PASSWORD: This would, for that FTP session make sure that the password is not showed.
This would allow companies, like ourselves, to use smartftp in a much more controlled way.