Skip to content

rbenrax/GoFtpfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFtpfs

Go version of fuse ftpfs utlity, (Not ready yet, working on)

Install dependencies

go mod tidy

Compile

go build -o ftpfs ftpfs.go

Mount FTP

./ftpfs ftp.server.com /mnt/ftp -u user -P password

Mount with específic options

./ftpfs ftp.server.com /mnt/ftp -p 21 -u user -P password -d

Umount

fusermount -u /mnt/ftp

About

Go version of fuse ftpfs utlity (Not ready yet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages