Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ftpfs

FTP file system

Usage

build the kernel

make

load the module into kernel

sudo insmod ftpfs.ko

mount this filesystem

sudo mount -t ftpfs none /mnt

ls command

sudo ls /mnt

read a file

sudo cat /mnt/ftp/test.txt

write a file

sudo echo "hello world!" | sudo tee /mnt/ftp/test.txt

Releases

Packages

Contributors

Languages