-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
109 changed files
with
14,933 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 17 JDK"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="lib" path="lib/app/asn-one-0.6.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/bcpkix-jdk15on-1.70.jar"/> | ||
<classpathentry kind="lib" path="lib/app/bcprov-jdk15on-1.70.jar"/> | ||
<classpathentry kind="lib" path="lib/app/eddsa-0.3.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/jzlib-1.1.3.jar"/> | ||
<classpathentry kind="lib" path="lib/app/log4j-api-2.20.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/log4j-core-2.20.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/log4j-slf4j2-impl-2.20.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/slf4j-api-2.0.7.jar"/> | ||
<classpathentry kind="lib" path="lib/app/slf4j-simple-2.0.7.jar"/> | ||
<classpathentry kind="lib" path="lib/app/sshj-0.35.0.jar" sourcepath="/Users/dave/Commander4j/workspace.development/sftpGet/lib/source/sshj-0.31.0-sources.jar"> | ||
<attributes> | ||
<attribute name="javadoc_location" value="jar:platform:/resource/sftpGet/lib/javadoc/sshj-0.32.0-javadoc.jar!/"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="lib/devonly/i4jruntime.jar"/> | ||
<classpathentry kind="lib" path="lib/app/commons-io-2.13.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/commons-codec-1.15.jar"/> | ||
<classpathentry kind="lib" path="lib/mail/commons-email-1.5.jar"/> | ||
<classpathentry kind="lib" path="lib/mail/javax.mail.jar"/> | ||
<classpathentry kind="lib" path="lib/mail/javax.activation-1.2.0.jar"/> | ||
<classpathentry kind="lib" path="lib/app/slf4j-jdk14-2.0.7.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>b6sftpSend</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=17 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning | ||
org.eclipse.jdt.core.compiler.release=enabled | ||
org.eclipse.jdt.core.compiler.source=17 |
5 changes: 5 additions & 0 deletions
5
b6sftpSend/.settings/org.eclipse.wst.common.project.facet.core.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<runtime name="Java 17 JDK"/> | ||
<installed facet="java" version="17"/> | ||
</faceted-project> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+27.2 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79.6 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.76 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.58 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79.6 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+230 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.58 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.32 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.14 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/icon_48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+230 KB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.89 MB
b6sftpSend/Images/icons/SFTP_Send_Icons/MyIcon.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Manifest-Version: 1.0 | ||
Main-Class: com.commander4j.sftp.Transfer | ||
Class-Path: lib/app/asn-one-0.6.0.jar | ||
lib/app/bcpkix-jdk15on-1.70.jar | ||
lib/app/bcprov-jdk15on-1.70.jar | ||
lib/app/commons-codec-1.15.jar | ||
lib/app/commons-io-2.13.0.jar | ||
lib/app/eddsa-0.3.0.jar | ||
lib/app/jzlib-1.1.3.jar | ||
lib/app/log4j-api-2.20.0.jar | ||
lib/app/log4j-core-2.20.0.jar | ||
lib/app/log4j-slf4j2-impl-2.20.0.jar | ||
lib/app/slf4j-api-2.0.7.jar | ||
lib/app/slf4j-jdk14-2.0.7.jar | ||
lib/app/slf4j-simple-2.0.7.jar | ||
lib/app/sshj-0.35.0.jar | ||
lib/mail/commons-email-1.5.jar | ||
lib/mail/javax.activation-1.2.0.jar | ||
lib/mail/javax.mail.jar | ||
sftpSend.jar |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- WARNING: Eclipse auto-generated file. | ||
Any modifications will be overwritten. | ||
To include a user specific buildfile here, simply create one in the same | ||
directory with the processing instruction <?eclipse.ant.import?> | ||
as the first entry and export the buildfile again. --><project basedir="." default="build" name="b6sftpSend"> | ||
<property environment="env"/> | ||
<property name="debuglevel" value="source,lines,vars"/> | ||
<property name="target" value="17"/> | ||
<property name="source" value="17"/> | ||
<path id="b6sftpSend.classpath"> | ||
<pathelement location="bin"/> | ||
<pathelement location="lib/app/asn-one-0.6.0.jar"/> | ||
<pathelement location="lib/app/bcpkix-jdk15on-1.70.jar"/> | ||
<pathelement location="lib/app/bcprov-jdk15on-1.70.jar"/> | ||
<pathelement location="lib/app/eddsa-0.3.0.jar"/> | ||
<pathelement location="lib/app/jzlib-1.1.3.jar"/> | ||
<pathelement location="lib/app/log4j-api-2.20.0.jar"/> | ||
<pathelement location="lib/app/log4j-core-2.20.0.jar"/> | ||
<pathelement location="lib/app/log4j-slf4j2-impl-2.20.0.jar"/> | ||
<pathelement location="lib/app/slf4j-api-2.0.7.jar"/> | ||
<pathelement location="lib/app/slf4j-jdk14-2.0.7.jar"/> | ||
<pathelement location="lib/app/slf4j-simple-2.0.7.jar"/> | ||
<pathelement location="lib/app/sshj-0.35.0.jar"/> | ||
<pathelement location="lib/devonly/i4jruntime.jar"/> | ||
<pathelement location="lib/app/commons-io-2.13.0.jar"/> | ||
<pathelement location="lib/app/commons-codec-1.15.jar"/> | ||
<pathelement location="lib/mail/commons-email-1.5.jar"/> | ||
<pathelement location="lib/mail/javax.mail.jar"/> | ||
<pathelement location="lib/mail/javax.activation-1.2.0.jar"/> | ||
</path> | ||
<path id="run.Transfer.classpath"> | ||
<path refid="b6sftpSend.classpath"/> | ||
<pathelement location="lib/app/asn-one-0.6.0.jar"/> | ||
<pathelement location="lib/app/bcpkix-jdk15on-1.70.jar"/> | ||
<pathelement location="lib/app/bcprov-jdk15on-1.70.jar"/> | ||
<pathelement location="lib/app/eddsa-0.3.0.jar"/> | ||
<pathelement location="lib/app/jzlib-1.1.3.jar"/> | ||
<pathelement location="lib/app/log4j-api-2.20.0.jar"/> | ||
<pathelement location="lib/app/log4j-core-2.20.0.jar"/> | ||
<pathelement location="lib/app/log4j-slf4j2-impl-2.20.0.jar"/> | ||
<pathelement location="lib/app/slf4j-api-2.0.7.jar"/> | ||
<pathelement location="lib/app/slf4j-jdk14-2.0.7.jar"/> | ||
<pathelement location="lib/app/slf4j-simple-2.0.7.jar"/> | ||
<pathelement location="lib/app/sshj-0.35.0.jar"/> | ||
<pathelement location="lib/devonly/i4jruntime.jar"/> | ||
<pathelement location="lib/app/commons-io-2.13.0.jar"/> | ||
<pathelement location="lib/app/commons-codec-1.15.jar"/> | ||
<pathelement location="lib/mail/commons-email-1.5.jar"/> | ||
<pathelement location="lib/mail/javax.mail.jar"/> | ||
<pathelement location="lib/mail/javax.activation-1.2.0.jar"/> | ||
</path> | ||
<target name="init"> | ||
<mkdir dir="bin"/> | ||
<copy includeemptydirs="false" todir="bin"> | ||
<fileset dir="src"> | ||
<exclude name="**/*.launch"/> | ||
<exclude name="**/*.java"/> | ||
</fileset> | ||
</copy> | ||
</target> | ||
<target name="clean"> | ||
<delete dir="bin"/> | ||
</target> | ||
<target depends="clean" name="cleanall"/> | ||
<target depends="build-subprojects,build-project" name="build"/> | ||
<target name="build-subprojects"/> | ||
<target depends="init" name="build-project"> | ||
<echo message="${ant.project.name}: ${ant.file}"/> | ||
<javac debug="true" debuglevel="${debuglevel}" destdir="bin" includeantruntime="false" source="${source}" target="${target}"> | ||
<src path="src"/> | ||
<classpath refid="b6sftpSend.classpath"/> | ||
</javac> | ||
</target> | ||
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/> | ||
|
||
<target name="Transfer"> | ||
<java classname="com.commander4j.sftp.Transfer" failonerror="true" fork="yes"> | ||
<classpath refid="run.Transfer.classpath"/> | ||
</java> | ||
</target> | ||
</project> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Copyright <YEAR> <COPYRIGHT HOLDER> | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Copyright <YEAR> <COPYRIGHT HOLDER> | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
SOFTWARE RIGHTS | ||
|
||
ANTLR 1989-2004 Developed by Terence Parr | ||
Partially supported by University of San Francisco & jGuru.com | ||
|
||
We reserve no legal rights to the ANTLR--it is fully in the | ||
public domain. An individual or company may do whatever | ||
they wish with source code distributed with ANTLR or the | ||
code generated by ANTLR, including the incorporation of | ||
ANTLR, or its output, into commerical software. | ||
|
||
We encourage users to develop software with ANTLR. However, | ||
we do ask that credit is given to us for developing | ||
ANTLR. By "credit", we mean that if you use ANTLR or | ||
incorporate any source code into one of your programs | ||
(commercial product, research project, or otherwise) that | ||
you acknowledge this fact somewhere in the documentation, | ||
research report, etc... If you like ANTLR and have | ||
developed a nice tool with the output, please mention that | ||
you developed it using ANTLR. In addition, we ask that the | ||
headers remain intact in our source code. As long as these | ||
guidelines are kept, we expect to continue enhancing this | ||
system and expect to make other tools available as they are | ||
completed. | ||
|
||
The primary ANTLR guy: | ||
|
||
Terence Parr | ||
[email protected] | ||
[email protected] |
Oops, something went wrong.