Showing 33 open source projects for "java client server tcp"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    pj-ftp-server

    pj-ftp-server

    Pure Java FTP server. Free portable cross-platform multi-threaded.

    Pure Java FTP server. Free portable cross-platform. Run as root/admin ! 1) Fully multi-threaded. 2) Multi platform support. 3) Can run in GUI-mode: # java -jar pj-ftp-server.jar 4) Can run in CMD-mode (used cmd-mode-config.properties): # java -jar pj-ftp-server.jar cmd 5) IP-filter (access list) support. 6) Writable=true/false support 7) Support listening on different local interfaces 8) Speed limit support 9) Anonymous-mode support 10) Different TCP-ports support 11) Logging...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    WAN-Transfer — Easy WebDAV File Share

    WAN-Transfer — Easy WebDAV File Share

    Share local folders online via WebDAV with UI and instant tunneling

    WAN-Transfer is a lightweight WebDAV server with a simple UI that makes it easy to share folders from your PC across your local network — or over the internet using built-in tunnel services. With no setup required, you can expose any local directory via a public WebDAV link and mount it directly in Windows Explorer or any WebDAV client. Choose your tunnel provider (LocalTunnel, Serveo, localhost.run, Cloudflared) and instantly make your server accessible from anywhere — no port forwarding...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3

    YADE (SOSFTP)

    A Batch and API oriented application for managed file transfer.

    YADE (former SOSFTP) is a batch file transfer solution for FTP, FTPS, SFTP, WebDAV and other protocols. It provides a configurable command line client, an API and a bridge to the SOS JobScheduler. YADE comes with advanced error handling and logging capabilities. YADE is able to create and maintain a transfer history in a central database. Product Knowledge Base at https://kb.sos-berlin.com Change Management System at https://change.sos-berlin.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Muon SSH Terminal/SFTP client

    Muon SSH Terminal/SFTP client

    Graphical SFTP client and terminal emulator with helpful utilities

    Easy and fun way to work with remote servers over SSH. This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name. Muon is a graphical SSH client. It has an enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer, and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    JRF

    Java Remote File - RemoteInputStream and RemoteOutputStream.

    ... be performed on the OS, by changing rights of the user running the JRF Server. It is like an insecure FTP-like file sharing runnning on a single TCP port. Its Java nature gives Java programmers access to remote files as remote `InputStream` and `OutputStream`, with the added value of optionally **compressing data exchange** to ease up network usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The MockFtpServer project provides a mock/dummy FTP server for testing FTP client code. It can be configured to return custom data or reply codes, to simulate either success or failure scenarios. Expected command invocations can also be verified. This project has been moved to https://github.com/dx42/MockFtpServer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AtlasConnect

    AtlasConnect

    java lightweight client for automatic and efficient messages exchange

    The aim behind this project is the realization of a free and simple tool to use and set up for small and medium enterprises, allowing intercommunication between two information system automatically. The solution is based on a client server architecture built on message management solutions as ActiveMQ, IBM WMQ, RabbitMQ, etc ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Ftp Site Deployer

    FTP Netbeans plugin for java, php and maven project

    Ftp Site Deployer is a Netbeans plugin not a standalone FTP Client. It's designed and is particularly usefull to upload changes to a web site developed in Java, PHP. This plugin allows to transfer a single file or a folder from the project view inside the Netbeans IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gsg.networks

    gsg.networks

    A simple native java network library

    A simple native java network library containing ftp, smtp and port knocking clients. Designed to be easily extended or customized this library will adapt smoothly in any java project
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    Net Tools for Development

    A collection of network-oriented tools

    This Eclipse RCP application contains several free, useful network tools. Among others: - Standard network tools: ping, netstat, traceroute, nslookup - A port scanner - Servers: HTTP, FTP, TFTP servers - an HTTP proxy - A TCP tunnel - Clients: FTP client, embeddable PuTTY (for Windows only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SimpleHTTPDB is a client based key-value database that allows for storing data on any http-server via FTP. This way, no server-based functionality is required. Security of the data is provided by high-level encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A distributed FTP daemon written in java. Instead of conventional server<->client transfer it uses master<->client for control connections and slave<->client for (most) data transfers, the master must tell the slave to initiate/respond to a transfer
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    GiraffeFTP is a Java based FTP client and server. It includes GUI and command line tools. Good code to see to understand the FTP Protocol and sockets. Also includes a non-standard implementation of SSL sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Accord Odette OFTP2
    Accord Odette is a Java framework for developing your own Odette OFTP2 client/server, respecting your needs of integration and functionalities. It comes with base client and server classes for TCP/IP and to bridge connections through X.25 and ISDN.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    ftp-copy is a simple console FTP client written to copy files or directories recursively to a FTP server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a Java FTP client created to work only with the Nation Anime FTP server allowing the the user to easily navigate the NA server, download file from the server and also watch folders on the server for updates
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project contains : ftp server,ftp client & tool for configuring server It is written in java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XYLFTP is an FTP suit that contains both an FTP client and an FTP server. It is intended for us to practise software engineering in an open-source way. Hopefully it will be useful for Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Remote Editor – Edit any file any where… Is a Swing GUI based product. It is especially a remote (FTP client) client and helpful for those guys who have to deal with lots of remote server (FTP server) simultaneously. You can connect and browser many
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GridChat is a highly expandable peer-to-peer network that has no central server. Each peer on the network acs as a client, server, and router for the various components. GridChat networks are fluid, growing and shrinking at will. - GUI under development!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JNeta is a Java WebStart client that can easily run light server and client components like HTTP, FTP, DHCP servers and so on. It aims to be a complete extensible plaftorm on server and client side thanks to its plug-in architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JSendfile is a JAVA SAFT implementation for any machine having a jre 1.4 installed. It is a tool for asynchronous transfer of files through the Internet. The JSendfile client transfers files to the Jsendfile server of the recipients host. The Jsendfile s
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    OctoShare is a Client/Server based program to share especially images on your computer with others. It provides most FTP-like services (user login, different directories) and also thumbnail previews and download queuing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JFTP4I is a Java FTP Framework that dinamically calls an user implemented class on each client request. When the user makes a request to a file, the framework automatically uses the configuration XMLs to start an event to deal with the data requested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Client-server JAVA based app for searching files on local file servers (ftp), client should work also as a multithreaded file-transfer klient with emphasis on power user usability (multiple transfers of single file, autoresume, search caches, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.