Murat Seker
3019a6d331
Fix unhandled TYPE command
FileZilla and most other FTP clients are not able to cope with unhandled TYPE command. Return success instead of command not implemented.
8 years ago
Philipp Tölke
b5d810ebad
Merge pull request #13 from mseker-issd/patch-3
Redundant close of file
8 years ago
Philipp Tölke
f1b6feb882
Merge pull request #14 from mseker-issd/patch-4
Uninitialized variable causes problems on FileZilla
8 years ago
Murat Seker
d8830c3540
Uninitialized variable causes problems on FileZilla
Uninitialized "dummy" variable causes wrong date text to be sent to clients and FileZilla can not cope with invalid dates (day > 31, month > 12). It assumes wrong date text as part of file names and makes it impossible to send-receive files since it uses wrongly parsed file names with RETR - STOR commands.
8 years ago
Murat Seker
d266cf666a
Redundant close of file
vfs_close is always called with NULL since fsd->vfs_file checked against NULL at the beginning of function
8 years ago
Philipp Tölke
5a0caf8d56
Merge pull request #11 from mseker-issd/patch-2
Fix linting problem: 'if' always evaluates to true; this is no change in behaviour.
8 years ago
Murat Seker
3f22965893
Update ftpd.c
PCLint Info 774: Boolean within 'if' always evaluates to True
8 years ago
Philipp Tölke
c90c17b305
Merge pull request #10 from mseker-issd/patch-1
Conditionally compile access to long name member of file structure.
8 years ago
Murat Seker
7cbf3e8e63
Update vfs.c
Hide long filename support variables if LFN is not enabled
8 years ago
Philipp Toelke
0fdd00bd1e
fix free of static memory
closes #9
8 years ago
Philipp Toelke
8b6e47324b
Remove use-after-free
9 years ago
Philipp Toelke
d0d380fbcb
update to new lwip-API
9 years ago
Philipp Toelke
a6634e4839
remove unused code
9 years ago
Philipp Toelke
07027c9e1c
Fix use before initialization in cmd_pasv()
fixes #4
9 years ago
toelke
7a6d077a3b
Fix memory leak of file descriptors
closes #3
10 years ago
Philipp Toelke
1e88f616c2
remove unnecessary comments
11 years ago
Philipp Toelke
288538a029
fix warnings found by clang
11 years ago
Philipp Toelke
f3414fc9af
fix spelling
11 years ago
Philipp Toelke
ae58bc6bcc
Add API-Code and README
11 years ago
Philipp Toelke
020be82247
Patch ftpd.c to work with current versions of lwip
11 years ago
Philipp Toelke
91f3b87a85
Initial commit of the original ftpd-files
11 years ago
Philipp Toelke
99562bf9c3
Fix license generated by github
11 years ago
toelke
7fdcb22175
Initial commit
11 years ago