This project was to create a working extension
for students to be able to download, edit, and
save their projects to a server with a sftp
daemon without having to know how to use Unix.
The extension tries to mimic traditional file
dialogs. See documentation for installation
instructions.
| File | Placement Instructions |
| RemoteFileManager.jar | place in $(HOME)\bluej\extensions |
| RemoteFileManager.properties | place in $(HOME)\bluej\extensions |
| File | Placement Instructions |
| RemoteFileManager.jar | place in $(BLUEJ)/lib/extensions |
| RemoteFileManager.properties | place in $(HOME)/.bluej/extensions |
| Image | Description |
| Tool Menu | Shows extension option from BlueJ menu. |
| Login Prompt | Shows login dialog that pops up when not logged in. |
| Login Error | Shows message after three failed login attempts |
| File Dialog | File Dialog that pops up once logged in. |
| Confirmation | Typical confirmation box that appears after selecting action. |