Starting from v7.2 and above it's now possible to shutdown the server
or any of its domains gracefully. A graceful shutdown allows ongoing
transfers to finish successfully while preventing new incoming
connections to the server.
The following two co...
Attached is a runnable shell script showing how curl can be use to
download and upload files from/to a JSCAPE MFT Server using HTTP
protocol.
A download can be initiated from curl using either one of following
ways.
1) Using a single curl command...
By default, JSCAPE MFT Server will be installed in
/opt/JSCAPE_MFT_Server directory when installing the RPM package using
the following command: rpm -i install.rpm
To change installation directory to a custom location you may use
something like belo...
When switching between user datastore types, user accounts are not
automatically migrated during the switch. Starting from version 7.1
you can use the js-copyusers command line utility to manually migrate
user accounts from one datastore type to anothe...
When your users connect to JSCAPE MFT Server via the Web UI, the
language they'll see will depend on the language setting on their Web
browser and whatever languages you've set your server to support. You
can see what languages your server currently suppo...
Follows the below given steps to change the language of the server manager to any language other than English. 1.Close all the instances of the server manager and stop the service. 2. Extract the contents of ftpserver.jar located in '/libs/ to an empt...
NOTE: This no longer works for versions 9.3 and above. See related
content below.
The file that hold trigger definitions is
%installdir%/domains/%domain%/event/descriptors.dat. To copy trigger
definitions to another server / domain you will need to copy...
First make sure you have configured the SFTP service with public key
authentication. Click here [1] for instructions on how to do this.
[2]Then you would need to import the user's OpenSSH public key into
JSCAPE MFT Server. On *nix based systems, th...
When the JSCAPE server executable is executed, it will use the first
Java executable found in the system's executable search path. In Linux
or any other Unix based OS, the executable search path is determined
by the PATH environment variable. To use a ...
As of this writing, current versions of MFT Server (as well as other
JSCAPE products like MFT Gateway, MFT Monitor, MFT Synchronizer, etc)
are not yet readily compatible with Java 9 or Java 10 upon
installation.
However, with just a few tweaks you can l...
JSCAPE MFT Server currently only supports OFTP v 2.0. It is not
backwards compatible with older versions of this protocol.
When you create certain reverse proxy services, (e.g. HTTP-HTTP),
you'll see a setting that says 'Enable HTTP-specific monitor'. This
short article will help you understand when you're supposed to use it.
In order to check the availability of proxied se...
If you plan to execute code that uses the Management API [1] to
remotely manage a JSCAPE MFT Server then you would have to copy the
following files from your JSCPAPE MFT Server:
- ftpserver.jar from libs directory and add it to your JVM classpath
w...
If you are certain the file does exist and the download link has not
expired then please make sure that the file path entered in any of the
fields "File1" to "File5" are relative to the account's root
directory. The account being the one entered on the...
The error would occur during HTTPS uploads if the Flash upload
component has been enabled (Services > HTTP/S tab > Use Flash upload
component) and you are using a self-signed certificate like the
example server keys that came with JSCAPE MFT Server. To...