Code:
netsh interface ip set address name="Local Area Connection" static 10.1.1.1 255.255.255.0 10.1.1.1 1
netsh interface ip add dnsservers "Local Area Connection" 10.1.1.0 index=1 no
netsh interface ip add dnsservers "Local Area Connection" 10.1.1.100 index=2 no
"C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe"
netsh interface ip set address name="Local Area Connection" source=dhcp
netsh interface ip set dns name="Local Area Connection" source=dhcp
After that it will launch FileZilla.
You do your magic and transfer all your stuff into PS3.
Close FileZilla and the CMD File will reset your IP Address + DNS Address to obtain them automatically.
I use this everytime I need to transfer some files :)
NOTE: This is made for my setup (So your Network name must be Local Area Connection Etc...)
~Home