Linux里使用来自德国的50g网盘

2024年11月22日 作者 unix2go

这个网盘叫filen.io,几个德国geek搞的,号称军用加密网盘。

我试了下,其实bug蛮多的。不过上下载速度还可以,而且免费有50g容量,很不错了。

当然,它默认注册只有10g,如果你拿到邀请码注册,就会增加10g,共20g。

把你的邀请码贴在论坛里,可以邀请其他3个人注册,就再增加30g。所以最后一共50g。

邀请码去v2ex这个帖子拿,然后把你的reference code也贴在这个帖子后面。有一个人用你的邀请码注册,你就另外增加10g。

这个网盘不能用rclone,至少我没发现用rclone的方法。不过它带了一个linux客户端,用起来还是蛮方便的,可以上传整个目录。如下所示。

$ ./filen
/ > upload upt-snappy /
Uploading upt-snappy [========================================] 100% | ETA: 0s | 1.4 KiB / 1.32 KiB
/ > 

它是一个交互式命令,首次运行后,会要求你输入账号和密码进行登录。登录后进入一个交互式shell,在这里可以上传下载文件,以及对文件进行管理。然而,这个cli也是蛮多bug,体谅就好。

如下所示,输入help可以查看cli的帮助。

/ > help

ls [dir]                    list items inside a directory (`-l` for more detailed output)            
cat <file>                  print content of a text file                                             
head <file> / tail <file>   print first/last 10 lines of a text file (pass `-n <n>` to print n lines)
mkdir <dir>                 create a directory                                                       
rm <path>                   delete a file or directory (`--no-trash` to delete permanently)          
stat <path>                 display information about a file or directory                            
statfs                      display information about your Filen cloud drive                         
whoami                      print the current user                                                   
mv <path from> <path to>    move a file to a path (parent directory or file)                         
cp <path from> <path to>    copy a file to a path (parent directory or file)                         

download <cloud path> <local path>   download a file or directory from the cloud into a local destination           
upload <local file> <cloud path>     upload a local file into the cloud at a specified path                         
write <file> <content...>            write text to a file                                                           
open <file>                          open a file locally in the associated application                              
edit <file>                          edit a file locally in the associated application (save and close to re-upload)
view <path>                          view a directory in the Web Drive                                              
favorites                            list favorites                                                                 
favorite <path>                      favorite a file or directory                                                   
unfavorite <path>                    unfavorite a file or directory                                                 
recents                              list recents                                                                   

help        display this help page             
cd <path>   navigate to a different path       
ls          list items inside current directory
exit, ^C    exit interactive mode

filen这个网盘,结合linux shell使用,还是有所价值。50g空间虽然不大,但备份一些临时文件也足够了。比如我用它来备份家目录下所有文件。有句老话,备份不做,万劫不复。对于在线系统,数据可靠性永远是第一位,多一个网盘来做备份,也是不错的。