Advertising (This ad goes away for registered users. You can Login or Register)

[RELEASE] USBtoFTP Mod for TN-V4+

Total_Noob's PSP Emulator Custom Firmware for the Vita. CEF can be downloaded here.
User avatar
fate6
Big Beholder
Posts: 7599
Joined: Fri Mar 09, 2012 1:18 am
Location: [fate6@Canterlot ~]$

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by fate6 » Wed Dec 18, 2013 7:49 am

CkyMomo wrote:Go to Settings, USB Connection remains...

im having this problem^ install went 100% but no change i even restarted vsh

I assume you are not using any theme? cause this only changes the text and icon of the default XMB
still works just doesn't say FTP

and if anyone cares I edited the ClearXMB White theme to say FTP Connection and changed the icon to the one includded in USBtoFTP

https://dl.dropboxusercontent.com/u/880 ... NV4FTP.ctf
Advertising
Image
anon wrote:If you can't trust a 600 year old vampire in a prepubescent girl's body, who can you trust?

User avatar
CkyMomo
Posts: 19
Joined: Wed Oct 31, 2012 6:27 am

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by CkyMomo » Wed Dec 18, 2013 8:07 am

no theme and when i select the option that should read "FTP" i still get the connect to pc/ps3 error
Advertising

User avatar
fate6
Big Beholder
Posts: 7599
Joined: Fri Mar 09, 2012 1:18 am
Location: [fate6@Canterlot ~]$

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by fate6 » Wed Dec 18, 2013 8:11 am

Make sure you don't have any game plugins enabled and try again?
Image
anon wrote:If you can't trust a 600 year old vampire in a prepubescent girl's body, who can you trust?

User avatar
CkyMomo
Posts: 19
Joined: Wed Oct 31, 2012 6:27 am

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by CkyMomo » Wed Dec 18, 2013 8:21 am

no plugins except the ones that came with tnv4 but theres nothing in the recovery>plugins menu

i have the set up like so:INSTALL.ZIP>PSP>GAME>USBtoFTP> DATA.FK,FBOOT.PBP, SYSTEM.FK

then i get to the 660 xmb and install after that ill reset vsh or go to psp filer (since thats the only other homebrew) and usb connection is still there

UPDATE

ok now my vita seems to have its head out its ***

before when i would install only the installer icon showed ("No" on delete after install) but NOW the easy installer shows up -_____- whatever atleast its working now, thanks fate!

User avatar
Coldbird
Guru
Posts: 472
Joined: Sun Nov 14, 2010 12:33 am

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by Coldbird » Wed Dec 18, 2013 8:52 am

parkerm80 wrote:Any way to speed up transfers? I am only getting 50kb/s...
As this mod uses my FTP server it probably is bound to the limitations it implies...

That means...

1. if possible, use Filezilla.
2. go to FileZilla settings and change the maximum number of concurrent connections to 1, everything else will end up corrupting your files.
3. change default transfer mode to active
4. change default transfer behavior to binary

After you change those settings in FileZilla you will get speeds up to 2MB/s, no corrupted files and no broken io-actions anymore.

A little explanation on why those settings are necessary...

Sony anticipated that we would be exploiting the Vita via WiFi, they expected us to sneak files in this way, and to counter it, they put a 50KB/s speed limitation on top of listening sockets (server sockets) to annoy us / slow us down.
By default FTP uses passive connection setups, which means the server has the listening socket and the client the connecting socket.

This puts us in this horrible speed limited setup Sony has provided for us.

When using FTP via active connections however, this switches the way FTP works around, making the client have the listening socket and the server the connecting socket.
Sony didn't bother slowing connecting sockets down, as it would affect PSN downloads, etc.

So yeah, active mode = unlimited speed, passive mode = 50KB/s limit on Vita.

As for the reason why the maximum number of connections has to be limited to 1... its simply because the FTP server app doesn't know multithreading... and gets confused when its being "attacked" by multiple connections.
I never got around to making it multithreading safe sadly.
Image
PSP N-1000 ✔ / 6.20 PRO NIGHTLY ✔ / PRO ONLINE ✔

User avatar
CkyMomo
Posts: 19
Joined: Wed Oct 31, 2012 6:27 am

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by CkyMomo » Wed Dec 18, 2013 9:05 am

I actually like having 1 file transfer at a time, keeps things running smooth. You also have to think about how taxing it is for your computer to transfer multiple bulky files like isos 1 concurrent transfer keeps your PC stable.

I also noticed raising the priority to highest gives it a little boost.

PspJunkie
Posts: 254
Joined: Sun Dec 09, 2012 4:06 pm

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by PspJunkie » Wed Dec 18, 2013 5:28 pm

Found a bug: when I launch PspRadio (the homebrew one) it brings up the opening screen for PspRadio but then launches FTP instead. I uninstalled the mod via your menu and PspRadio worked again. 3.01 megamix Us
Edit: same bug with 1.81 MBA us

phunky
Posts: 27
Joined: Sat Dec 15, 2012 3:33 pm

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by phunky » Wed Dec 18, 2013 6:01 pm

Coldbird wrote: After you change those settings in FileZilla you will get speeds up to 2MB/s, no corrupted files and no broken io-actions anymore.
I have made these changes and still unable to get over 50kb/s

User avatar
Faltimar
Posts: 119
Joined: Thu Nov 22, 2012 6:07 am

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by Faltimar » Wed Dec 18, 2013 6:13 pm

Can someone explain to me how this works? Do I need another program to make it work? Do I have to hook my Vita to my PC with the USB cable? Ive been told to use something like this instead of Open CMA but I dont know how.
Image

User avatar
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: [RELEASE] USBtoFTP Mod for TN-V4

Post by SMOKE » Wed Dec 18, 2013 6:17 pm

Faltimar wrote:Can someone explain to me how this works?
1. Pack an INSTALL.ZIP in store mode like any other homebrew.
2. Install it
3. Run it from the XMB
4. Hit Install
5. Go back to the XMB and you will see it replaced the USB icon
6. Launch it from there and your done!
Faltimar wrote:Do I need another program to make it work?
No
Faltimar wrote:Do I have to hook my Vita to my PC with the USB cable?
No as that will just bring you back to the Live Area
Faltimar wrote:Ive been told to use something like this instead of Open CMA but I dont know how.
http://wololo.net/downloads/index.php/download/1252

Post Reply

Return to “TN CEF”