Skip to content

lmortezal/GoConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GoConnect: Streamlined SSH/SFTP connectivity for easy file retrieval from remote servers to local machines.

Topics

Resources

Stars

Watchers

Forks

Languages