More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Utilities) - GameBrew! |title_mode=append |image=bgftpvita.jpg |image_alt=BGFTP }} {{Infobox Vita Homebrew...") |
No edit summary |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=BGFTP | |title=BGFTP | ||
|image= | |image=bgftpvita2.png | ||
|description=Background FTP server for PS Vita | |description=Background FTP server for PS Vita | ||
|author=GrapheneCt | |author=GrapheneCt | ||
|lastupdated= | |lastupdated=2024/08/18 | ||
|type= | |type=File Browsers | ||
|version=3. | |version=3.24 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/bgftpvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/bgftpvita.7z | ||
|website= | |website=https://www.reddit.com/r/vitahacks/comments/f7lh29/release_bgftp_background_ftp_server/ | ||
|source=https://github.com/GrapheneCt/BGFTP | |source=https://github.com/GrapheneCt/BGFTP | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Apps (File Browsers) - GameBrew | |||
|title_mode=append | |||
|image=bgftpvita2.png | |||
|image_alt=BGFTP | |||
}} | |||
BGFTP is a background FTP server for PS Vita. | |||
==Features== | |||
*Works simultaneously with any game, including enlarged memory mode games, and in sleep mode. | |||
*Runs on system-reserved core, so performance in games is not affected. | |||
*BGFTP can send various information to user via notifications. | |||
==Installation== | |||
Install [[LowMemMode Vita|LowMemMode plugin]] to increase multitasking abilities. It is not required, but highly recommended. | |||
Intstall VPK, start BGFTP application. | |||
== | ==User guide== | ||
To disable notifications, go to Settings > Notifications > BGFTP. | |||
Remember to terminate BGFTP after you finished using it, otherwise you system will not switch to sleep mode. | |||
BGFTP background application can be terminated under following conditions: | |||
*LiveArea of the main application is peeled off. | |||
*Enlarged memory mode game is started. BGFTP can be relaunched afterwards if you have [[LowMemMode Vita|LowMemMode plugin]] installed. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/bgftpvita3.png | ||
==Known issues== | |||
Can be somewhat slow when cpu-hungry game process is running due to BGFTP process having low priority. | |||
==Changelog== | |||
'''v3.24''' | |||
* Improved memory allocation algorithm for operation buffers. | |||
* If networking is disabled BGFTP will now wait silently until it is enabled instead of warning user and closing. | |||
'''v3.23''' | |||
*Updated libftpvita to the latest version. | |||
*Fixed incorrect notification length limit. | |||
*Made notifications more useful. | |||
*Disabled preload for unused system modules. | |||
'''v3.21''' | |||
*Implemented proper handling of intermittent connection | |||
'''v3.1''' | |||
*Improved application stability. | |||
*This version will not overwrite previous installation, please delete previous version manually. | |||
'''v3.0''' | |||
*Increase max directory level to 18. | |||
*Use SceLibc. | |||
*Use latest version of DolceSDK. | |||
'''v2.0''' | |||
*Performance improvement. | |||
*Added network connection check before launch. | |||
'''v1.5''' | |||
*BGFTP main app is now terminated automatically to free RAM. | |||
'''v1.3''' | |||
*Updated to the latest version of libvita2d_sys. | |||
'''v1.2''' | |||
*Added photo0: and music0: virtual drives. | |||
*Updated to the latest version of libvita2d_sys: | |||
**Some UI changes. | |||
**SceShell overlay in main application should work properly now. | |||
'''v1.0''' | |||
*Initial Release. | |||
== | ==Credits== | ||
This application use modified versions of libftpvita by xerpi. | |||
== External links == | ==External links== | ||
* | * GitHub - https://github.com/GrapheneCt/BGFTP | ||
* | * Reddit - https://www.reddit.com/r/vitahacks/comments/f7lh29/release_bgftp_background_ftp_server/ | ||
Latest revision as of 02:15, 18 August 2024
BGFTP | |
---|---|
General | |
Author | GrapheneCt |
Type | File Browsers |
Version | 3.24 |
License | MIT License |
Last Updated | 2024/08/18 |
Links | |
Download | |
Website | |
Source | |
BGFTP is a background FTP server for PS Vita.
Features
- Works simultaneously with any game, including enlarged memory mode games, and in sleep mode.
- Runs on system-reserved core, so performance in games is not affected.
- BGFTP can send various information to user via notifications.
Installation
Install LowMemMode plugin to increase multitasking abilities. It is not required, but highly recommended.
Intstall VPK, start BGFTP application.
User guide
To disable notifications, go to Settings > Notifications > BGFTP.
Remember to terminate BGFTP after you finished using it, otherwise you system will not switch to sleep mode.
BGFTP background application can be terminated under following conditions:
- LiveArea of the main application is peeled off.
- Enlarged memory mode game is started. BGFTP can be relaunched afterwards if you have LowMemMode plugin installed.
Screenshots
Known issues
Can be somewhat slow when cpu-hungry game process is running due to BGFTP process having low priority.
Changelog
v3.24
- Improved memory allocation algorithm for operation buffers.
- If networking is disabled BGFTP will now wait silently until it is enabled instead of warning user and closing.
v3.23
- Updated libftpvita to the latest version.
- Fixed incorrect notification length limit.
- Made notifications more useful.
- Disabled preload for unused system modules.
v3.21
- Implemented proper handling of intermittent connection
v3.1
- Improved application stability.
- This version will not overwrite previous installation, please delete previous version manually.
v3.0
- Increase max directory level to 18.
- Use SceLibc.
- Use latest version of DolceSDK.
v2.0
- Performance improvement.
- Added network connection check before launch.
v1.5
- BGFTP main app is now terminated automatically to free RAM.
v1.3
- Updated to the latest version of libvita2d_sys.
v1.2
- Added photo0: and music0: virtual drives.
- Updated to the latest version of libvita2d_sys:
- Some UI changes.
- SceShell overlay in main application should work properly now.
v1.0
- Initial Release.
Credits
This application use modified versions of libftpvita by xerpi.