~ubuntu-branches/ubuntu/intrepid/jftp/intrepid

« back to all changes in this revision

Viewing changes to debian/jftp.1

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah
  • Date: 2007-12-29 17:16:37 UTC
  • Revision ID: james.westby@ubuntu.com-20071229171637-bsysf6nrhik3thxc
Tags: 1.51~pre4-1
* New upstream release.
* debian/control:
  + Standards version is now 3.7.3 (No changes needed).
  + Change XS-Vcs-* to Vcs-*, as dpkg now supports them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH JFTP "1" "September 2007" "jftp" "User Commands"
 
2
.SH NAME
 
3
jftp \- a java based GUI file transfer client
 
4
.SH SYNOPSIS
 
5
.B jftp
 
6
.RI [ server ]
 
7
.br
 
8
.SH DESCRIPTION
 
9
 \fIJFtp\fP is a graphical Java network and file transfer client. It
 
10
 supports FTP using its own FTP API and various other protocols like
 
11
 SMB, SFTP, NFS, HTTP, and file I/O using third party APIs. It
 
12
 includes many advanced features such as recursive directory
 
13
 up/download, browsing FTP servers while transferring files, FTP
 
14
 resuming and queueing, browsing the LAN for Windows shares, and
 
15
 more. Multiple connections can open at a time in a Mozilla-style
 
16
 tabbed browsing environment.
 
17
 
 
18
.SH EXAMPLE
 
19
.TP
 
20
To just exectute JFTP, you just need to run
 
21
.B jftp
 
22
.TP
 
23
But if you need to choose your Java Virtual Machine (JVM), you may have to run
 
24
.B /usr/lib/jvm/\fIjvm\fP/bin/java /usr/share/java/jftp.jar
 
25
where \fIjvm\fP is the JVM to use.
 
26
.TP
 
27
To open with ftp.kernel.org listed:
 
28
.B jftp ftp://ftp.kernel.org
 
29
 
 
30
.SH OPTIONS
 
31
.TP
 
32
\fIserver\fP
 
33
A fully qualified server URL.
 
34
.SH SEE ALSO
 
35
.PP
 
36
Homepage:
 
37
http://j-ftp.sourceforge.net
 
38
.br
 
39
.SH AUTHOR
 
40
jftp was written by David Hansmann <hansmann.d@debitel.net>.
 
41
.PP
 
42
This manual page was written by Kumar Appaiah <akumar@ee.iitm.ac.in>,
 
43
for the Debian project (but may be used by others).