S
SpreadTooThin
haven't written a line of java in years... but today I have to write
a script. (On a MAC in XCode)
So I found this on the internet:
http://stackoverflow.com/questions/14617/java-what-is-the-best-way-to-sftp-a-file-from-a-server
Nice simple method
I downloaded j2ssh which has a few jar files in them.
Obviously this won't compile / run unless the right jar file is in the
right place.
j2ss contains:
j2ssj-ant-0.2.9.jar
j2ssh-common-0.2.9.jar
j2ssh-core-0.2.9.jar
j2ssh-daemon-0.2.9.jar
and lib:
BOUNCYCASTLE.LICENSE
COMMONS.LICENSE
XERCES.LICENSE
commons-logging.jar
jdk13-119.jar
xercesImpl.jar
xmlParserAPIs.jar
So where do I put these files so that my app will compile / run?
TIA
a script. (On a MAC in XCode)
So I found this on the internet:
http://stackoverflow.com/questions/14617/java-what-is-the-best-way-to-sftp-a-file-from-a-server
Nice simple method
I downloaded j2ssh which has a few jar files in them.
Obviously this won't compile / run unless the right jar file is in the
right place.
j2ss contains:
j2ssj-ant-0.2.9.jar
j2ssh-common-0.2.9.jar
j2ssh-core-0.2.9.jar
j2ssh-daemon-0.2.9.jar
and lib:
BOUNCYCASTLE.LICENSE
COMMONS.LICENSE
XERCES.LICENSE
commons-logging.jar
jdk13-119.jar
xercesImpl.jar
xmlParserAPIs.jar
So where do I put these files so that my app will compile / run?
TIA