Best rfc software for free download
.NET FTP/SSL, SFTP Component 1.5
SfbFtp .NET class library offers a number of classes that make the work of transferring files directly from your application using FTP/SSL and SFTP more easily.
Related software: .net, component, dotnet, framework, upload, download, ftp, put, get, fpt/ssl, secure, socket, layer, ipv6, ssl2, ssl3, pct, tls, explicit, implicit, passive, transfer, modes, binary, rfc, 959, 1579, .net component, dotnet component, secure socket layer, passive transfer modes, passive transfer, rfc 959, rfc 1579, …
ALFTP 5.1beta2
User-friendly FTP client and server. Convenient ALFTP Client and Server Explorer windows let you browse or drag and drop files just like in Windows Explorer. Transfer queues simplify file management. Share files with the world's easiest FTP server.
Related software: ftp, client, server, rfc, 959, explorer, file, transfer, protocol, sharing, files, ftp client, ftp server, rfc 959, file transfer protocol, file sharing, …
ASP pure file upload with progress 2.0
Easy to use, hi-performance pure asp include - multiple files upload script with HTML progress bar indicator. ASP upload to server disk, database or email attachment, upload with image preview and email notification, secure (https) file upload.
Related software: asp, file, upload, picture, music, progress, big, post, aspupload, free, without, components, vbs, iis, web, windows, component, size, limit, attachment, form, binary, safearray, database, posting, acceptor, rfc, 1867, …
outlookEMLandMSGconverter 2.5
Convert email formated as eml or msg files to msg,eml,txt,tnef,html format files! Convert rfc-822 to Outlook format. Uses Outlook to convert from one file format to another. Now with powerful Command Line Options, File Filtering, extension selection!
Related software: email, convert, eml, msg, txt, tnef, html, outlook, thunderbird, import, export, …
HS FTP Client C Source Library 1.0
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation what is supplied after you purchase the product? - HS FTP Library binaries (Win32 library) - HS FTP full source code in C with Visual C workspace and project files - Binaries and full C source code of HS SOCK module used by HS FTP for Win32 TCP/IP socket layer communications - HS FTP Demo Application binaries, C source code, project workspace - HS FTP User Manual which documents in detail complete library API To connect to remote FTP server, the user application calls HsFtpCliConnect, supplying connection parameters, such as remote FTP server name or IP address, username and password for authentication etc and a pointer to callback function that the HS FTP module uses to communicate with the user code. When the control FTP connection is established and HS FTP has successfully passed user / password FTP account authentication phase, the user application is asynchronously notified via user event callback function with HS_FTPCLI_USR_EV_LOGGEDIN event. The user application can now request remote FTP server directory listing using HsFtpCliList function, change directory HsFtpCliChdir, transfer files with HsFtpCliSendFile and HsFtpCliGetFile. More information is at http://www.hillstone-software/hs_ftp_details.h
Related software: ftp, rfc959, tcp, client, winsock, protocol, module, source, library, file, transfer, ftp client, protocol module, c source module, protocol library, c source library, file transfer protocol, ftp source, …
Absolute Time Server 5.2
Reliable freeware TIME and SNTP server for small to midsize local area networks (LAN) Absolute Time Server is a full-featured time server, which works as WinNT service and is fully RFC-868 and RFC-2030 compatible. Absolute Time Server acts as a background process, has very low system resources consumption, and it can be started before user logon. The short list of Absolute Time Server features includes support for RFC-868 (TIME) and RFC-2030 (SNTP) time synchronization protocols, optimized for performance as NT service (and emulation of NT service for Windows 9x systems), WINSOCK 2 support, low consumption of server resources. In addition to program’s small download size and easy installation, Absolute Time Server starts its job right after installation, without any set-up. While Absolute Time Server can be and is successfully used as a stand-alone product, it works best when integrated with Absolute Time Corrector, low cost award-winning time synchronization software from FlexibleSoft.
Related software: atomic, time, clock, zones, ntp, nist, sntp, usno, current, date, atomi, cesium, official, utc, …
HS POP3 Lite 1.0
HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics First user application calls HS POP3 initialisation function supplying pointers to callback functions in user code for memory amd timer management and for reporting POP3 events to user. To receive email messages from any POP3 RFC1939 compliant server, the user application calls HsPop3GetMail function, specifying mail server name or IP address and login user name and password. HS POP3 library then resolves the server name, connects to it, receives and message scan list. according to RFC1939 standard. Once HS POP3 has a unique message ID from the server, it reports this message ID to user application via callback function. The user application returns a specific value if it wants to receive this message. At this point HS POP3 will request necessary amount of memory for the message and will receive complete message into the buffer. Once message is received, the user code is notified with a callback and a message structure, containing full message pointer, message length, start of text pointer, length of headers and separate parsed out header information: from field, date field, message id field and subject field. This process is repeated until all messages are received. HS POP3 library can also delete messages from server if this option is specified. HS POP3 Library incorporates the necessary state machine, transparency procedures, and server response processing required to comply to a simple and robust POP3 client implementation. Modular design makes it easy to port HS POP3 protocol module to any environment. HS POP3 internally at a lower layer interfaces to HS Sock library which provides TCP transport services.
Related software: pop3, rfc1939, tcp, email, client, winsock, protocol, module, source, library, email client, protocol module, c source module, protocol library, c source library, …
HS TFTP C Source Library 1.0
HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. Optional 1024 block size vs 512 size configuration is available HOW IT WORKS: When user application initlialises Hs TFTP library, it provides interface callbacks for the services used by HS TFTP protocol module: timer management, memory management and event callbacks. This architecture makes it easy to port HS TFTP protocol module to any environment. HS TFTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services. User application need not worry about Winsock - HS TFTP does all transmission, reception and event handling over socket layer. TFTP module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on. When it is appropriate to send next block of data HS TFTP will get next memory block from user application. Similarly, when data has been received HS TFTP module will get the next block of memory from user application to store data into Along with XMODEM or as an alternative, TFTP is often used in embedded devices and appliances for the purpose of software or configuration upgrade or retrieval. HOW TO BUY HS TFTP LIBRARY: You can purchase the library online using credit card payment at: http://www.hillstone-software.com/hs tftp_buy.htm The library currently costs EUR 49.00 for unlimited user license. Once the purchase is made you will receive download link by email to download full product deliverables, which include: - HS TFTP library binaries. (Win32 static library) - HS TFTP library full source code in C with MS Visual C project workspace - HS TFTP Demo Application binaries, full source code and MS Visual C project workspace. - HS TFTP library user manual, which documents in detail complete library API.
Related software: tftp, udp, winsock, …
RFC Viewer 1.41
RFC Viewer is a powerful RFC browsing utility for networking program and protocol developers. It parses the original RFC file, and generates a section directory tree as well as a page index for content browsing. Users can select to view original RFC document, or to hide each page's header and footer. Other features include section titles highlighting, multiple RFC documents viewing concurrently, and colorful RFC document printing. RFC Viewer is the first full-featured RFC viewing utility and also the only one in the world until now . Previously, when develop a network protocol program, you have to browse the RFC documents for reference with notepad or other common editors through the whole developing period. But a RFC document is organized by a section architecture, and common editors can't recognize and highlight sections. Therefore, it is very hard and inconvenient to read RFC documents. Now, with the emergence of RFC Viewer, things are different. You can easily read and print RFC documents, as well as browse them with section directory. It will accelerate your developing substantially. Features: * Browse RFC documents with section directory trees. * Section titles highlighting. * Hide the original header and footer of RFC documents. * Color Print & Print preview. * Speedy. The speed it analyzes and parses a RFC document is so fast that a RFC file can be read in, analyzed, directory generated and ready for browsing within 3 second according to our test. * View multiple documents concurrently. *
Related software: view, rfc, tool, utility, viewer, reader, editor, browse, view rfc, rfc tool, rfc utility, rfc viewer, rfc reader, rfc editor, browse rfc, …
outlookSpiller 1.2.2
Export Outlook Email formated as msg,eml,txt,tnef,html format files! Export Outlook to rfc-822 ! Export Outlook email to common file formats.
Related software: email, export, eml, msg, txt, tnef, html, outlook, save, backup, …
FG Time Sync 1.0.0.1
FG Time Sync utility can help you keep all your computers with the exact current time. Synchronize clock on your Desktop PC or Notebook, using time server available on TCP/IP networks such as the Internet or LAN. It can work as client or server. The protocol currently supported are time protocol(RFC-868). --- Real freeware, no hidden ad ware or SpyWare programs. No trials or restrictions. No trial period or restrictions. Small file size downloaded in seconds. Easy to uninstall if you don't want to keep it.
Related software: free, download, downloads, file, files, program, programs, network, ntp, time, timesync, sync, …
NetXtremeFtp Component 1.8
NetXtremeFtp .NET class library offers a number of classes that make the work of transferring files directly from your application using FTP/SSL (an extension of FTP which is fast becoming a standard for secure FTP) and SFTP (a powerful and secure file-transfer protocol that runs over an SSH session) more easily. The FtpClient and SftpClient classes provide 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 File Transfer Protocols are implemented. What's new in this version: * Added 'None' field to the FtpExtensions enumeration. * Added some properties (OrganizationName, UnitName, State, ...) to the DngName class of the Proxy component. * Redesigned Ftp Client Demo sample o Now it has two panels, one for local file view and another for remote file view. o You can drag and drop items from one panel onto each other to perform upload/download. o Supports uploading, downloading, moving, deleting multiple files and folders. o Supports multi-selection. Major Features * All the standard FTP file and directory operations (upload, download, rename, resume, abort,...). * Supports FTP, FTP/SSL. * Supports MODEZ, MODEB. * All SSH and SFTP server support. * Firewall and Proxy support. * SSL2, SSL3, PCT and TLS support. * X509 Certificate Management support. * Large file support (>4GB). * Supports IPv6. * 100% managed code written in C#. * Fully documented and 22 Sample projects written in C#, VB.NET and ASP.NET.
Related software: .net, component, dotnet, framework, upload, download, ftp, put, get, fpt/ssl, secure, socket, layer, ipv6, ssl2, ssl3, pct, tls, explicit, implicit, passive, transfer, modes, binary, rfc, 959, 1579, .net component, dotnet component, secure socket layer, passive transfer modes, passive transfer, rfc 959, rfc 1579, …
Rfc software pages: 1 Next
Downloading software is free and easy. If the downloaded program doesn't satisfy you, just choose and try another one. Shareware (try before you buy) and freeware are available.
You can also take a look at rfc games.
|