2013-11-02 00:16:14 +00:00
|
|
|
Categories:System
|
2013-10-20 10:14:48 +00:00
|
|
|
License:GPLv3
|
2015-06-03 19:00:30 +00:00
|
|
|
Web Site:https://sites.google.com/site/ghostcommander1
|
2014-01-20 10:34:11 +00:00
|
|
|
Source Code:http://sourceforge.net/p/gc-sftp/code
|
|
|
|
Issue Tracker:http://sourceforge.net/p/ghostcommander/_list/tickets
|
|
|
|
Donate:http://sourceforge.net/p/ghostcommander/donate
|
2013-10-20 10:14:48 +00:00
|
|
|
|
2013-11-11 03:36:10 +00:00
|
|
|
Auto Name:Ghost Commander - SFTP plugin
|
2013-10-23 14:05:33 +00:00
|
|
|
Summary:Access files over SFTP
|
2013-10-20 10:14:48 +00:00
|
|
|
Description:
|
2013-10-23 14:05:33 +00:00
|
|
|
A plug-in for [[com.ghostsq.commander]] to access secure FTP sites.
|
|
|
|
Launch Ghost Commander and go to 'Menu > Location > Home > SFTP site'.
|
2013-10-20 10:14:48 +00:00
|
|
|
Alternatively, scroll along the toolbar until you arrive at 'Home'.
|
2013-10-23 14:05:33 +00:00
|
|
|
Enter your server name and credentials.
|
2013-10-20 10:14:48 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
# If you are building this yourself, config.py must be edited to sign this
|
|
|
|
# with the same key as Ghost Commander
|
|
|
|
Repo Type:git-svn
|
2014-01-31 01:55:48 +00:00
|
|
|
Repo:https://svn.code.sf.net/p/gc-sftp/code/trunk
|
2013-10-20 10:14:48 +00:00
|
|
|
|
2013-11-11 03:36:10 +00:00
|
|
|
Build:1.10b1,11
|
|
|
|
commit=26
|
|
|
|
srclibs=GhostCommander@390
|
2014-08-26 11:30:35 +00:00
|
|
|
extlibs=ganymed-ssh/ganymed-ssh2-build210.jar,custom_rules.xml
|
2013-11-11 03:36:10 +00:00
|
|
|
build=sed 's/jcifs-1.3.17/ganymed-ssh2-build210/' libs/custom_rules.xml > custom_rules.xml && \
|
|
|
|
ant debug -f $$GhostCommander$$/build.xml && \
|
|
|
|
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
|
|
|
|
install -D gc.jar libs/gc.jar
|
2013-10-20 10:14:48 +00:00
|
|
|
|
2013-11-11 11:17:38 +00:00
|
|
|
Build:1.11b1,12
|
|
|
|
commit=28
|
|
|
|
srclibs=GhostCommander@390
|
2014-08-26 11:30:35 +00:00
|
|
|
extlibs=ganymed-ssh/ganymed-ssh2-build210.jar,custom_rules.xml
|
2013-11-11 11:17:38 +00:00
|
|
|
build=sed 's/jcifs-1.3.17/ganymed-ssh2-build210/' libs/custom_rules.xml > custom_rules.xml && \
|
|
|
|
ant debug -f $$GhostCommander$$/build.xml && \
|
|
|
|
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
|
|
|
|
install -D gc.jar libs/gc.jar
|
|
|
|
|
2013-11-21 09:02:09 +00:00
|
|
|
Build:1.11b3,13
|
2013-11-22 19:52:44 +00:00
|
|
|
disable=Doesn't compile
|
2014-04-26 10:15:00 +00:00
|
|
|
commit=30
|
2013-11-21 09:02:09 +00:00
|
|
|
|
2014-05-13 20:40:03 +00:00
|
|
|
Build:1.13,16
|
|
|
|
disable=Doesn't compile
|
|
|
|
commit=33
|
|
|
|
|
2014-08-14 10:20:12 +00:00
|
|
|
Build:1.13.1,17
|
|
|
|
commit=34
|
|
|
|
srclibs=GhostCommander@445,Ganymed@r161
|
2014-08-22 21:09:20 +00:00
|
|
|
extlibs=custom_rules.xml
|
|
|
|
prebuild=sed 's/jcifs-1.3.17/ganymed-ssh2-263-SNAPSHOT/' libs/custom_rules.xml > custom_rules.xml && \
|
2014-08-26 11:30:35 +00:00
|
|
|
pushd $$GhostCommander$$ && \
|
|
|
|
android update project -p ./ -t "android-19" && \
|
2014-08-14 10:20:12 +00:00
|
|
|
ant debug -f build.xml && \
|
2014-08-26 11:30:35 +00:00
|
|
|
jar c -C bin/classes/ com > gc.jar && \
|
|
|
|
popd && \
|
2014-08-14 10:20:12 +00:00
|
|
|
install -D $$GhostCommander$$/gc.jar libs/gc.jar && \
|
2014-08-26 11:30:35 +00:00
|
|
|
pushd $$Ganymed$$ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$Ganymed$$/target/ganymed-ssh2-263-SNAPSHOT.jar libs/
|
|
|
|
target=android-19
|
2014-08-14 10:20:12 +00:00
|
|
|
|
2013-11-11 11:17:38 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
No commit comments whatsoever!
|
|
|
|
|
2014-05-13 20:40:03 +00:00
|
|
|
A few different forks of used SSH2 library exist, but
|
|
|
|
https://code.google.com/p/ganymed-ssh-2 (which is in turn referenced by number
|
|
|
|
of sites) claims, that it is the most genuine one.
|
|
|
|
|
|
|
|
Recent builds are made difficult by the complete lack of documentation and
|
|
|
|
no way of referencing which version of the main GhostCommander API jar should
|
|
|
|
be used.
|
2013-11-11 11:17:38 +00:00
|
|
|
.
|
|
|
|
|
2013-10-20 10:14:48 +00:00
|
|
|
Auto Update Mode:None
|
2013-10-29 08:06:42 +00:00
|
|
|
Update Check Mode:RepoManifest
|
2014-05-19 00:50:28 +00:00
|
|
|
Current Version:1.13.1
|
|
|
|
Current Version Code:17
|
2013-10-20 10:14:48 +00:00
|
|
|
|