Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
Install / Use FileCatalyst Client CLI
You will need to have Java 1.4.2 or newer installed in order to use the CLI.
- Download the FileCatalyst CLI (fc_cl.zip).
- Unzip into a location of your choice.
Usage:
java -jar FileCatalystCL.jar <help commands> <connection directives> -file [path] -bandwidth [bandwidth kbps] <transfer directives>
Examples:
Example 1:
Upload one file to a server, transmit at 500 Kbps, and store it in the remote 'testing' directory:
java -jar FileCatalystCL.jar -host 192.168.1.1 -file /path/to/file.tar.gz -bandwidth 500 -remotedir testing
Example 2:
Upload an entire directory to a server, transmit at 500 Kbps, and store it in the remote 'testing' directory:
java -jar FileCatalystCL.jar -host 192.168.1.1 -file c:/temp/ -bandwidth 500 -remotedir testing
Example 3:
Download one file from server, recieve at 500Kbps, and store the file in c:/temp
java -jar FileCatalystCL.jar -host 192.168.1.1 -download -file /testing/file.tar.gz -bandwidth 500 -localdir c:/temp
Example 4:
Download an entire directory from server, recieve at 500Kbps, and store the file in c:/temp
java -jar FileCatalystCL.jar -host 192.168.1.1 -download -file /testing/temp/ -bandwidth 500 -localdir c:/temp
There is a man page included in the zip file called readme_cl.txt with all the directives that can be used.
