BGFTP Vita: Difference between revisions

From GameBrew
(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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Utilities) - GameBrew!
|title=Vita Homebrew Apps (File Browsers) - GameBrew
|title_mode=append
|title_mode=append
|image=bgftpvita.jpg
|image=bgftpvita2.png
|image_alt=BGFTP
|image_alt=BGFTP
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=BGFTP
|title=BGFTP
|image=bgftpvita.jpg
|image=bgftpvita2.png
|description=Background FTP server for PS Vita
|description=Background FTP server for PS Vita
|author=GrapheneCt
|author=GrapheneCt
|lastupdated=2021/04/30
|lastupdated=2021/04/30
|type=Utilities
|type=File Browsers
|version=3.23
|version=3.23
|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
}}
}}
Background FTP server for PS Vita
BGFTP is a background FTP server for PS Vita.


'''Please Improve This Article If You Can.'''
==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.


==Media==
==User guide==
<youtube>RIaJHh60hQY</youtube>
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/bgftpvita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita3.png
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-02.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-03.jpg
==Known issues==
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-04.jpg
Can be somewhat slow when cpu-hungry game process is running due to BGFTP process having low priority.
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-05.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-06.jpg
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-07.jpg
'''v3.23'''
https://dlhb.gamebrew.org/vitahomebrews/bgftpvita-08.jpg
*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.


==Changelogs==
==Credits==
This application use modified versions of libftpvita by xerpi.


== External links ==
==External links==
* Official Website -
* GitHub - https://github.com/GrapheneCt/BGFTP
* Gbatemp -
* Reddit - https://www.reddit.com/r/vitahacks/comments/f7lh29/release_bgftp_background_ftp_server/
* Github -
* Google Source -

Latest revision as of 15:32, 13 December 2022

BGFTP
Bgftpvita2.png
General
AuthorGrapheneCt
TypeFile Browsers
Version3.23
LicenseMIT License
Last Updated2021/04/30
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

bgftpvita3.png

Known issues

Can be somewhat slow when cpu-hungry game process is running due to BGFTP process having low priority.

Changelog

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

Advertising: