Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
htmanager create users tree directories, htacess and htpasswd files
...USING BY GUI
1. open pwlist.csv with Text Editor or Calc Editor
and replace HTPATH parmater with your root path server
/storage/ssd3/405/5273405/public_html/.htpasswd
if using a subdir "users" by example :
/storage/ssd3/405/5273405/public_html/users/.htpasswd
2. complete users lines USERNAME, CODE colunms
3. clic on htmanager.exe directly
htmanager create htpasswd, htaccess files and users subdirectories
4. Transfert all HTDIR directories files with a ftp client on your web site
II. USING IN COMMAND LINE
htmanager [csv file name]
if csv file is void, htmanager use "pwlist.csv"
III. REBUILD
source code : htmanager.c written in C
for rebuild :
make.bat
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.
Monsta FTP is a delightfully intuitive web-based file manager.
Monsta FTP is a lightweight open-source FTP client you can install on your server to manage your files through any browser, and free yourself from desktop software, forever!
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.
SOURCE CODE MOVED TO https://github.com/kowalpy/Robot-Framework-FTP-Library . NEW RELEASES WILL APPEAR ONLY AT GITHUB AND PYPI.
This Python library makes it possible to test or use FTP server using Robot Framework keywords. Together with the library, there are also available project example and keywords documentation created by libdoc. This sourceforge webpage is linked from http://robotframework.org/#test-libraries as external library so it can be considered as the official Robot Framework library.
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.