diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..2978876 Binary files /dev/null and b/.DS_Store differ diff --git a/b6sftpSend/b6sftpSend.install4j b/b6sftpSend/b6sftpSend.install4j index 957b510..caaed6b 100644 --- a/b6sftpSend/b6sftpSend.install4j +++ b/b6sftpSend/b6sftpSend.install4j @@ -1,7 +1,7 @@ - + - + @@ -80,57 +80,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -622,21 +571,35 @@ return console.askYesNo(message, true); - + + + + + + + + - + + + + + + + + - + diff --git a/b6sftpSend/lib/devonly/i4jruntime.jar b/b6sftpSend/lib/devonly/i4jruntime.jar index 8bb40d3..a64bca5 100644 Binary files a/b6sftpSend/lib/devonly/i4jruntime.jar and b/b6sftpSend/lib/devonly/i4jruntime.jar differ diff --git a/b6sftpSend/sftpSend.jar b/b6sftpSend/sftpSend.jar index 8e41768..8b561ac 100644 Binary files a/b6sftpSend/sftpSend.jar and b/b6sftpSend/sftpSend.jar differ diff --git a/b6sftpSend/src/com/commander4j/sftp/Transfer.java b/b6sftpSend/src/com/commander4j/sftp/Transfer.java index ff90d8c..22a36de 100644 --- a/b6sftpSend/src/com/commander4j/sftp/Transfer.java +++ b/b6sftpSend/src/com/commander4j/sftp/Transfer.java @@ -47,7 +47,7 @@ public class Transfer extends Thread public static JUtility utils = new JUtility(); public static EmailQueue emailqueue = new EmailQueue(); public static EmailThread emailthread; - public static String version = "4.10"; + public static String version = "4.11"; public static Long pollFrequencySeconds = (long) 0; public static void main(String[] args)