Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 785 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 785 Bytes

GoConnect

Introduction: GoConnect is a simple GoLang project designed to facilitate the connection to a target server via SSH/SFTP protocols. It provides users with the ability to retrieve files from a specified directory on the server and write them into the local machine. This documentation provides a brief overview of the project's functionalities and usage.

Usage:

./GoConnect -d <local_directory> -s <remote@server:remote_directory> -p <port>

FOR EXAMPLE:

./GoConnect -d /home/user/Downloads -s user@0.0.0.0:/home/user/Target -p 22

TODO:

  • Add support for multiple file transfers
  • Add recursive file transfer with directory support
  • Add support for file uploads
  • Synchonize real-time file changes