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

Secure iNet Factory 8.0 Released
04/04/2008 02:24 PM

Updates to Email Factory for .NET and Secure iNet Factory
03/29/2008 04:06 PM

JSCAPE Secure FTP Server 3.9 Preview
03/14/2008 12:19 PM

AnyClient Service and Application Launched
03/12/2008 03:41 PM

JSCAPE Secure FTP Server 3.8 Released
02/12/2008 10:50 AM


Tutorials

Email Validation with Java
04/15/2008 02:04 PM

Sending HTML Based Email Using Java
03/11/2008 02:47 PM

Secure FTP Using Java and FTPS (FTP over SSL)
03/10/2008 04:08 PM

FTP Directory Listing Using Java
03/10/2008 03:57 PM

Sending Email Using Java
03/09/2008 03:43 PM

SSH Using Java
03/09/2008 02:53 PM


Articles

DMZ File Transfer Streaming
03/28/2008 11:57 AM

Phishing looks to FTP to distribute malware
03/13/2008 05:14 PM

Ad Hoc File Transfer Explained
03/13/2008 09:16 AM

Password Policies Made Easy
03/12/2008 03:03 PM


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