ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
Is there a way in version 3.3 to blank out the password in the log file? I need this for security.

thanks
Hello,

Unless I am mistaken the password does not show up in the log file, example :
Code: Select allOPENHOST("159.151.100.116","sgtaux",******) Connecting to 159.151.100.116 Connected. PUTFILE("sgtaux") Uploading.................      sgtaux GETFILESIZE(REMOTE,"sgtaux") sgtaux has been uploaded successfully; size: 1876 Kb  
The password does show in the script since this is only a formatted text file, but you can get around that by encrypting the file, see the Encrypting script files section for details.

HTH.

Zythan
Thank you for answering Zythan
If your logs are set to full logging (VERBOSE(ON)), you will see your password in the log file itself.

thanks

Dennis Hepworth
Yes, and that is also completely normal. As the VERBOSE mode is used for troubleshoouting it is interesting to see what password ScriptFTP actually sent.