More actions
(Created page with "{{Infobox Switch Homebrews |title=MTP Server NX |image=mtpservernxswitch.png |description=Open Source USB file transfer for Switch. |author=retronx-team |lastupdated=2020/03/22 |type=Utilities |version=1.3 |license=Apache-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/mtpservernxswitch.7z |website=https://gbatemp.net/threads/mtp-server-nx-open-source-usb-file-transfer-for-switch.547273/ |source=https://github.com/retronx-team/mtp-server-nx |donation= }} {{#seo:...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=MTP Server NX | |title=MTP Server NX | ||
|image=mtpservernxswitch.png | |image=mtpservernxswitch.png | ||
|description= | |description=A MTP Server implementation for Nintendo Switch. | ||
|author= | |author=Gillou68310, dezem | ||
|lastupdated=2020/ | |lastupdated=2020/12/06 | ||
|type=Utilities | |type=Utilities | ||
|version=1. | |version=1.4 | ||
|license=Apache-2.0 | |license=Apache-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/mtpservernx.7z?k33p0fil35 | ||
|website=https://gbatemp.net/threads/mtp-server-nx-open-source-usb-file-transfer-for-switch.547273/ | |website=https://gbatemp.net/threads/mtp-server-nx-open-source-usb-file-transfer-for-switch.547273/ | ||
|source=https://github.com/ | |source=https://github.com/dezem/mtp-server-nx | ||
}} | }} | ||
Open Source USB file transfer for the Nintendo Switch. A port of [https://manpages.ubuntu.com/manpages/xenial/man1/mtp-server.1.html mtp-server]. | |||
Open Source USB file transfer for Switch. | |||
'''Note:''' No longer updated. | |||
== | ==Known issues== | ||
*Startup takes long with a lot of Files on the SD Card, due to scanning. | |||
*Transfer speed can still be improved. | |||
*Untested on Horizon < 6.1. | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.4 2020/12/06''' (by dezem) | ||
* | *FW11.0.0 support. | ||
'''v1.3 2020/03/22''' | |||
*Fix DB iteration on File / Folder Delete. | |||
*Thanks to RSDuck and turtle-insect. | |||
'''v1.2 2020/03/22''' | |||
*Fixed crash in parse_directory. | |||
*Should fix the crash on storage open for Windows and probably other platforms. | |||
'''v1.1 2019/09/16''' | |||
*@ckurtz22 Implemented lazy loading. | |||
*This reduces startup times drastically, he also did the groundwork for a background service. | |||
*Built with libnx v2.5.0 for full 9.0.0 compat. | |||
'''v1.0 2019/09/02''' (by by Gillou68310) | |||
*Initial Release of mtp-server-nx, by Gillou68310. | |||
*Make sure you check the README and Issue tracker for known Issues. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/retronx-team/mtp-server-nx | ||
* | * GitHub - https://github.com/dezem/mtp-server-nx | ||
* GBAtemp - https://gbatemp.net/threads/mtp-server-nx-open-source-usb-file-transfer-for-switch.547273/ | |||
* Reddit - https://www.reddit.com/r/SwitchHaxing/comments/cyo1l5/release_mtpservernx/ |
Latest revision as of 01:58, 5 February 2024
MTP Server NX | |
---|---|
General | |
Author | Gillou68310, dezem |
Type | Utilities |
Version | 1.4 |
License | Apache-2.0 |
Last Updated | 2020/12/06 |
Links | |
Download | |
Website | |
Source | |
Open Source USB file transfer for the Nintendo Switch. A port of mtp-server.
Note: No longer updated.
Known issues
- Startup takes long with a lot of Files on the SD Card, due to scanning.
- Transfer speed can still be improved.
- Untested on Horizon < 6.1.
Changelog
v1.4 2020/12/06 (by dezem)
- FW11.0.0 support.
v1.3 2020/03/22
- Fix DB iteration on File / Folder Delete.
- Thanks to RSDuck and turtle-insect.
v1.2 2020/03/22
- Fixed crash in parse_directory.
- Should fix the crash on storage open for Windows and probably other platforms.
v1.1 2019/09/16
- @ckurtz22 Implemented lazy loading.
- This reduces startup times drastically, he also did the groundwork for a background service.
- Built with libnx v2.5.0 for full 9.0.0 compat.
v1.0 2019/09/02 (by by Gillou68310)
- Initial Release of mtp-server-nx, by Gillou68310.
- Make sure you check the README and Issue tracker for known Issues.