WinSCP itself can browse any drive (C:, D:, F:, etc.).
But when you connect to your own PC using SFTP,
the server on Windows exposes only what it considers the “root,”
and by default that root is mapped to C:. Other drives don’t appear automatically.
This behavior is documented:
Windows’ built‑in OpenSSH SFTP server redirects the root folder to C:,
and does not list other drives unless you manually switch to them.
Here's how to select external drice F, as an example:
The app always remembers the last used drive when you log in again.
Back to