Tuesday, 14 May 2013

JaSFtp - Secure File Transfer Protocol

JaSFtp - File Transfer Protocol

                   Secure FTP, designed with automation in mind, so you do not have to spend time interactively transferring files.Easy to use: no programming and scripting required, graphical interface Powerful, versatile, reliable and affordable. FREE 30-day trial and FREE minor upgrades


Features and Technical Information :

Simple User Interface helps you transfer files interactively; but the  Goal is to let you create advanced automated SFtp and Ftp tasks.  The tasks can be scheduled to run automatically, or can be run manually.

Automate Secure Ftp to/from an intranet or internet server. Schedule ftp of files between your PC and the server, and automatically rename the files based on current month, day or time, if needed.   Secure ftp supports wildcards (*). Transfer multiple files at once.  Supports subdirectory transfers.

Scheduler software is easy to use, yet has very powerful scheduling, tasking and automation capabilities.

Ftp Command task can run RFC ftp commands in sequence.

Email notification of task failure based on task exit code.

Remote Ftp directory monitor can detect directory change and trigger the tasks, such as: ftp , zip, copy, delete.  It can detect file size, total number of files, file modification dates and trigger other tasks, if required.

Local directory monitor works similar to the Remote Ftp directory monitor.

Zip files and directories using wildcards on a schedule.  Can append date/time to filename, for archive purposes.

Copy files and directories using wildcards on a schedule.  Can append date/time to filename for archive purposes.

Delete files on a schedule based on wildcards.


JasFtp Download Link : Click Here


JasFtp Free Downloads And Settings:




Thursday, 2 May 2013

CrossLoop 2.82 Screen Sharing - Download

CrossLoop 2.82 Screen Sharing :
   
                       CrossLoop offers a free solution for screen sharing between people of all technical skill levels. By using simple interface on a program that can be installed in mere seconds, users can connect between each other screens via local LAN networks and internet. The process of connection is fast, reliable, and it requires no changes to firewall, router or any kind of sign up.

Features :

  • Latest version:      CrossLoop 2.82
  • Requirements:       Windows 2000 / XP / 2003 / Vista / Windows 7 / XP64 / Vista64 / Windows 7 64
  • Author / product:   CrossLoop Inc / CrossLoop
  • File size / license:    2.07 MB / Freeware


    Installation Instruction




     Follow the simple instructions to install CrossLoop on your computer.  As part of these instructions you will be asked to accept the CrossLoop Terms of Service. In some cases, the downloaded text of these Terms of Service shows an earlier Version than the definitive version which is currently Version 1.3, last revised 1/11/07 and found here. The Terms of Service includes two separate licenses. The first license is for the proprietary CrossLoop shell program and the second license is a GPL for the TightVNC program. If you have any questions about your rights to the software of these two programs, please see our detailed description of how we use VNC.

    Crossloop Tutorial By Computerboom :

    Installation And Use :


Monday, 4 February 2013

Cute FTP Server

CuteFTP is an FTP client software used for transferring files over the Internet. It has an easy and intuitive interface and will help you a lot when publishing your web site or downloading files. Cute FTP is fully compatible with our FTP hosting. You can download a free trial version of Cute FTP or purchase the FTP client software from here:

License: Shareware $44.99
OS: Windows Vista/2003/XP/2000
Requirements: No special requirements
Publisher: GlobalSCAPE

Download Link : Click Here




Key Features & Benefits
  • Get screaming performance on both Power PC and Intel-based Macintosh computers
  • Login and transfer files using Secure Shell 2 (SFTP) or Secure Socket Layer (SSL) protocols
  • Transfer multiple files concurrently and navigate sites while files are being transferred
  • Accelerate transfers by splitting a single download file into multiple parts and recombining the parts upon receipt
  • Select files and folders spanning multiple remote sites and queue them for future transfer
  • Synchronize by updating remote folders with the local folder's contents or vice versa
  • Quickly access your favorite folders with bookmarks and recall favorite folders
  • Edit and save to remote using an ODB Editor Suite protocol compliant editor
  • Discover FTP servers that use Rendezvous on your network
  • Runs on Mac OS X 10.4 to 10.7
  • Requires an Internet connection and a Power PC or Intel-based Mac computer

Screen Shots :












How to Download and Configure Cute Ftp Server :







                                                                                                                                                          

Tuesday, 29 January 2013

ALFTP Server

ALFTP is a handy and reliable utility designed to help users to connect to FTP servers. ALFTP is a tool that allows you share files with friends.ALFTP is an easy FTP client for beginners with a speedy interface for power-users. And with the built in ALFTP FTP Server, you can easily share files with friends and family.

Requirements:

· Pentium 150 MHz
· RAM 32 MB
· Hard Hisk 10 MB
· Video 800 x 600 256 color +
· Internet Explorer 5.5 or higher.

Features of ALFTP:

· Basic FTPing
· Advanced FTP Functionality
· Download files and upload files to FTP servers
· Work visually and effortlessly
· Automatically choose the right transfer mode
· Securely connect to the server using Private Key
· Shutdown ALFTP or your computer when transfers are done Automatically go to a specific folder when you connect.

Download Link :

Download Link for ALFTP click here

Screenshot :









Wednesday, 16 January 2013

Vsftp Server Free Download

Vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast. It is stable. Do not take my word for it, though. Below, we will see evidence supporting all three assertions. We will also see a list of a few important sites which are happily using vsftpd. This demonstrates vsftpd is a mature and trusted solution.



Developer's     : Chris Evans

Stable release  :   3.0.2 / September 18, 2012

Operating system : Unix-like systems


License  : GPL



Features :

Despite being small for purposes of speed and security, many more complicated FTP setups are achievable with vsftpd! By no means an exclusive list, vsftpd will handle:

1. Virtual IP configurations
2. Virtual users
3. Standalone or inetd operation
4. Powerful per-user configurability
5. Bandwidth throttling
6. Per-source-IP configurability
7. Per-source-IP limits
8. IPv6
9. Encryption support through SSL integration
etc...

Download :

The latest vsftpd release is v3.0.2 Click Here

How to configure vsftp server in linux :


Install the vsftpd package via yum command:
# yum install vsftpd

Vsftpd Defaults

Default port: TCP / UDP - 21 and 20
The main configuration file: /etc/vsftpd/vsftpd.conf
Users that are not allowed to login via ftp: /etc/vsftpd/ftpusers
Configure Vsftpd Server

Open the configuration file, type:
# vi /etc/vsftpd/vsftpd.conf

Turn off standard ftpd xferlog log format:

xferlog_std_format=NO
Turn on verbose vsftpd log format. The default vsftpd log file is /var/log/vsftpd.log:

log_ftp_protocol=YES
Above to directives will enable logging of all FTP transactions. Lock down users to their home directories:

chroot_local_user=YES
Create warning banners for all FTP users:

banner_file=/etc/vsftpd/issue
Create /etc/vsftpd/issue file with a message compliant with the local site policy or a legal disclaimer:

NOTICE TO USERS
Use of this system constitutes consent to security monitoring and testing.
All activity is logged with your host name and IP address.
Turn On Vsftpd Service

Turn on vsftpd on boot:
# chkconfig vsftpd on

Start the service:
# service vsftpd start
# netstat -tulpn | grep :21

Configure Iptables To Protect The FTP Server

Open file /etc/sysconfig/iptables, enter:
# vi /etc/sysconfig/iptables

Add the following lines, ensuring that they appear before the final LOG and DROP lines for the RH-Firewall-1-INPUT:

-A RH-Firewall-1-INPUT -m state --state NEW -p tcp --dport 21 -j ACCEPT
Open file /etc/sysconfig/iptables-config, enter:
# vi /etc/sysconfig/iptables-config

Ensure that the space-separated list of modules contains the FTP connection tracking module:

IPTABLES_MODULES="ip_conntrack_ftp"
Save and close the file. Restart firewall:
# service iptables restart

Tip: View FTP Log File

Type the following command:
# tail -f /var/log/vsftpd.log

HOW TO INSTALL AND CONFIGURE A VSFTPD SERVER ON LINUX OS :