Java and .NET components, FTP, TELNET, SMTP, POP3, IMAP, HTTP, SSH
Home Search Knowledge Base Support

Support

Click here for access to live sales support.

For technical support please submit a ticket to the Help Desk.

 

Java and .NET Help

iTunes Gift Card Offer

For a limited time get a $50.00 iTunes gift card free with qualifying purchase.

Click for details.


News

JSCAPE Secure FTP Server 7.0 Released
08/20/2010 03:31 AM

JSCAPE launches Employee Giving Program
07/03/2010 08:26 AM

SSH Factory 3.6 Released
07/03/2010 06:22 AM

Secure iNet Factory 8.5 Released
07/03/2010 06:07 AM

Secure FTP Factory 8.5 Released
07/03/2010 06:03 AM

Secure FTP Applet 6.2 Released
06/10/2010 02:23 PM

more...


Tutorials

Enabling Phone Authentication
04/08/2009 11:24 AM

Detecting and Handling Brute Force Password Attacks
01/29/2009 09:44 AM

Creating a Domain
12/15/2008 11:33 AM

Public key authentication with SFTP
10/02/2008 07:59 AM

Formatting MimeMessages using .NET
09/14/2008 04:31 PM

Communicating with an IMAP4 server in .NET
09/14/2008 03:54 PM

more...


Articles

Open up corporate data to your partners
08/03/2010 10:01 PM

Access vital corporate documents on the go
07/01/2010 02:15 PM

SFTP and Encryption
05/17/2010 09:52 PM

Streamlining web uploads with ZIP archives
12/14/2009 10:11 AM

Using regular expressions in complex trigger conditions
09/08/2009 07:42 AM

Using custom forms to automate business processes
07/03/2009 08:51 AM

more...


Feedback

Request a feature or component

Request a Java or .NET component


 

Linux FTP Server

JSCAPE Secure FTP Server is a platform independent Java FTP server that supports FTP, secure FTP (FTP over SSL), SFTP/SSH, HTTP/S and WebDAV file transfer protocols. Installers for Windows, Linux, Linux z/OS (IBM zSeries), Solaris, AIX and Mac OS X platforms are available for easy installation.

linux ftp server, linux secure ftp server, ftpslinux ftp server, linux secure ftp server, ftps

RPM Console Installation

To install using the RPM file perform the following steps as a user with root privileges.

1.  Place the install.rpm file in a directory on the destination server.

2.  Install. Run the following command from the directory containing the RPM file you placed on your server:

rpm -iv install.rpm

3.  Configure Administration Service.  Go to the /opt/JSCAPE_Secure_FTP_Server directory and run the following command:

./config -host [ip address] -port [port] -password [password]

For example:

./config -host 200.12.19.201 -port 10880 -password secret

This will configure your JSCAPE Secure FTP Server Service , where [ ip address] and [port] are the IP/port that you want the JSCAPE Secure FTP Server Service to listen on and [password] is the password you will use when connecting to the service.  This service is what you will connect to using the JSCAPE Secure FTP Server Manager to manage your server.        

4.  Startup Administration Service.  From the /opt/JSCAPE_Secure_FTP_Server directory run the following command:

./start_service.sh

The JSCAPE Secure FTP Server Service should now be running.  To connect to this service and manage your server see the following topics:

Administration client settings > Connection settings

Server configuration > Launching the administrative client

Auto-starting in UNIX environments

ZIP Console Installation

1.  Place the install.zip file in a directory on the destination server.

2.  Install. Run the following command from the directory containing the ZIP file you placed on your server:

unzip install.zip

3.  Configure Administration Service.  Go to the JSCAPE Secure FTP Server installation directory, located in the JSCAPE_Secure_FTP_Server directory relative to where the unzip command command was executed, and run the following command:

./config -host [ip address] -port [port] -password [password]

For example:

./config -host 200.12.19.201 -port 10880 -password secret

This will configure your JSCAPE Secure FTP Server Service, where [ip address] and [port] are the IP/port that you want the service to listen on and [password] is the password you will use when connecting to the service.  This service is what you will connect to using the JSCAPE Secure FTP Server Manager to manage your server.        

4.  Startup JSCAPE Secure FTP Server Service.  From the JSCAPE Secure FTP Server installation directory run the following command:

./start_service.sh

The JSCAPE Secure FTP Server Service should now be running.  To connect to this service and manage your server see the following topics:

Administration client settings > Connection settings

Server configuration > Launching the administrative client

Auto-starting in UNIX environments