FTPThis 0.4 - Far FTP Server (in Python)

Announcements of new plug-ins. Plug-ins are discussed in a forum below.
Locked
techie
Posts: 28
Joined: Thu Feb 23, 2006 8:11 pm

FTPThis 0.4 - Far FTP Server (in Python)

Post by techie »

FTPThis 0.4 - Far FTP Server

It's not really a plugin, but a self-installing add-on for UserMenu written in Python.

It makes current path accessible through FTP. Convenient for exchanging files with virtual machines and for network backups.


For installation unpack into permanent place like Far plugins directory, and launch install.py, which will add an item into main UserMenu.
You do not have the required permissions to view the files attached to this post.
Last edited by techie on Wed Mar 05, 2008 12:26 pm, edited 1 time in total.
techie
Posts: 28
Joined: Thu Feb 23, 2006 8:11 pm

Post by techie »

0.3
- Updated pyftpdlib version from 0.1.1 to 0.2.0 (billiejoex)

0.2
- Ñould not create user menu item if the menu was empty
techie
Posts: 28
Joined: Thu Feb 23, 2006 8:11 pm

Post by techie »

0.4
- Updated pyftpdlib version to 0.3.0 (billiejoex)
- Multiple access variants are now available from user submenu
  • + read access for everyone (not just anonymous)
    + write access for everyone
    + set user for read access
    + set user for write access
Locked