simplex-chat / simplex-chat/simplexmq
xftp CLI: Generated web link is missing the /file path
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 847
- Forks
- 111
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 9
Description
When uploading a file using the standalone xftp CLI, the printed "Web link" is broken.
Step To Reproduce
./xftp send <path_to_any_file>- Observe the terminal output in the "Web link" section.
Expected behavior
The link is opens a webpage to download the file.
Actual result
The link opens xftp server info page (/file URL path seems to be missing)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the standalone xftp CLI code that handles xftp send and prints the "Web link" section. Reproduce the upload with a test file, then verify that the generated link includes the /file path and opens the file download page rather than the server info page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100