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

iPod shuffle offer

For a limited time get the newly re-designed iPod shuffle free with qualifying purchase.

Click for details.


News

JSCAPE Secure FTP Server 5.2 Released
06/03/2009 12:04 PM

JSCAPE Web Document Viewer Released
06/03/2009 12:02 PM

JSCAPE Secure FTP Server Plugin for Outlook Released
06/03/2009 10:03 AM

Secure iNet Factory 8.1.0 Released
04/22/2009 09:53 AM

Secure FTP Factory 8.1.0 Released
04/22/2009 08:40 AM

Secure FTP Applet 5.5 Released
04/07/2009 03:00 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

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

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

Best Practices for Configuring Your FTP Server
06/03/2008 04:47 PM

What is the difference between passive and active FTP?
05/20/2008 09:27 AM

What is the difference between FTP, FTPS and SFTP?
05/19/2008 04:29 PM

DMZ File Transfer Streaming
03/28/2008 11:57 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