8000 Tags · hippie68/ps4-ftp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hippie68/ps4-ftp

Tags

v1.08b

Toggle v1.08b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed "CWD ." command

This command, which some FTP clients use automatically, never sent a control message.

v1.08a

Toggle v1.08a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed a bug in FTP command MLST

Notably, the bug prevented the FTP client WinSCP from moving/renaming files.

v1.08

Toggle v1.08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.08

- Fixed uploads not resuming at the specified REST marker.
- Uploaded files are no longer deleted after failed transfers.
- Now supporting longer pathnames on PS4 (up to 1023 characters instead of 255).
- Implemented text file transfer.
- Implemented the standardized FTP commmands MLSD, MLST, "OPTS MLST", which can be used by FTP programs and scripts to list files more easily.
- Implemented FTP commands "SITE CHMOD" and "SITE UMASK", which enable compatible FTP clients to change file permissions and the file mode creation mask.
- On Linux, the FTP server now uses the environment's file mode creation mask.
- New command line option for Linux: "--read-only" (starts the FTP server in read-only mode).
- Other minor improvements.

v1.07

Toggle v1.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.06

Toggle v1.06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.05a

Toggle v1.05a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.05a

- Fixed ftpdump not dumping anymore by adding support for Wget's "LIST -a".

v1.05

Toggle v1.05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.05

- The FTP server now sends an error message if the requested path does not exist (before, it sent the current directory).
- Fixed several buffer overflows when sending paths that are too long, which resulted in server crashs.
- Fixed FTP server becoming slower when cancelling the download of huge files (once and for all).
- Included some scripts to test FTP servers for some of the bugs.
- Added debug header to make future debugging easier.
- Increased file buffer from 512 B to 8192 kB.
- Ready for firmware 9.03 up to 9.60.

v1.04

Toggle v1.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed REST command integer overflow

Resuming files larger than 4 GiB should now work.

v1.03

Toggle v1.03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.02

Toggle v1.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0