ftps

Package: WA2L/edrc 1.5.57
Section: General Commands (1)
Updated: 11 January 2012
Index Return to Main Contents

 

NAME

ftps - secure FTP to connect to the server using SSL

 

SYNOPSIS

edrc/bin/ftps [ -h ]

ftps [ -script script-file | host [ port ]]

 

AVAILABILITY

WA2L/edrc

 

DESCRIPTION

Secure FTP is an FTP program that allows for a secure connection to be made to an FTP server via a Secure Sockets Layer (SSL). This version of Secure FTP supports both implicit and explicit SSL connections.

With no port specified, an implicit SSL connection is attempted on port 990 (the default for implicit SSL connections). If a connection cannot be made implicitly, an explicit SSL connection is attempted on port 21 (the default for explicit SSL connections). These default ports can be changed by defining the properties:

  default.port.ssl.implicit and default.port.ssl.explicit.

For example, you would set the default implicit port to 12345 by saying:

  java -jar -Ddefault.port.ssl.implicit=12345 secureftp2.jar

Scripting Secure FTP:

Secure FTP supports simple scripting. A script is nothing more than a line-by-line representation of what would be entered at the command line. A sample script might look like:

  # Sample Secure FTP script
  open ftp.glub.com
  user demo <pass>
  lcd /tmp
  lmkdir test
  lcd test
  cd /pub
  mget *
  quit

To call this script, from the shell command line you would pass in the arguments:

  -script <path to script>/<file>

Additional Help:

To get additional help, from within the program you can type help to get a listing of all available commands.

 

OPTIONS

-h
usage message.

-script script-file
start a ftp script.

host
host name to connect to.

port
port to connect with.

 

ENVIRONMENT

-

 

EXIT STATUS

-

 

FILES

etc/ftps.cfg
configuration file of ftps.

 

EXAMPLES

-

 

SEE ALSO

edrcintro(1), java_wrapper(3), lib/java/secureftp-*/SECUREFTP.README, lib/java/secureftp-*/SECUREFTP.LICENSE, http://www.glub.com/products/secureftp

 

NOTES

Parts of this manpage were extracted from the documentation of the Glub Tech: Secure FTP README file. See http://www.glub.com/products/secureftp/ for more information.

 

BUGS

-

 

AUTHOR

ftps was developed by Glub Tech ( http://www.glub.com ) and integrated into WA2L/edrc by Christian Walther. Send suggestions and bug reports related to the integration to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2012 Christian Walther

This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
OPTIONS
ENVIRONMENT
EXIT STATUS
FILES
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:53:03 GMT, August 28, 2024