FTP Plugin |
By Slava Pestov
sp@gjt.org |
The FTP plugin allows you to browse directories and edit files on remote FTP
sites. In previous jEdit versions, FTP support was in the editor core; as
of jEdit 3.0, it has been moved into a plugin.
To connect to an FTP server, either select Connect to FTP Server from a
VFS browser's More menu, or use the
Open from FTP Server and Save to FTP Server commands in the
Plugins>FTP menu.
jEdit caches remote directory listings to improve performance. Changing files
from within jEdit will automatically update the cache as necessary. However, if
changes are made from another program, you will need to clear the cache
manually using the Clear Remote Directory Cache command in the
Plugins>FTP. To force jEdit to forget all passwords, use the
Forget Remote Passwords command in the same menu.
Change Log
Version 0.2.6
- Regular expressions are now used to help parse file listings
Version 0.2.5
- Possible fix for NullPointerException with some FTP servers
- Fix for servers which do not prompt for passwords
- Fix for servers which do not print a modification date in the file
listing
Version 0.2.4
- Fixed a bug introduced in version 0.2.2 that would use ASCII mode by
default. (Prior versions correctly used BINARY mode.)
- File LISTs are done in ASCII mode.
Version 0.2.3
- No longer tries to CWD into files (Joe Laffey)
Version 0.2.2
- Made file list parsing code more compatible with Windows and MacOS FTP
servers (Joe Laffey)
Version 0.2.1
Requires jEdit 2.7pre2.
- Possible fix for NullPointerException some people have been seeing
Version 0.2
Requires jEdit 2.7pre2.
- Updated for jEdit 2.7pre2 action API.
Version 0.1
Requires jEdit 2.7pre1.
- FTP support moved out of editor core into a plugin