Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running script give cURL error 28 #27

Closed
viensjenots opened this issue May 21, 2024 · 5 comments
Closed

Running script give cURL error 28 #27

viensjenots opened this issue May 21, 2024 · 5 comments

Comments

@viensjenots
Copy link

ftpdump: cURL reported error 28 (see https://curl.se/libcurl/c/libcurl-errors.html).
Error encountered, script aborted.

@hippie68
Copy link
Owner

This is a timeout error. Is your connection stable? Running the script with option --debug may provide further information.

@viensjenots
Copy link
Author

Connection is stable, connected via LAN cable, been using Filezilla without problems. Am I doing everything right? Using FTP server v1.08b payload gets this error. Also tried GoldHEN's FTP server and still same error. (Ps4 Pro 11.00, if that matters).

C:\Users\Administrator\Desktop\ftpdump-main>ftpdump --debug
DEBUG: Bash version "5.1.16(1)-release" detected.
DEBUG: Found optional program "sfo" in "./sfo".
DEBUG: GNU dd detected - using GNU-specific dd options.
DEBUG: Using current directory as output directory.
DEBUG: No dump options specified - enabling app, patch, and DLC dumping.
DEBUG: Options: option_app=1, option_patch=1, option_dlc=1, dump_keystone=, dump_sflash=, dump_appdb=, dump_path=, dump_title_id=, option_no_decrypt=, debug=1, debug_pfs=, curl_options=, curl_verbose=, wget_options=, wget_verbose=, pfs_extraction_enabled=, sfo_path=./sfo
DEBUG: Using FTP server "ftp://192.168.137.102:1337".
DEBUG: Checking FTP connection ...
ftpdump: cURL reported error 28 (see https://curl.se/libcurl/c/libcurl-errors.html).
Error encountered, script aborted.

@hippie68
Copy link
Owner

Is FileZilla's FTP connection set to "active"? If you are on firmware 11.00, you are probably using PPPwn and some sort of bridged connection. You could try to use the new option --active, which I added to the script yesterday.

@hippie68
Copy link
Owner

But that's probably not it. Active mode is used for file transfers, but it seems cURL can't even connect to the FTP server. If you use the same IP address and port as you do in FileZilla, I don't see why it should be different for cURL, unless perhaps if you are using the script (and thus cURL) from inside WSL and WSL can't access the PS4 IP without further configuration.

@viensjenots
Copy link
Author

Fixed this issue by manually setting IP address on PS4. Before used Automatic setup and shared network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants