Skip to content

Releases: icetee/node-ftp

Fixes keepalive bug

22 Aug 10:23
Compare
Choose a tag to compare

Fixed

  • if keepalive === 0 then it should not be replaced by default 10000
  • if keepalive < 1 then setTimeout shall not be called

Fix npm Bump

31 Jan 16:57
Compare
Choose a tag to compare
v1.0.7

Fix npm Bump

Fix reentry is not defined

31 Jan 16:53
Compare
Choose a tag to compare

Fixed

No waiting for 266 or 250 transfer anymore

23 Dec 00:56
Compare
Choose a tag to compare

Some clients do not close the data connection until they receive the 226 response from the server.
This behavior is permitted by RFC 959. (The intent, now obsolete, was for clients to retrieve multiple
files through one data connection, with a self-delimiting encoding of each file. The server could use
226 to say that it was closing the connection, or 250 to say that it wasn't. The most obvious client
implementation wouldn't close the connection until it received 226.) However, I recommend that clients
close the data connection immediately after seeing the end of data. One server, wu-ftpd 2.6.0, waits
until the client closes the connection before it sends its 226 response; this screws up file transfers
to clients that do not close the data connection immediately. This also wastes a round-trip time for other
clients. (As of 1999, various versions of wu-ftpd run about half of the Internet's FTP servers. Many
servers made an emergency switch to version 2.6.0 in October 1999 when major security holes were
discovered in previous versions.)

Referred from https://cr.yp.to/ftp/retr.html

Fix #14 and original resolver mscdex#259

Thanks @std4lqi

Fix four-digit year MSDOS

23 Aug 07:44
Compare
Choose a tag to compare
  • Supported OS X @ permission
  • Resolve new Buffer deprecated
  • Add more tests
  • Resolve timezone problem for tests

Expanded RegExp

16 Jun 22:49
Compare
Choose a tag to compare

Supported more types and permissions #6
Supported setLastMod command

Revert debug method

15 May 18:26
Compare
Choose a tag to compare
v1.0.2

Bump

Fix www-data group name

15 May 00:13
Compare
Choose a tag to compare

Supported spaces in owner and group name

14 May 23:40
Compare
Choose a tag to compare
  • Refactored test instances
  • Drop supported Node.js < 6.4.0

Fix error response for Pure-FTPd

18 Sep 14:06
Compare
Choose a tag to compare
v0.3.14

Bump 0.3.14