A modern, easy-to-use FTP client for Windows that allows you to transfer files quickly and reliably.
- Overview
- Features
- Getting Started
- Error Handling
- Security Notes
- Contributing
- License
- FAQ
- Support
- Acknowledgments
- Contact
This application provides a straightforward way to transfer files using the FTP protocol with a clean command-line interface. Built with C++, it offers robust file transfer capabilities while maintaining simplicity in usage.
- Simple command-line interface
- Secure file uploads and downloads
- Password-protected connections
- Progress tracking for file transfers
- Error handling with clear messages
- Support for passive FTP mode
- Compatible with standard FTP servers
- Windows operating system
- Visual C++ Redistributable (Latest Version)
- Clone the Repository
git clone https://github.com/mbn-code/windows-socket-sender-ftp.git
- Navigate to the Project Directory
cd Windows-Socket-Sender-FTP
- Build the Application
- Open the solution file in Visual Studio.
- Build the solution in Release mode.
- Run the Executable
- Navigate to the
Release
folder. - Run the executable from the command line:
WindowsSocketSenderFTP.exe
- Navigate to the
- Open the Application
WindowsSocketSenderFTP.exe
- Enter Your FTP Server Details
- Server Address
- Username
- Password
- Select Your Operation
- Type
upload
ordownload
when prompted.
- Type
- Choose Your File(s)
- TODO: Provide the path to the file(s) you wish to transfer. ATM: It's hardcoded.
- Monitor the Transfer Progress
- Progress will be displayed in the command line interface.
- Upload a File to the Server
upload
- Download a File from the Server
download
- Delete Saved Server Credentials
delete
- Connect to a New Server with New Credentials
connect
- Exit the Program
exit
The application provides clear error messages if something goes wrong:
- Connection Issues
- Unable to reach the server.
- Authentication Failures
- Incorrect username or password.
- File Transfer Problems
- Issues during upload or download.
- Server Response Errors
- Unexpected responses from the FTP server.
- All passwords are handled securely.
- Supports standard FTP security measures.
- Implements proper connection encryption when available.
Contributions are welcome! Please see CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Q: Does this application support SFTP?
A: Currently, only standard FTP is supported. SFTP support is planned for a future release.
Q: Can I transfer multiple files at once?
A: Yes, you can specify multiple files or directories to transfer.
Q: How do I enable passive mode?
A: The application uses passive mode by default. No additional configuration is needed.
For support, please open an issue
- Winsock API - For network communication
- Visual Studio - Development environment
Created by @mbn-code - feel free to contact me!