Windows Installation Guide / Windows 安装指南
English
SFTPxy ships as both an installer and a portable archive.
Recommended: installer
- Download the Windows release.
- Run the installer as Administrator.
- Open the WebAdmin, WebClient, or OpenAPI links from the Start Menu.
- Default data path: C:\ProgramData\SFTPxy
Portable run
SFTPxy.exe serve -c "C:\ProgramData\SFTPxy"Configuration files
- Main config: C:\ProgramData\SFTPxy\SFTPxy.json
- Env overrides: C:\ProgramData\SFTPxy\env.d
Keep custom settings in env.d so upgrades do not overwrite them.
中文
SFTPxy 同时提供安装包和便携压缩包。
推荐方式:安装包
- 下载 Windows 版本。
- 以管理员身份运行安装程序。
- 从开始菜单打开 WebAdmin、WebClient 或 OpenAPI 链接。
- 默认数据目录:C:\ProgramData\SFTPxy
便携运行
SFTPxy.exe serve -c "C:\ProgramData\SFTPxy"配置文件
- 主配置:C:\ProgramData\SFTPxy\SFTPxy.json
- 环境变量覆盖:C:\ProgramData\SFTPxy\env.d
建议把自定义设置放在 env.d,升级时更安全。