| Use Standard Search | Advanced Search | Browse Software by Category | View Popular Search Terms |
| Field | Value |
|---|---|
| Page # | 1 |
| Items per page: | 50 |
| Sort Column: | Release Date |
| Program Type: | Shareware |
| Search: | Keywords |
| String: | ssh |
| Match: | Exact |
Show Options
| Matches: 52 · 2 pages Page 1 2 |
| Title [ and relevant links ] |
Company | Description [ no highlighting ] |
Operating System | Program Type | Cost | File Size | Release Date | Category | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #1 AbsoluteTelnet Telnet / SSH Client |
Celestial Software | AbsoluteTelnet/SSH is a FIPS validated SSH terminal client that also supports telnet, SFTP, dialup, and serial connectivity in dockable tabbed multi-session interface or the classic single-session interface. A wide range of emulations are provided, including VT100, VT220, VT320, XTERM, WYSE60, ANSI, SCO-ANSI, ANSI-BBS, and QNX. Packed with options such as SOCKS5, IPV6, Arabic shaping, BIDI (bidirectional text), and IDNA (International Domain Names for Applications), Absolute is sure to support the technology you need! Absolute supports single-sign-on capability through advanced authentication features such as smartcard and GSSAPI (ActiveDirectory, Kerberos, and NTLM). Encryption options such as Blowfish, Twofish, AES, Arcfour, 3DES, Cast128, IDEA, and RC4 provide maximum security in today's insecure environments. SFTP, Xmodem, ymodem, and zmodem protocols provide extensive file-transfer support. Also supports serial ports greater than COM9 and has a variable scrollback size. Localized for: English, Chinese, Portuguese |
|
Shareware | $49.95 | 2590 kb | 2001-02-22 | Network and Internet Other | ||||||||||||||||||
| #2 wodSSH |
WeOnlyDo Software | Client component that provides support for communication with remote console-type services. Most commonly, it will be used for Telnet based servers (running on UNIX OS), but wodSSH does even more: it allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well as any other non-encrypted server (such as SMTP or POP3). For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection. Using wodSSH is easily - just put it on your form, set Protocol type and issue Connect method - and just wait for things to happen. When in secure mode - you can connect to SSH servers, which are standard today in remote console communication. wodSSH is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server. wodSSH can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It also supports blocking and non-blocking operations, thus it's suitable for many environments, such as ASP. Using WaitFor and Execute methods, it will behave just like expect command known from UNIX systems. When you're unsure when to send actual command, wodSSH may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired. |
|
Shareware | $189.00 | 2327 kb | 2002-01-22 | unclassified | ||||||||||||||||||
| #3 wodSFTP |
WeOnlyDo Software | The Secure File Transfer Protocol (SFTP Client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP component implements client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP), thus no plaintext passwords or file information is exposed to the network. This component implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection). wodSFTP supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also: * PutData and GetData to copy string variable to/from remote file, * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server, * GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory), * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * Password and PublicKey properties that determine type of authentication with the server * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command.. wodSFTP is tested and works great with all OpenSSH versions, as well as SSH (from SSH Communications Security Corp.) which are most common on today's servers, but has been also tested on others too. Different server implementations handle some sftp features differently. |
|
Shareware | $199.00 | 2273 kb | 2002-03-08 | Development Active X | ||||||||||||||||||
| #4 wodSFTPdll |
WeOnlyDo Software | ***This is win32 dynamic dll library, provided only for VC (and similar) customers that prefer to use win32 dynamic library over ActiveX version. Only limited support is available for this product. Customers using other programming environment should try using ActiveX instead*** The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTPdll library implements client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTPdll), thus no plaintext passwords or file information is exposed to the network. This library implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection). wodSFTPdll supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also * PutData and GetData to copy string variable to/from remote file, * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server * GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory), * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * Password and PublicKey properties that determine type of authentication with the server * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command |
|
Shareware | $209.00 | 1782 kb | 2002-03-08 | Development Components and Libraries | ||||||||||||||||||
| #5 wodSFTP.NET |
WeOnlyDo Software | The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP.NET), thus no plaintext passwords or file information is exposed to the network. wodSFTP.NET supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server, * GetAttributes and SetAttributes to retrieve and set attributes for the file, * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command... Provided samples will guide you how to take full power of wodSFTP.NET in dotnet environment! |
|
Shareware | $209.00 | 2666 kb | 2002-04-14 | Development Components and Libraries | ||||||||||||||||||
| #6 wodSSH.NET |
WeOnlyDo Software | Client component for MS.NET framework that provides support for communication with remote console-type services. It allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well to Telnet servers (using Telnet protocol that is NOT encrypted). For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection. Using wodSSH.NET is easily - just put it on your form (or initialize new instance on the fly), set Protocol type and issue Connect method - and just wait for things to happen. You connect to SSH servers, which are standard today in remote console communication. wodSSH.NET is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server. wodSSH.NET can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It's suitable for many environments, such as ASPx. When you're unsure when to send actual command, wodSSH.NET may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired. Wait no more - communicate securely. Check out wodSSH.NET. |
|
Shareware | $199.00 | 2454 kb | 2002-04-14 | Development Components and Libraries | ||||||||||||||||||
| #7 wodSSHServer |
WeOnlyDo Software | wodSSHServer is an SSH Server ActiveX component (but also Telnet Server ActiveX as well) that will give you ability to easily add SSH2 (and SFTP) server capabilities to your application, as well as old TELNET server protocol. SSH protocol provides strong encryption of data, and authentication of users over insecure networks, such as Internet. Using it is really easy. Add it to your form (or create instance on the fly), use internal methods to generate pair of keys for the server (or import existing ones from other SSH servers) and start the server. From that moment, clients will be able to connect to your server, and do the following: enter chat that you created for them, start command prompt and execute commands inside (just as they would do it from the console window), start some program of their choice use internally provided SFTP (secure ftp) server, or open port forwarding for other programs All of this, of course, can be adjusted by your needs. By default, server will not allow anyone to login unless you specify so (using LoginPassword event that is fired when someone wants to login to your server). Once connected, you will get the information about service type user requests. At this point, you can accept, reject or even change the service he requested. Or, you can just leave him alone and not interfere with his actions at all. Using wodSSHServer is ideal if you need server side of encrypted communication, and don't want to hassle with certificates (used in SSL communication). Almost everyone today has some sort of SSH client which can be used to connect to your server. Included samples will show you, step by step, how to manually respond to client's actions. You can make an interface that will talk to the clients (like an BBS system), they will enter commands and different type of values in your program where you can evaluate them. This is ideal for making restricted access area where users will be allowed only to, login and change passwords |
|
Shareware | $229.00 | 2012 kb | 2002-06-06 | Development Active X | ||||||||||||||||||
| #8 Secur-e-mail for Windows |
ACMEtoolz.com | Secur-e-mail will encrypt the communication between your e-mail client (e.g. Outlook) and the POP3 server using an SSH connection. No server-side installation is needed. The software runs on a Windows system tray. It will enable a local POP3 server on your computer, which will allow you to setup your e-mail client to pick up e-mail locally. Other users (hackers) cannot read your username / password across the LAN or the Internet. Suggested for users that pick up their e-mail very frequently (e.g. every 15 minutes or less). Otherwise, their mail, login and password is being exposed to any users on the LAN or across the Net every n minutes (n being the interval of e-mail retrieval). Shareware version can be unlocked with a product key. Updated versions can be unlocked with the same product key (lifetime updates for free). |
|
Shareware | $19.00 | 510 kb | 2003-05-10 | System Utilities Other | ||||||||||||||||||
| #9 Penguin Monitor 8s |
ACMEtoolz.com | Penguin Monitor 8s uses a secure SSH connection for monitoring up to 8 Linux/Unix servers on your LAN or across the Internet. It runs on a Windows system tray. It connects to each server in required time intervals and checks for interesting information, e.g. important / critical process availability (database, httpd etc.), number of users, uptime or storage capacity. Based on the information it can remind the administrator to act accordingly. It can be easily configured to start automaticaly upon Windows bootup and to alert the administrator directly or via e-mail, when something goes wrong, or when a specified condition is met (a server has restarted, a proces becomes unavailable, or a server is down). PING-only mode allows you to check whether particular servers or workstations are up, without logging in using ssh. More information at www.acmetoolz.com |
|
Shareware | $19.00 | 510 kb | 2003-05-12 | System Utilities Other | ||||||||||||||||||
| #10 UnixSpace Terminal |
SofteX Plus Inc. | UnixSpace terminal - it's a graphical telnet/SSH client for Windows. Protocols: telnet, SSH1, SSH2 and rlogin. The program consist of two parts: UnixSpace terminal and SSH Proxy Server. The SSH proxy can be used independently. The terminal is capable of emulating Linux and FreeBSD console, VT220, ANSI, and its own UnixSpace terminal. In the last instance the terminal has 256 colors, 4 fonts with 4 modes (bold | italic) , and is able to display various graphical objects (lines, rectangles, curves, etc) as well as display gif and jpeg images. Besides terminal allows execution of Word, Excel, HTML, and other types of documents located on the Unix server. UnixSpace terminal has 4 virtual consoles, each with individual configuration. In other words you could open 4 different telnet sessions and be able to switch between them. It's practically a new type of a terminal device. |
|
Shareware | $39.00 | 456 kb | 2004-01-01 | Network and Internet Other | ||||||||||||||||||
| #11 Private Shell SSH Client |
TB Labs, LLC | Private Shell is an easy to configure SSH client for Windows. Autoconfiguration wizard helps you to setup basic and advanced SSH sessions. Even if you are not familiar with SSH, you can easily establish connections that use public key authentication and provide ssh tunneling for third-party applications (such as Oracle, MySQL, CVS, VNC, e-mal clients and other software). Private Shell's default configuration allows you to connect to any SSH1 or SSH2 server in the most secure way by choosing the strongest encryption algorithms supported by a remote computer. Full support for ssh tunneling and X11 forwarding. Use built-in Secure FTP client (SFTP client) to transfer files between computers securely. Private Shell takes care to establish public key authentication, providing DSA or RSA key generation and key upload features. You can use the included key agent utility to cache decrypted private keys. Tokens are supported. Use the power and flexibility of graphical user interface and speed of command line interface. Included ssh.exe and scp.exe provide command line interface for SSH client and SCP (Secure CoPy). Change look and feel of terminal window. Do not entangle connections by setting different terminal color schemes for profiles. Use Private Shell's "remote codepage" feature to display non-English characters sent by servers Install Private Shell to a flash drive or even to a diskette to access remote computers from anywhere. Private Shell is supported. Detailed documentation, How-Tos and our support team are ready to answer your questions, guide you through the setup process and suggest solutions for particular tasks. |
|
Shareware | $29.95 | 2429 kb | 2005-01-27 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #12 Cute FTP Professional |
GlobalSCAPE Texas, LP. | Cute FTP Pro transfers files securely over SSL and SSH2 protocols to and from remote servers. Connect through firewall connections and SOCKS 4 & 5 proxy servers. S/KEY secures login. Simultaneously connect and transfer files from several servers quickly using multi-part or compressed transfers. Backup, monitor, and synchronize files and folders. Automate secure and non-secure connections and transfers, or develop custom applications that require an FTP sub-system by controlling CuteFTP Pro's Transfer Engine directly from a script. Customize overwrite actions. Verify file integrity upon transfer. |
|
Shareware | $59.99 | 6003 kb | 2005-09-22 | Network and Internet FTP Clients | ||||||||||||||||||
| #13 Pivo SSH Component |
Pivo Corporation | Pivo SSH was developed for commercial organization for securing remote shell access. The protocol supports compression and tunneling multiple TCP connections over one secured connection. Pivo SSH supports various authentication schemes such as password-based, public key or keyboard-interactive, allowing the client authorize itself using several schemes at the same time. Some SSH implementations also support PKI infrastructure for server and client authentication. PKI is a widely-used technology, so SSHBlackbox inlcudes PKIBlackbox for PKI support. support for use of multiple authentication types at the same time flexible support for key validation. Data transfer using events/callbacks, i.e. possibility to secure not only socket-based, but also other types of data exchange. Asynchronous operation mode which lets you easily build synchronous and asynchronous applications. |
|
Shareware | $49.99 | 810 kb | 2005-11-17 | Development Components and Libraries | ||||||||||||||||||
| #14 ZOC Terminal (SSH, Telnet, Serial/Modem) |
EmTec Innovative Software | ZOC is a well known telnet/SSH/SSH2 client and terminal emulator. It's functions (like tabbed sessions, typed command history, scrollback, multiple window support, etc.) and solidly implemented emulations make it the preferred tool for people who have to access Unix shell accounts from a Windows or Mac OS X platform or for those who work with Cisco CLI. Linux admins will feel like sitting on their native console with ZOC's support for colors, meta-keys and local printing. Besides that, it features widely used terminal emulations like vt102, vt220 and several types of ansi and not so widely used ones like TN3270, TN5250, Wyse, TVI and Sun's CDE. ZOC also features major file transfer protocols like X-, Y- and Zmodem as well as Kermit and SCP. All these are offered in solid implementations which leave nothing to be desired. |
|
Shareware | $79.00 | 4039 kb | 2005-12-20 | Network and Internet Other | ||||||||||||||||||
| #15 WiSSH Standard Edition |
Digital Labs, LLC | Windows Remote Desktop Protocol/Secure Shell (RDP/SSH) Client. WiSSH Remote Access Technology provides easy, secure, controlled remote access to systems inside your network perimeter. Coupling Microsoft's Remote Desktop Protocol with the trusted open source SSH protocol in a lightweight client will give you or your customers a highly reliable, scalable solution to your remote access needs. WiSSH can easily work with your existing SSH server or you can utilize a dedicated system various operating systems and SSH Daemon server types. WiSSH allows access through the Gateway SSH server to Windows 2000 Terminal Servers, Windows 2003 Terminal Servers, Windows NT Terminal Server Edition, Windows XP and Windows Vista with Remote Desktop enabled, and Windows 2000/2003 Servers with Remote Administration enabled. Users will see the desktop they have come to expect, with the same access and roles they have while at the office. No learning how to map drives from their home computer, issues with domain logins and rights, installing software that breaks their home network, or strange web interfaces that won't allow them the same features that they are used to. |
|
Shareware | $69.95 | 3245 kb | 2006-01-01 | Network and Internet Other | ||||||||||||||||||
| #16 wodFtpDLX.NET |
WeOnlyDo Software | Secure FTP client .NET 2.0 component that supports encrypted and non-encrypted FTP access to the servers for transferring files or complete directories. It supports old, very common, FTP protocol, but also secured FTPS (FTP+SSL) and SFTP (FTP+SSH). No matter what protocol is selected - it is completely transparent for programming. Same methods and same events apply for all protocols. Features include - FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols - Certificate authentication for FTP+SSL protocols, or privatekey authentication for FTP+SSH protocol - Internal parsing of received directory listings - get names, sizes, ownerships etc.. directly from our interface, through DirItems collection - Both ASCII and Binary transfer modes supported, no matter if server allows them or not - ListDir and ListNames methods for directory listing - PutFile and GetFile for storing and retrieving files (to file or to data stream) - PutFiles, GetFiles, DeleteFiles, LoopFiles for recursive uploads and downloads - Resume support - Passive and Active data connections for FTP and FTPS protocols - Blocking mode support - Set of events that notify you about method completition - Large files >4.2gb support - Timeout support - Renaming, creating of directories, deletion of files and directories...... Simple interface, powerfull code wodFtpDLX.NET has no intention on providing deepest protocol specific commands (like ACCT, STOU or whatever). It provides only commands that can apply to all 3 supported protocols. But - when it provides something - it does everything automatically for you. You don't have to think about opening data ports, you don't have to think on sending appropriate commands, setting modes etc.. You need to download file? Call GetFile - that's all. wodFtpDLX.NET will do everything else for you. |
|
Shareware | $229.00 | 3023 kb | 2006-01-22 | Development Components and Libraries | ||||||||||||||||||
| #17 IPTunnelManager |
APB Software | The program IPTunnelManager is used for IP tunneling with the options for compressing and encrypting traffic. Thus, the program makes it possible to create a secure connection for any application or service using TCP/IP (HTTP, FTP, SMTP, POP, NNTP, SNPP, Telnet, etc.). It is especially important for those TCP/IP services and applications (for example, FTP, Telnet, various DBMS) that transfer passwords openly when establishing a connection between a client and a server. IPTunnelManager starts encrypting traffic from the moment when a TCP/IP connection is established, that is why all data transferred between a client and a server are encrypted. Besides, IPTunnelManager protects transferred data from being changed by checking the integrity of the transferred data using a 128-bit MAC algorithm. Data compression provides a significant (not less than 3 times less) decrease in the volume of data transferred via the network. Multithreaded, highly effective, streaming traffic processing produces practically no negative influence on the channel capacity. To create a secure connection, the program does not require opening additional ports and it does not transfer keys via the network (as it uses a synchronous algorithm to encrypt traffic). In fact, one and the same password is used to authorize a client and to encrypt data. |
|
Shareware | $19.00 | 1104 kb | 2006-02-09 | Security and Privacy Encryption Tools | ||||||||||||||||||
| #18 Erics TelNet98 |
Friedrich Datentechnik GmbH | Erics TelNet98 is the sophisticated Telnet and SSH client for Intranets and the Internet. Features include: Windows Sockets based ANSI and SCO-ANSI compatible terminal emulation with an easy to use interface. Support of telnet and SSH protocol as well as IPv4 and IPv6. Support of ANSI color and PC scan code. Large substantial scroll back buffer, built-in file transfer, answer back function, automatic connect and logon. A lineprinter emulation, telnet file objects with shell extension. Session logging, quick direct connect mode, transfer of local environment. A full ANSI command reference as well as custom terminfo and termcap drivers are included in the package. User definable screen resolution and key codes, Application Programming Interface, a Policy Editor and much more. |
|
Shareware | $34.95 | 1222 kb | 2006-02-11 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #19 VShell Server for UNIX |
VanDyke Software Inc. | VShell Secure Shell server for Windows and UNIX is a secure alternative to Telnet and FTP that gives you the strong encryption, trusted authentication, and data integrity you need to securely access network resources and transfer data. VShell is simple to install and set up, enabling you to quickly deploy and fine tune your server environment to comply with internal policies and external regulations. Provide secure remote access to the network for IT and end users, securely configure and maintain servers and network services, and deliver secure file transfer services with confidence. VShell's extensive configuration options and trusted authentication methods give you the right balance between protecting your network and providing your employees and customers with access to the data they need. Using fine-tuned configuration options like access control lists (ACLs) and virtual directory structures, enforce your security policy by placing safeguards on all personnel who have access to the VShell server. Using "triggers" initiates protective or corrective measures if it looks like a security problem is developing. The VShell server is available in several editions so that you can use a modular approach to deploy cost-effective solutions that fit your needs. The VShell server can be licensed to meet the needs of every size network and organization, from single admin-only server access to enterprise-wide remote access, secure file transfer, and data tunneling solutions. |
|
Shareware | $499.00 | 11264 kb | 2006-03-30 | Servers Firewall and Proxy Servers | ||||||||||||||||||
| #20 VShell Server for Windows |
VanDyke Software Inc. | VShell Secure Shell server for Windows and UNIX is a secure alternative to Telnet and FTP that gives you the strong encryption, trusted authentication, and data integrity you need to securely access network resources and transfer data. VShell is simple to install and set up, enabling you to quickly deploy and fine tune your server environment to comply with internal policies and external regulations. Provide secure remote access to the network for IT and end users, securely configure and maintain servers and network services, and deliver secure file transfer services with confidence. VShell's extensive configuration options and trusted authentication methods give you the right balance between protecting your network and providing your employees and customers with access to the data they need. Using fine-tuned configuration options like access control lists (ACLs) and virtual directory structures, enforce your security policy by placing safeguards on all personnel who have access to the VShell server. Using "triggers" initiates protective or corrective measures if it looks like a security problem is developing. The VShell server is available in several editions so that you can use a modular approach to deploy cost-effective solutions that fit your needs. The VShell server can be licensed to meet the needs of every size network and organization, from single admin-only server access to enterprise-wide remote access, secure file transfer, and data tunneling solutions. |
|
Shareware | $499.00 | 15360 kb | 2006-03-30 | Servers Firewall and Proxy Servers | ||||||||||||||||||
| #21 # 1 PostgreSQL Admin Tool - Navicat PostgreSQL Cl |
PremiumSoft CyberTech Ltd. | Navicat is an ideal solution for PostgreSQL administration and development. This all-inclusive PostgreSQL front end provides a powerful graphical interface for databases management, development and maintenance. Easy installation and intuitive interface make it an irreplaceable tool for PostgreSQL on the web or your local desktop. Navicat let you converts Access to PostgreSQL, MS SQL to PostgreSQL, Excel to PostgreSQL, synchronizes and backups database in a snap through helpful wizards. Major features include Visual Query Builder, Import/ Export, Report Builder, Backup/ Restore, SSH Tunneling and Data Transfer. Navicat also supports to import data from ODBC, batch job scheduling (create schedule for Import/Export, Data Transfer and saved queries), printing of table structure. It also includes a full featured graphical manager for setting the users and access privileges. Navicat version 8 supports Code Completion, Form View and email Notification Services, etc. Navicat is the number 1 PostgreSQL database administration shareware with more than 1,100,000 installations worldwide. Some of the users including Sony Music, Intel, Kodak, FedEx, KPMG Consulting, Ericsson, Siemens AG, Yahoo!, NTT DoCoMo (Japan), Hitachi (Japan), Imation, Lexmark, Cisco Systems, RSA Security, Avis (Europe), U.S. Department of Energy, UPS, Disney, Oxford University, Harvard University, NASA Space Flight Center, MIT, Michigan State University, University of Michigan, ... Navicat delivers a personal experience, simplifying the way you work. The program is available for Windows and Mac OS X. |
|
Shareware | $76.00 | 11980 kb | 2006-04-19 | unclassified | ||||||||||||||||||
| #22 Network Pro Suite for .NET |
Safabyte | Safabyte Network Pro Suite is a combination of two professional suites Safabyte Network Suite and Safabyte Mail Pro Suite. With easy-to-use components covering the most popular Internet protocols and includes FTP/SSL, SFTP, ICMP, DNS, NTP (Internet Time), Domain Who Is, Trace Route, Proxy, Mail, IMAP, POP3, SMTP and Dynamic Template, it will help you to build scalable Internet/Intranet client and server applications. The ZipLite component is FREELY included in this suite as a bonus. |
|
Shareware | $649.00 | 28077 kb | 2006-04-19 | Desktop Other | ||||||||||||||||||
| #23 Nexus Terminal |
Nexus Integration | Nexus Terminal is a Telnet 3270/5250/VT/ANSI terminal emulator with support for recording, a script language, host print (both tn3270 (3287, Tn5250 (3812) and LPD), file transfer (IND$FILE), HLLAPI, SSH and SSL. Support for serial communication (RS232). A FTP/FTPS/SFTP client is also included, which has support for several host systems. It has more than a hundre script functions, which can be used to run dayly rutins and operations. Small, fast, stable, secure, optimal connectivity and a cost-effective mainframe application interface. Continuously updated with new features and protocol extensions and customers in 59 countries. |
|
Shareware | $50.00 | 1910 kb | 2006-04-26 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #24 WinSSHD |
Bitvise Limited | WinSSHD is a fast, robust, easy to use SSH server for Windows NT4/2000/XP/2003 with support for SFTP and SCP file transfer; TCP/IP tunneling with flexible permission rules; secure graphical login with Remote Desktop or WinVNC; VT100, xterm or bvterm terminal access. Supports Windows groups and domain accounts; public key and Kerberos authentication; virtual accounts; provides powerful graphical as well as scriptable and COM configuration. Supports server-configured port forwarding rules for easier client administration. Ideal for remote server administration; as file server (SFTP); or for a software VPN (SSH port forwarding). Supports multiple simultaneous, independent installations. Recommended with Bitvise Tunnelier SSH client. Free Personal Use edition can be selected when installing. |
|
Shareware | $99.95 | 4620 kb | 2006-04-27 | Servers Other Server Applications | ||||||||||||||||||
| #25 JaSFtp |
Hitek Software LLC | SFTP client (secure FTP) designed for automation of SFTP, FTP and related tasks. Run 1000+ tasks on a schedule. Goal is to create advanced SFTP and FTP tasks that can be scheduled automatically or run instantly. Supports a very flexible wildcard system to transfer multiple files at once. Supports subdirectory transfers. Can automatically save files based on date/time or customized names. Comes with a powerful and flexible task scheduler. Email Notification of task failure based on task exit code. Remote SFTP, FTP and local directory monitor can detect directory change and trigger FTP , zip, copy, delete tasks. Can also detect file size, total files, file modification dates and trigger other tasks if required. |
|
Shareware | $119.95 | 21484 kb | 2006-05-17 | Network and Internet FTP Clients | ||||||||||||||||||
| #26 SSH Explorer SSH Client |
SSH Client | SSH Explorer is a new generation SSH/Telnet client and terminal emulator that makes remote Linux server administration look like much more fun than it actually is. File View panel lets you navigate through and operate with remote directories and files as effortlessly as if they were on your home computer. The integrated text editor and SFTP client are always at your fingertips when you need to edit or transfer files. SSH Explorer also includes a pack of useful Linux commands and allows you to create your own snippets so you don't have to remember and type them anymore. VT100 terminal emulation, SSH1, SSH2 and Telnet protocols are supported. |
|
Shareware | $29.95 | 3395 kb | 2006-05-23 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #27 Internet Secure Tunneling |
Han-soft Software | Internet Secure Tunneling can forward otherwise insecure TCP traffic through encrypted SSH Secure Shell tunnel. You can secure for example DATABASE, POP3, SMTP and HTTP connections that would otherwise be insecure. The tunneling capability of SSH Secure Shell is a feature that allows, for example, company employees to access their email, company intraweb pages and shared files securely by even when working from home or on the road. Tunneling makes it possible to access email from any type of Internet service (whether accessed via modem, a DSL line or a cable connection, or a hotel Internet service). As long as the user has an IP connection to the Internet she can get her mail and access other resources from anywhere in the world securely. This often is not the case with more traditional IPSec based VPN technologies because of issues with traversing networks that are implementing Network Address Translation (NAT) - this is especially the case in hotels. NAT breaks an IPSec connection unless special protocols such as NAT-Traversal are implemented on the client and gateway. The client-server applications using the tunnel will carry out their own authentication procedures, if any, the same way they would without the encrypted tunnel. The protocol/application might only be able to connect to a fixed port number ( e.g. IMAP 143). Otherwise any available port can be chosen for port forwarding. Features - Create and manage mulitiple SSH tunnels. - SSH Version 1 and Version 2 are supported. - Comperssion is supported. - Remote forwarding, local forwarding and dynamic forwarding are supported. - Hides in the system tray and does not require any desktop space. - System tray pop up menu for easy access to main functions. - Online support, online upgrade are supported. - Windows XP compatible user interface. |
|
Shareware | $35.99 | 926 kb | 2006-05-29 | Security and Privacy Encryption Tools | ||||||||||||||||||
| #28 Core FTP Server |
CoreFTP.com | Core FTP Server - secure FTP server with SSL/TLS/FTPS, SSH/SFTP, HTTPS support, virtual paths, access rules, certificate authentication and much more... Easy, quick setup allows you to start sharing your files in minutes! |
|
shareware | $49.95 | 1845 kb | 2006-06-08 | Network and Internet Other | ||||||||||||||||||
| #29 z/Scope SSH,VNC & RDP Client |
Cybele Software Inc. | z/Scope Express VT is a light-weight, fast and secure terminal emulator, featuring an integrated tabbed multisession emulation. It runs under Windows platforms. z/Scope provides full support of Internet-Standard communication protocols Telnet, SSH1/SSH2, with emulation support for VT100, VT220, VT320, VT420 Hosts and file transfer protocols FTP, Kermit, X-Modem, Y-Modem and X-Modem. Now includes support for VNC and RDP protocols. z/Scope Express offers an unmatched look&feel and the most intuitive and user-friendly interface. With z/Scope Express you will have all the necessary basic tools to experience a modern agile and fast terminal emulation. In addition, you will only use a very little portion of your PC memory, leaving more resources for other critical tasks. z/Scope Express was developed with the highest standards of quality and the result is a solid terminal emulation solution. Your connections will be secure and reliable. The tools included in z/Scope Express were thought to help users speeding up their daily tasks and making them more pleasant. z/Scope Express advantages are not only in its features and agility but also in its price. z/Scope licensing deals and pricing structure are the most competitive!. z/Scope Express includes: # Support for VT52, VT100, VT220, VT320, VT42 and ANSI. # Support for SSH1, SSH2 security protocols. # Support for VNC and RDP protocols. # FTP, Kermit, X-Modem,Y-Modem and Z-Modem transfers. # Host-print support. # Open multiple emulation sessions simultaneously and switch them quickly and easily through tabs. # Screen Styles to suit your preferences. # Collapsible panel for quick and direct access to connections. # New Look&Feel and the most amazing fonts!! # Available in English, German, Spanish, French, Portuguese, Italian and Swedish! |
|
Shareware | $46.00 | 10937 kb | 2006-08-10 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #30 InstantSync Secure FTPS/SFTP |
SiteDesigner Technologies, Inc. | InstantSync is a secure desktop tool for high speed file synchronization, moving, mirroring, replication and remote backups. It utilizes industry standard FTP/SSL and FTPS over SSH protocols to ensure data safety and encrypts all data with strong encryption ciphers. The underlying smart SyncDB file tracking technology guarantees that only new and changed files are transferred, making it perfect solution for web site updates and remote backups. The Sync Preview feature displays sync results without actually transferring any files, and helps you to test and fine tune sync task filters and other options. The InstantSync accelerates file transfers with multithreaded transfer engine and on-the-fly file compression. It also supports automatic retries, reconnectes, and resumes for error free file transfers. Extensive logging options with multiple log file rotation schemes are available. |
|
Shareware | $99.00 | 7771 kb | 2006-12-15 | Network and Internet FTP Clients | ||||||||||||||||||
| #31 Sysax FTP Automation |
Codeorigin, LLC | Sysax FTP Automation is a secure file transfer automation and synchronization program with support for FTP, SFTP and FTPS. Both simple and complicated file transfer sequences can be easily automated. It has many useful features such as transfer status monitoring, email notification, file (de)compression, task scheduling, FTP scripting, public key authentication, client side SSL certificates and detailed log files. Sysax FTP Automation is much more than a direct drop-in replacement for the Windows console ftp program. The program has its own scheduler that runs as a native NT service. An integrated script development and debugging environment provides the ability to step through each line of any file transfer script. The program also has a script generation wizard that generates complete scripts that can be furthur fine tuned and debugged. Many advanced features such as controlled synchronization between local and remote folders, PGP encryption and decryption, and file interity checking using CRC, MD5, and SHA are also supported. Sysax FTP Automation has passed the rigorous testing program for running on Windows Vista and has officially been certified for Windows Vista by Microsoft. A complete list of features is available on the product website at www.sysax.com. Sysax FTP Automation is a complete and affordable solution for securely automating file transfers on windows systems. Download it now and evaluate it free for 30 days. |
|
Shareware | $97.00 | 7330 kb | 2007-01-17 | Network and Internet FTP Clients | ||||||||||||||||||
| #32 Sysax Multi Server |
Codeorigin, LLC | Sysax Multi Server is a Secure FTP Server and SSH2 Secure Shell Server combined into a single product. It simultaneously supports remote access and file transfer using FTP, FTPS, SFTP, Telnet, and Secure Shell. It also supports web based file transfer using HTTP and HTTPS. Sysax Multi Server can be administered using the control panel from the local computer or remotely through a browser based web adiministration interface. Users can be authenticated using local windows system accounts, active directory, or Sysax Server specific accounts. Sysax Multi Server enables the execution of server scripts based on the triggers generated by user actions. For example, a script can be executed whenever a user has successfully logged in or has downloaded a file. The script can be used to send email notifications, perform additional file transfers and local file processing, or even run other programs. Many advanced features such as download and upload resuming and file integrity verification using CRC, MD5, and SHA are also supported. Sysax Multi Server has passed the rigorous testing program for running on Windows Vista and has officially been certified for Windows Vista by Microsoft. A complete list of features is available on the product website at www.sysax.com. Sysax Multi Server is the only windows software solution you will ever need to support all internet file transfer protocols. Download it now and evaluate it free for 30 days. |
|
Shareware | $97.00 | 4925 kb | 2007-01-17 | Servers FTP Servers | ||||||||||||||||||
| #33 Serv-U |
RhinoSoft.com | Serv-U is a powerful, easy-to-use, award-winning File Server from RhinoSoft.com. Serv-U supports the FTP, HTTP, and SFTP protocols to ensure maximum compatibility with the widest range of transfer client software. With support for industry-standard SSL encryption, Serv-U protects your data while it's in transit. A powerful Web-based interface allows administrators to remotely access and configure the File Server from any Internet connection in the world using their Web browser. Serv-U also includes a built-in transfer client allowing users to upload and download files from their Web browser. Combined with advanced photo sharing capabilities, Serv-U is an excellent solution for sharing images with friends, family, and colleagues. By licensing FTP Voyager JV with Serv-U, a full-featured transfer client becomes available to all users with no extra installation required. Because FTP Voyager JV is written using Java technology, it's a cross-platform solution for enterprises with a diverse client base. Serv-U can be accessed and administered in 12 different languages simply by choosing an appropriate language upon login. There's never been a more complete, secure File Server solution than Serv-U. |
|
Shareware | $199.95 | 10382 kb | 2007-01-29 | Servers FTP Servers | ||||||||||||||||||
| #34 WebDrive |
South River Technologies | WebDrive integrates FTP, FTPS, WebDAV, SFTP, Amazon S3 or FrontPage servers into the Windows desktop by making your web server appear as a network drive. This allows you to use your favorite applications to edit files and save them directly to the server. The WebDrive client includes proxy server support and many advanced FTP features like resume interrupted download, Auto ASCII/Binary transfer selection, and Unix file permission support. WebDrive also has SSL and SSH encryption capabilities for secure file transfers and Digest Authentication support for WebDAV servers. |
|
Shareware | $59.95 | 6128 kb | 2007-02-15 | unclassified | ||||||||||||||||||
![]() | ||||||||||||||||||||||||||
| #35 FastTrack FTP |
FastTrackSoft | This FTP client can handle file groups and allows you to change attributes of files stored on an FTP-server. The special editor allows you to edit files directly on the server. You can set up additional custom commands and add them to the main menu. Custom commands can be grouped by various criteria. It is also possible to connect an external HTML editor to edit web pages and other files. Fast-Track FTP supports Shell Access, FTPS (File Transfer Protocol using SSL), SFTP (Secure File Transfer Protocol) and many others. The good news is that you do not need to install and connect any additional external libraries in order to use these protocols. Thus, all traffic will be encrypted and it will be impossible to intercept your login and password. Among other useful features, we would like to draw your attention to the following: download resume, log files, directories compare and synchronization with a few clicks (considering local time zones), clipboard monitoring, transferal of large (over 2 GB) files, proxy servers and firewalls support, SOCKS 4, 4.5 and 5, download speed display, and assigning the starting directory (on a local hard drive as well as on a server) for each server. There is also a 'keep alive' feature which keeps the connection to a server alive by sending special commands. The built-in scheduler can do all the night work while you are sleeping. |
|
Shareware | $49.95 | 2777 kb | 2007-03-12 | Network and Internet FTP Clients | ||||||||||||||||||
| #36 AceaXe Plus Windows XServer |
LabF | SSH X-Server for Windows, Secure way to run Linux and Unix on Windows Desktop. AceaXe Plus is the pre-eminent X Windows environment for the Windows 95, 98, 2000, NT and XP platforms. It enables easy access to different operating systems. It transparently connects different operating systems and their applications together. You need not worry where these applications are physically located on your network. AceaXe brings remote UNIX applications to your PC with each in a separate window. There are no discernible differences when compared to local PC applications which run simultaneously with those from the host remote system. WinaXe Plus links to all UNIX hosts including Sun, Digital, Linux, HP-UX, SCO Unix, IBM (AIX) and many others. The strongest feature of this environment is that it is all happening concurrently and is totally interactive. You can copy and paste text and images from one application to another simply by using your mouse and transfer data among heterogenous computer environments with ease. AceaXe takes nothing from your PC, instead it brings another operating world alongside. WinaXe is a powerful software package, which provides a cost effective way to transform your PC into a powerful X Window System workstation. To get started, all you need is the AceaXe package and standard 64/32-bit networked PC and MS Windows. AceaXe Plus provides full support for multiple X applications, sophisticated window managers, including TWM, FVWM, Motif, Open Look and desktops like CDE, KDE etc. You have a consistent graphical user interface for all your applications, and get more productivity with less effort. Learning to work in a multiple-computer environment has never been easier. It is the most economical way to bring the Unix world into your day to day environment. The X Window System, TCP/IP, NFS, FTP, TFTP and Telnet software are built and provided in the package. All that you need to run remote X applications is included in AceaXe Plus. |
|
Shareware | $199.00 | 21929 kb | 2007-03-28 | Network and Internet Other | ||||||||||||||||||
| #37 WinaXe Plus SSH X-Server for Windows |
LabF | SSH X-Server for Windows, Secure way to run Linux and Unix on Windows Desktop. WinaXe Plus is the pre-eminent X Windows environment for the Windows 95, 98, 2000, NT and XP platforms. It enables easy access to different operating systems. It transparently connects different operating systems and their applications together. You need not worry where these applications are physically located on your network. WinaXe brings remote UNIX applications to your PC with each in a separate window. There are no discernible differences when compared to local PC applications which run simultaneously with those from the host remote system. WinaXe Plus links to all UNIX hosts including Sun, Digital, Linux, HP-UX, SCO Unix, IBM (AIX) and many others. The strongest feature of this environment is that it is all happening concurrently and is totally interactive. You can copy and paste text and images from one application to another simply by using your mouse and transfer data among heterogenous computer environments with ease. WinaXe takes nothing from your PC, instead it brings another operating world alongside. WinaXe is a powerful software package, which provides a cost effective way to transform your PC into a powerful X Window System workstation. To get started, all you need is the WinaXe package and a standard 32-bit networked PC (386, 486 or Pentium) and MS Windows. WinaXe Plus provides full support for multiple X applications, sophisticated window managers, including TWM, FVWM, Motif, Open Look and desktops like CDE, KDE etc. You have a consistent graphical user interface for all your applications, and get more productivity with less effort. Learning to work in a multiple-computer environment has never been easier. It is the most economical way to bring the Unix world into your day to day environment. The X Window System, TCP/IP, NFS, FTP, TFTP and Telnet software are built and provided in the package. All that you need to run remote X applications is included in WinaXe Plus. |
|
Shareware | $100.00 | 19872 kb | 2007-03-28 | Network and Internet Other | ||||||||||||||||||
| #38 WinaXe Windows X Server |
LabF | Windows X Server, Run Linux and Unix on Windows Desktop. WinaXe is the pre-eminent X Windows environment for the Windows 95, 98, 2000, NT and Windows XP platforms. It enables easy access to different operating systems. It transparently connects different operating systems and their applications together. You need not worry where these applications are physically located on your network. WinaXe brings remote UNIX applications to your PC with each in a separate window. There are no discernible differences when compared to local PC applications which run simultaneously with those from the host remote system. WinaXe links to all UNIX hosts including Sun, Digital, Linux, HP-UX, SCO Unix, IBM (AIX) and many others. The strongest feature of this environment is that it is all happening concurrently and is totally interactive. You can copy and paste text and images from one application to another simply by using your mouse and transfer data among heterogenous computer environments with ease. WinaXe takes nothing from your PC, instead it brings another operating world alongside. WinaXe is a powerful software package, which provides a cost effective way to transform your PC into a powerful X Window System workstation. To get started, all you need is the WinaXe package and a standard 32-bit networked PC (386, 486 or Pentium) and Windows 95, 98, 2000 or NT. WinaXe provides full support for multiple X applications, sophisticated window managers, including TWM, FVWM, Motif, Open Look and desktops like CDE, KDE etc. You have a consistent graphical user interface for all your applications, and get more productivity with less effort. Learning to work in a multiple-computer environment has never been easier. It is the most economical way to bring the Unix world into your day to day environment. The X Window System, TCP/IP, NFS, FTP, TFTP and Telnet software are built and provided in the package. All that you need to run remote UNIX and X Applications is included within WinaXe. |
|
Shareware | $90.00 | 19049 kb | 2007-03-28 | Servers Other Server Applications | ||||||||||||||||||
| #39 SecureFX |
VanDyke Software Inc. | SecureFX is a flexible, secure file transfer application with a visual interface that is easy to learn. SecureFX offers advanced capabilities including site synchronization and automation that help web designers and network administrators streamline everyday tasks. Delivering strong security with SFTP and SSL-based protocols as well as FTP, SecureFX is the tool you can rely on to finish tough jobs - connecting to many different servers, resuming multi-file transfers, and getting through network proxies and firewalls. An optional "FIPS Mode" uses a FIPS 140-2 validated cryptographic library and only allows FIPS-approved algorithms. If you need terminal emulation and file transfer, SecureCRT and SecureFX can share global and session options and host key database so configuring a connection only needs to be done once. Or create a complete file transfer solution with SecureFX and VShell server. SecureFX includes a 30-day evaluation license for the fully-functional application and technical support. |
|
Shareware | $59.95 | 11846 kb | 2007-04-05 | Network and Internet FTP Clients | ||||||||||||||||||
| #40 FTP Voyager |
RhinoSoft.com | FTP Voyager is the most powerful FTP client program for Windows 9x/Me/NT/2000/XP on the market. With an intuitive drag-and-drop interface, FTP Voyager lets you update a Web site with a single click, transfer files directly between FTP servers, resume interrupted downloads, and perform advanced file searches while doing other FTP tasks. The FTP Site Profile Manager makes it easy for you to add your own FTP sites. You can also import your FTP sites from many other FTP applications for use in FTP Voyager. FTP Voyager supports secure connections using SSL and SSH. Additional features include auto ASCII/Binary transfer selection, advanced file filtering, folder shortcuts, clipboard URL monitoring, and dial on demand. You can also queue your downloads for later. By adding files to download to a queue, you can continue on with your FTP tasks and start the download queue when you're finished. This saves you time and saves on your connection's bandwidth while you have other FTP tasks to complete. Using the built-in FTP Scheduler, you can schedule all of your routine tasks, such as backing up and updating web sites, to take place at the time that is most convenient for you. FTP Scheduler is capable of uploading, downloading, synchronizing folders, and deleting files/folders. FTP Scheduler will even dial your Internet connection for you! Using a familiar Windows interface, people who have never used FTP before will feel at ease with FTP Voyager. Likewise, advanced FTP users will find all the advanced features they need within FTP Voyager. Download FTP Voyager from RhinoSoft.com today and find out why FTP Voyager beat out the competition and is the 2000, 2001, 2003, and 2005 SIAF winner for Best Internet Enhancement or Utility. With free e-mail technical support and a year of free program updates included with an FTP Voyager purchase, you're guaranteed to stay ahead of the competition with the RhinoSoft.com development team there to help you along the way. |
|
Shareware | $39.95 | 5729 kb | 2007-04-09 | Network and Internet FTP Clients | ||||||||||||||||||
| #41 URL Monitoring Tool |
Filesland | Minimize downtime of your server! Any downtime of your website will result in moneraty loss. With this freeware monitoring tool you may constantly check the response from your HTTP, HTTPS or FTP server and make sure that your website is online 100% of time. This software can periodically poll a specified URL on your HTTP/HTTPS server or ftp host and alert you if your site or address suddenly becomes not accessible. You may specify sound, modal or instant messenger style popup message type alarms and immideately take action once you notice that your site is offline. You may even instantly check http, ssh, mySQL, https, pop3 and smtp(25) ports with a single click fro a different IP address. Reports generation and direct print out from the software is available. |
|
Shareware | $20.00 | 579 kb | 2007-04-22 | Network and Internet Network Monitoring | ||||||||||||||||||
| #42 Titan FTP Server |
South River Technologies | Titan FTP Server is an enterprise class Managed File Transfer Server product for storing and sharing files. With unparalleled performance and scalability, Titan serves a variety of needs from the largest enterprise to the home user. Titan provides an advanced feature set, giving you flexibility and control. An intuitive user interface makes Titan FTP Server easy to set up and maintain. Titan FTP Server is FIPS-140-2 compliant. For Large Enterprises: Titan offers unlimited user accounts (professional edition) and the controls to appropriately manage them. Bandwidth throttling and configurable maximum transfer speed allows you to customize the bandwidth given to any user or server. You can regulate the number of connections from a given IP, and block users and IP's after a configurable number of invalid commands. The control and scalability that Titan FTP server provides offers an excellent file sharing solution for even the largest enterprises. Security and Access Control: Titan provides security and access control features such as SSL for secure file transfers, S/Key MD4 and MD5 password encryption, enabling or disabling of anonymous access, and the ability to permit or deny access based on IP address. The server also includes the ability to block FXP and PASV mode transfers. For Home Users: All of the advanced functionality of the Enterprise version is included in a less expensive home version. And with features like configurable upload/download ratios and disk quotas, you can control the way that files are shared on your system. Advanced features include: SSL/SFTP support for secure file transfers, Virtual Folders, Unlimited user accounts (professional edition), Bandwidth Throttling Support, S/KEY Password Encryption, UL/DL Ratios, Disk Quotas, Banned/Free Files Lists, Anonymous Access Enable/Disable, Custom Messages, Log File Rotation. |
|
Shareware | $59.95 | 12699 kb | 2007-04-25 | Servers FTP Servers | ||||||||||||||||||
| #43 SFTP Component for .NET |
Safabyte | NetXtremeSshFtp component for .NET offers a number of classes that make the work of transferring files directly from your application using SFTP (a powerful and secure file-transfer protocol that runs over an SSH session) more easily. SftpClient class provides a number of convenience asynchronous methods and events that allow you to quickly create applications which can handle file transfers simultaneously. The library also offers the flexibility, ease of use and rapid development features of a component without the complexities of working with the native socket class or in-depth knowledge of how the SSH Secure File Transfer Protocols are implemented. Major Features: * All the standard SFTP file and directory operations (upload, download, rename, resume, abort,...). * Supports folders synchronization. * Supports compress or decompress data on-the-fly. * Supports multi-threads upload and download. * Compliant with RFC 4250-4254, 4256 and 4419. * SFTP protocol version 3 support. * All SSH and SFTP server support. * Firewall and Proxy support. * Large file support (>4GB). * Supports IPv6. * 100% managed code written in C#. * Fully documented and 28 Sample projects written in C#, VB.NET and ASP.NET. |
|
Shareware | $299.00 | 8046 kb | 2007-05-03 | Network and Internet File Sharing and Peer to Peer | ||||||||||||||||||
| #44 Mocha Telnet for Vista |
MochaSoft Aps | Mocha Telnet for Vista makes it possible to connect to a host with the Telnet or SSH-2 protocol and emulate a VT220 terminal. Supports VT100/VT220 emulation SSH-2 and Telnet. Port forwarding and RSA authentication are not supported. Scroll Bar (as Xterm) User defined functions keys Screen mode 24*80 or 24*132 Smart font handling. The font size follows the Window size Hard copy of screen Pass-Through Printing (Auxiliary print) Mail support Functions keys F1-F20 can be part of the Toolbar Configurable toolbar Autologin Parameters to limit the user (menu, tool bar and change configuration) Free upgrades to new versions of the product Installation/Uninstallation programs |
|
Shareware | $30.00 | 1050 kb | 2007-06-01 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #45 Telnet SSH ActiveX Component |
Utralshareware Software | Telnet, Rlogin, SSH client ActiveX control, free to try! Do you want to have telnet and SSH client connection functionality in your program? Now it is easy to implement this feature with Telnet SSH ActiveX. Support RAW, Telnet, SSH, Rlogin connection type Standard ActiveX contrl Provide demos in C#, Delphi and VB.Net .Net ready component |
|
Shareware | $299.95 | 1024 kb | 2007-09-01 | Development Active X | ||||||||||||||||||
![]() | ||||||||||||||||||||||||||
| #46 MobileVT |
Daniele Pedrazzini | Terminal emulator for Windows Mobile Pocket PC. Compatible with Telnet, Vt102, Vt100, Vt52 and Ansi, connects via tcp/ip, modem, serial port (also bluetooth and Ir types), ssh and ssh2. It can capture and send text, transfer files with Xmodem, Xmodem1k, Zmodem and SCP. Features a customizable colour display that can be scrolled using standard scrollbars or dragging it. Features copy and paste contextual menus even for pasting to host. Features a script interpreter to automate repetitive tasks such login, terminal setup, sending commands etc. Connection settings can be saved and edited as sessions. Script commands and syntax are documented as integrated help. English, German, French, Italian localizations. For Pocket PC 2003 SE, Windows Mobile 5.x Pocket PC (phone too), Windows Mobile 6.x Classic, Windows Mobile 6.x Professional. |
|
Shareware | $41.95 | 581 kb | 2007-09-10 | Network and Internet Terminal and Telnet Clients | ||||||||||||||||||
| #47 SurfSolo |
SecurStar GmbH | No one knows more about ?surfing? and downloading habits than your ISP (Internet Service Provider). The ISP is able to know who you are, every site you visit, every page you view, and every file you download. How this happens? Every time you are connected on the Internet your ISP gives you an IP number that is a unique address which identifies you from the other computers on the network living you vunerable to any attacks from hackers or eavesdroppers. SurfSolo was created to protect you from those problems. Powerful software that allows the user to get totally anonymous and at the same time protects the data exchange on the Internet.The software provides a direct encrypted link(by using SSH Protocol) with one of the world wide SecurStar high bandwidth security proxy servers. ?SSH protocol (Secure Shell protocol)? which makes the connection encrypted from your personal computer to any website. A protocol says which format the data is going to be sent and which rules will be applied. The SSH protocol creates a ?virtual tunnel?, in such a way you are totally invisible from any kind of monitoring. If someone tries to track your IP number, it will recognize only our SecurStar server's IP, so it would be impossible to track your personal IP number. The SurfSolo also provides free e-mail account (no mailbox size limit). Sending emails from it will not reveal your personal IP number. At the moment SecurStar has 5 proxy servers available around the world (Malaysia, Hong Kong, Germany, Holland and Czech Republic).When the customer purchases the software he can choose one of the Proxy servers available. |
|
Shareware | $0.00 | 1419 kb | 2007-09-10 | Security and Privacy Other | ||||||||||||||||||
| #48 SupportSmith v2 |
Cybele Software Inc. | SupportSmith v2 offers professional and company users the necessary resources to quickly establish secure connections between computers. No ports open are required neither on the Technician's side nor Customer's. Quickly and safely establish remote desktop connections with a suite of support tools to allow for the best interaction, such as remote control, desktop sharing, application sharing, online collaboration, chat, remote shell, file transfer and port forwarding. SupportSmith v2 uses SSH-2 (Secure Shell) protocol with Advanced Encryption Standard AES 128-bit and Active Directory authentication to manage accesses and permissions. SupportSmith v2 provides the technician with complete Remote PC System Information without disturbing the user. This save consultants, system administrators and technical support providers time! The new version includes several new features: New Remote Support Tools * Remote Shell and Port Forwarding * Remote PC System Information New Administrative Tools * On-line PC Status Monitoring * Remote PC System Overview * Remote Wake Up (WOL) * Incident Management New Security and Privacy Tools * Active Directory Authentication * Remote Tool Access Rules * Auditing To meet the needs of every client, SupportSmith v2 is marketed in a flexible way. Learn more at: http://www.supportsmith.com/. About the company: CYBELE SOFTWARE is a leading company in the design of solutions for accessing company information and system integration. Founded in 2002 by experts with more than 20 years of experience, and has prestigious clients in a wide range of business sectors. |
|
Shareware | $995.00 | 35000 kb | 2007-10-19 | Network and Internet Remote Computing | ||||||||||||||||||
| #49 VanDyke ClientPack for Windows and UNIX |
VanDyke Software Inc. | VanDyke ClientPack is a set of command-line utilities for securely automating file transfer, shell, and public-key administration tasks on Windows, Linux, and UNIX platforms. With the ClientPack, you can automate many routine administration and configuration tasks, saving time and reducing potential human error. Secure automation increases compliance with security policies and practices. The ClientPack command-line utilities include: vsftp, an interactive SFTP command-line utility providing quick, easy, and secure file transfer operations; vsh, a command-line shell utility; vcp, a command-line file transfer utility; vkeygen, a public/private key generator utility; and vpka, a command-line tool for uploading keys to the Secure Shell server. All the VanDyke ClientPack applications support password, public-key (RSA, DSA, and Smart Cards using X.509), Kerberos v5 (via GSSAPI), and keyboard-interactive authentication when connecting to SSH2 servers. The vsh utility supports connections to SSH1 servers using password, public-key, and TIS authentications. Supported encryption ciphers include 3DES, RC4, Blowfish, Twofish, AES-128, AES-192, and AES-256 ciphers when connecting to SSH2 servers. The maximum 2048-bit length of DSA keys under SSH2 provides more secure encryption. For SSH1 servers, DES, 3DES, RC4, and Blowfish are supported. The ClientPack provides Secure Shell encrypted logon and session data, including support for vsh port forwarding to secure TCP/IP data, X11 forwarding, a FIPS Mode that uses a validated cryptographic library and only allows approved algorithms, and vcp and vsftp command-line utilities for secure file transfers using SFTP. VanDyke ClientPack includes a 30-day evaluation license for the fully-functional application and technical support. |
|
Shareware | $59.95 | 8602 kb | 2008-04-24 | System Utilities Shell Tools | ||||||||||||||||||
| #50 SSH SCP Component for .NET |
Safabyte | The NetXtremeScp .NET class library offers a number of classes that make the work of transferring files directly from your application using SCP more easily. ScpClient class provides a number of convenience asynchronous methods and events that allow you to quickly create applications which can handle file transfers simultaneously. The library also offers the flexibility, ease of use and rapid development features of a component without the complexities of working with the native socket class or in-depth knowledge of how the SCP is implemented. Key Features * Upload, download file. * Abort operations smoothly. * Upload entire directory (including subdirectories and files) quickly with a single line of code (new in version 2.1). * File transfer monitoring support with progress event. * Fully supports both event-driven (asynchronous) and blocking (synchronous) application designs. * Send and receive files to or from disk or memory streams. This allows you to compress and decompress ZIP files on-the-fly. * Built-in Zlib streams (new in version 2.1). * Allows you to check the exact transferring state like uploading, downloading, ... Tested Servers * Bitvise WinSSHD * GlobalScape Security Server * OpenSSH * WeOnlyDo wodSFTP Firewall and Proxy Support * HTTP, Socks4, Socks4A and Socks5 proxy servers support. Security Support * Diffie Hellman key exchange. * Encryption/decryption using Triple DES, RC4 or AES. * RSA and DSA public keys, public key authentication. * Includes Safabyte Security component with support for signature / verification, encryption / decryption, etc. Other Features * Supports IPv6. * Large file support (can be greater than 4GB). * Uniform and comprehensive error handling with .NET exceptions. Support * Royalty free run-time. * 1 year minor and major product updates. * Full Windows Vista support. |
|
Shareware | $249.00 | 9824 kb | 2009-03-28 | Development Components and Libraries | ||||||||||||||||||
| Matches: 52 · 2 pages Page 1 2 |