Version 1.633 (3/19/2013)
*Fixed issue with segmentation fault and crashing in Mac

Version 1.632 (2/22/2012)
* Fixed issue with FTPeek_ChooseFile giving missing class error

Version 1.631 (2/21/2013)
* Enabled use of filemasks for directory listing, note the ftp server has to support filemasks
* Fixed a bug in detection of which environment the plugin is running in, FileMaker vs. FileMaker Server
* Improvements to file transfers via SFTP

Version 1.63 (8/9/2012)
* Added support for Java 7, the issues is with a bug in Windows firewall this release works around the bug

Version 1.62 (5/7/2012)
* Added better support for FTPS, added support for various flags to fine tune FTPS SSL communication
* Added optional flag for FTPS to start with clear data channels.  Setting this flag to true fixes an issue with connection returning a 'USER and PASS required first' error.

Version 1.61 (4/5/2012)
* corrected issue introduced in version 1.6; an incorrect release date prevented some of the portfolio licenses from registering FTPeek 1

Version 1.6 (4/4/2012)
* FileMaker Pro and Server 12 compatibility release.
* Changed to work with FTP servers that do not return files with path passed as parameter.  Must be in pwd to work with this feature.
* Fixed a hang when using with FileMaker Server scheduled scripts.

Version 1.561 (7/6/2011)
* Fixed issue where some users would receive a thread error when calling FTPeek_UploadFileFromContainer
* Added move function

Version 1.56 (5/12/2011)
* Fixed issue with getting a file listing of folders with spaces in the name, this was an issue on certain servers that don't support wildcards for listing directories. 

Version 1.55 (1/24/2010)
* Fixed issues with Auto-Update on Mac and Windows.  Plugins prior to this version will need to be removed from the Auto-Update directory, we've put together an applet to take care of this http://www.360works.com/remove-plugins/.  Perviously, FileMaker needed to be restarted after Auto-Update on Mac and on Windows the update had to be performed manually in some cases, this update takes care of both issues.

Version 1.54 (1/18/2011)
* Changed encoding setting for issuing FTP commands; should work with a broader set of FTP servers now.
* Issue was resolved that was only allowing one plugin at a time to load on Windows 7 and Windows Server 2008r2.
* Logging is now consolidated to a single log file for all 360Works plug-ins. This should make it easier to report issues to 360Works, and will also significantly reduce the amount of disk space used when running multiple 360Works plugins on FileMaker Server.

Version 1.534 (11/03/2010)
* Fixed a bug in the way FTPeek was storing the host's public key for SFTP connections that use a non-standard port
* Switched to OpenSSH format, of host's public key for SFTP connections, from SECSH

Version 1.533
* added FTPeek_ExecuteCommand command function, for executing arbitrary commands via a SFTP connection.
* Fixed a bug in FTPeek_GetFileList, directories with spaces were not handled correctly.

Version 1.532 (7/12/2010)
* Updated licensing architecture
* Fixed error  in FTPeek 'choose file' function  if you have not yet connected to a server
* improved error handling and reporting in FTPeek_ChangeDirUp()
* FTPeek_UploadFileFromField will upload to current directory if remoteDestPath is empty.
* improved documentation

Version 1.531 (3/16/2010)
* Fixed bug in FTPeek_MakeDir( remoteDir ).

Version 1.53 (3/15/2010)
* Fixed 'java.lang.RuntimeException: The licence has expired. Expiry date: 15 Mar 2010' error.
* Improved FTPeek_MakeDir( remoteDir ) performance.

Version 1.521 (3/8/2010)
* Fixed intermittent problem where plugins may not load in Windows XP in FileMaker 11

Version 1.52 (2/11/2010)
* Fixed a problem that can occur when doing multiple downloads on OS X
* Fixed problems when changing into directories with spaces in the name

Version 1.51 (2/4/2010)
* Removed error dialog popup added in last update

Version 1.501 (1/27/2010)
* Fixed bug in uploadFileFromContainer when the destination is blank
* Now displays visible error message unless SetErrorCapture is on
* Fixed situations where modal dialogs could appear behind other windows in MS Windows
* Fixed plugin not loading in Java 6 update 18

Version 1.45 (1/13/2010)
* Improved the performance of the FTPeek_GetFileInfo function
* Fixed bug in FTPeek_DeleteLocal

Version 1.44 (9/8/2009)
* Fixed the issue with plugin not starting on OS X Leopard

Version 1.43 (8/25/2009)
* OS X 10.6 Snow Leopard compatible

Version 1.42 (7/13/2009)
* Fixed intermittent lockup issue for GUI functions

Version 1.41 (4/24/2009)
* Added FTPeek_ChooseFile function
* Documentation fixes
* Improved how remote file path is handled in FTPeek_UploadFileFromField function
* Added wildcard delete to the FTPeek_DeleteFile function
* Added recursive flag to FTPeek_DeleteDir function

Version 1.4 (3/31/2009)
* added optional active mode flag in the connect methods for FTP and FTPS connections

Version 1.392 (2/15/2009)
* better error handling and validation of public key in SFTP connections, custom port numbers

Version 1.39 (1/28/2009)
* Fixed compatibility issues with running on Server 10 and IWP

Version 1.38 (11/21/2008)
* Added FTPeek_SetTransferType function to allow explicit setting of transfer type to ASCII or BINARY

Version 1.372 (11/12/2008)
* Fix for applets when using Java 1.6_10

Version 1.371 (10/31/2008)
* Fixed FTPS implicit connect method

Version 1.37 (10/6/2008)
* Fixes to FTPS connections supporting explicit/implicit connections, added flags for implicit connections and disabling certificate validation

Version 1.362 (10/3/2008)
* No longer requires a demo license to run in demo mode

Version 1.361 (10/1/2008)
* Added better error reporting/handling for FTPeek_ConnectSFTP

Version 1.36 (9/2/2008)
* FTPeek_DownloadFileToField converts line breaks to FileMaker line breaks.

Version 1.354 (8/26/2008)
* Better error reporting when FTP server is not available
* Better error reporting when uploading an empty container field
* Better support for filemaker-style paths (ie. filemac: and filewin: )

Version 1.352
* Fixed carriage returns in FTPeek_ScanLocalDirectory to return carriage returns instead of line feeds
* Can now run multiple FileMaker instances with the plugin installed

Version 1.35 (7/30/2008)
* Fixed out-of-memory issue when uploading very large text fields using FTPeek_UploadFileFromField

Version 1.31 (6/24/2008)
* Added FTPeek_SetShowProgress function to control whether the progress bar is visible or not
* Fix memory leak when uploading thousands of files

Version 1.3 (6/3/2008)
* Better plugin logging
* Fixed bug where files were not closed properly, so they could not be deleted until quitting FileMaker
* Show the path of the remote file in the progress bar

Version 1.2 (5/21/2008)
* Fixed some missing documentation
* Bug fixes for Windows file paths
* Better international support when connecting to a US FTP Server from outside the US

Version 1.121 (5/14/2008)
* Fixed bug with specifying port number in the host string for sftp connections

Version 1.12 (5/7/2008)
* Much better demo file and example FTP application
* Added functions for FTPeek_ScanLocalDirectory and FTPeek_GetFileInfo

Version 1.05 (3/11/2008)
* Added support for specifying text encoding
* Few bug fixes in the example file

Version 1.051 (3/17/2008)
* Fixed major bug in FTPeek_DownloadFile() function

Version 1.052 (4/16/2008)
* Added support for uploading from a URL
* Fixed bug with how remote permissions are handled