You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server/index.js:
- Fix FTP download: replace plain object with proper Writable stream
so basic-ftp can call .once() without crashing
RecentConnectionsDialog:
- Replace onConnect (which sent anonymous credentials) with onPrefill
that opens ConnectionDialog pre-filled — user now enters password manually
ConnectionDialog:
- Add prefill prop for pre-populating from recent connections
- Password show/hide eye icon (appears only after first character typed)
- Anonymous shown as placeholder, not pre-filled value
- Save button between Cancel and Connect — saves directly to savedConnections
Index.tsx:
- Wire connectionPrefill state and onPrefill handler
- Wire onSave handler to persist connection without navigating away
Dialogs (aria fix):
- Add DialogDescription to BookmarksDialog, RecentConnectionsDialog,
SavedConnectionsDialog, CreateFolderDialog, CreateFileDialog,
FileProperties — fixes "Missing Description for DialogContent" warning
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,4 +302,3 @@ WebFTP is licensed under the **GNU General Public License v3.0**.
302
302
See the [LICENSE](LICENSE) file for the full license text.
303
303
304
304
You are free to use, modify, and distribute this software under the terms of the GPL-3.0. Any derivative work must also be distributed under the same license.
0 commit comments