Archives
- July 2019
- January 2019
- November 2018
- August 2018
- July 2018
- February 2018
- November 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- January 2017
- December 2016
- November 2016
- August 2016
- January 2015
- December 2014
- March 2014
- April 2013
- December 2010
- November 2009
- September 2009
- June 2009
- March 2009
- February 2009
- November 2008
- October 2008
- August 2008
- July 2008
- January 2008
ScriptFTP 4.6
17th July 2019This new release comes with two new commands (EXIST and TEXTFILEREAD ) and support for the latest SFTP encryption algorithms. As usual, some other bug fixes have been addressed.
- [New] Support for the latest SSH encryption algorithms. This will allow ScriptFTP to log in to the SFTP server than enforce the client to support the latest security standards.
- [New] Added a new command: EXIST . With it you can quickly check if a file already exists without using GETLIST and FOREACH
- [New] Added a new command: TEXTFILEREAD. It is used to read the full contents of a text file and store them in a variable.
- [Fix] SETPASSIVE was only working when used after OPENHOST. Fixed to be working whether or not is used after or before.
- [Fix] SETSPEED was not working as expected in some servers.
- [Fix] Fixed the default position if the schedule script window. It was being centered in the primary screen instead of the parent window
- [Fix] Fixed the text box where the minutes of a scheduled script was entered was not padding zeroes on minutes. For example. It showed 12:1 instead of 12:01
- [Fix] Fixed an infinite loop that happened when called ScriptFTP.exe from ScriptFTP itself
- [Fix] Many minor bugs have been fixed. Mostly related to memory management and performance.