Skip to content

Commit

Permalink
nets, transfer.c: Use usernames for home directory names.
Browse files Browse the repository at this point in the history
Currently, the file paths that are presented to users
are very literal - just a subdirectory of the actual paths
that are actually on disk. This is generally fine; however,
it's not ideal for home directories, where it makes sense
to usernames instead of user IDs, which is how the directories
are named on disk.

This adds some conversion logic inside transfer.c, and minimally
to net_ftp and net_ssh, where relevant, to do the needed conversions
between user IDs and usernames to make this happen.
  • Loading branch information
InterLinked1 committed Mar 14, 2024
1 parent 6538b4e commit 07e19dd
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 102 deletions.
Loading

0 comments on commit 07e19dd

Please sign in to comment.