Skip to content

dittonedo45/dnAVIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnnet

  • Remote and local file reader.
  • Remote and local file writer.

Use

  • In the dnnent file there are functions like dnnet.read(url,opts) and dnnet.write(url,opts) were url must be string and opts object of type {}.
" For Reading.
:call dnnet.read("ftp://hostname/path_to_file", {"user_name": "user", "user_password": "password"})
" For writing.
:call dnnet.write("ftp://hostname/path_to_file", {"user_name": "user", "user_password": "password"})

About

Vim (plugin) open online files on vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published