https://github.com/cy33hc/vita-ftp-client
**v1.46**
- Disable suspend when a file transfer is in progress. This prevents the VITA going to sleep while transferring large files.
**v1.45**
- Some fixes for Portuguese_BR translation
**v1.44**
- Fix the flicker when open the IME input editor. NOTE: Still can't figure out what's causing the crash after opening the IME multiple times.
**v1.43**
- Added Croatian language translation. This is also a non-standard PSVITA system language, so edit the **"ux0:data/FTPCLI001/config.ini"** file and update the "language" setting to "Croatian"
v1.42
**v1.30**
- Add support for multiple languages. Currently only haveEnglish.ini. Please submit translations by using the lang/English.ini file in GitHub as a template https://github.com/cy33hc/vita-ftp-client/blob/main/lang/English.ini
- App won't crash if libshacccg.suprx is missing. Instead it will print a message.
v1.21
- App is now built with imgui-vita which is based on vitaGL.
The app is built with imgui-vita which needs the libshacccg.suprx extracted. If you are experiencing a crash after upgrading to 1.21. Please follow the following guide to get that extracted.
https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx
v1.20
- Add support for multiple sites
- Fix more random crashes when changing between folders and disconnect from FTP.
- Fixed an issue after suspend and a download happens, it will create a 0 byte file. App will always check if connection exists before upload or download a file.
(Known issue: when opening the field editor multiple times, it can cause a random crash)
v1.14
- Add ability to use the L1/R1 buttons to move between the Local and Remote file browser
**v1.1**
- Add progressbar indicator when uploading/downloading files
- Add tooltip to local/remote directory field to display full path
- Show date/time in the local user timezone in the Properties dialog
- Remove the "." and ".." folder returned from some implements of the LIST cmd
**v1.0**
Initial Release
**v1.46**
- Disable suspend when a file transfer is in progress. This prevents the VITA going to sleep while transferring large files.
**v1.45**
- Some fixes for Portuguese_BR translation
**v1.44**
- Fix the flicker when open the IME input editor. NOTE: Still can't figure out what's causing the crash after opening the IME multiple times.
**v1.43**
- Added Croatian language translation. This is also a non-standard PSVITA system language, so edit the **"ux0:data/FTPCLI001/config.ini"** file and update the "language" setting to "Croatian"
v1.42
- Added Catalan, Euskera and Galego translations. These are non standard PSVITA system languages that cannot be auto detected by the application, so users need to edit the "ux0:data/FTPCLI001/config.ini" file and update the "language" setting to either Catalan, Euskera or Galego.
- Added Chinese Simplified/Traditional and Japanese language
- Added support for languages Dutch, French, German, Italian, Korean, Polish, Portuguese_BR, Russian and Spanish
- Some UI adjustment to catered for the various languages
- Add a tooltip to display full filename, while hovering over a file that can't fit in the displayed column
**v1.30**
- Add support for multiple languages. Currently only haveEnglish.ini. Please submit translations by using the lang/English.ini file in GitHub as a template https://github.com/cy33hc/vita-ftp-client/blob/main/lang/English.ini
- App won't crash if libshacccg.suprx is missing. Instead it will print a message.
v1.21
- App is now built with imgui-vita which is based on vitaGL.
The app is built with imgui-vita which needs the libshacccg.suprx extracted. If you are experiencing a crash after upgrading to 1.21. Please follow the following guide to get that extracted.
https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx
v1.20
- Add support for multiple sites
- Fix more random crashes when changing between folders and disconnect from FTP.
- Fixed an issue after suspend and a download happens, it will create a 0 byte file. App will always check if connection exists before upload or download a file.
(Known issue: when opening the field editor multiple times, it can cause a random crash)
v1.14
- added compatibility with VitaShell FTP server
- display the app version in the Title
- Fix a potential crash when changing folder
- Fix an infinite search loop
- Add ability to use the L1/R1 buttons to move between the Local and Remote file browser
**v1.1**
- Add progressbar indicator when uploading/downloading files
- Add tooltip to local/remote directory field to display full path
- Show date/time in the local user timezone in the Properties dialog
- Remove the "." and ".." folder returned from some implements of the LIST cmd
**v1.0**
Initial Release
Last edited by cy33hc,