Skip to content

Releases: xp-framework/ftp

9.1.0: String representations

15 Jan 21:12
Compare
Choose a tag to compare
  • Made FtpEntry, FtpEntryList, FtpTransfer and FtpTransferStream
    implement lang.Value, restoring their custom string representations.
    (@thekid)
  • Added compatibility with PHP 7.3 - @thekid

9.0.1: Logging compatiblity

24 Aug 21:51
Compare
Choose a tag to compare
  • Made compatible with xp-framework/logging version 9.0.0 - @thekid

9.0.0: Passive mode

13 Nov 22:15
Compare
Choose a tag to compare
  • Dropped dependency on xp-framework/security - @thekid
  • Merged PR #3: Default passive mode to true - @thekid

8.0.0: XP9 Compatibiliy

14 Oct 14:47
Compare
Choose a tag to compare
  • Added forward compatibility with XP 9.0.0 - @thekid
  • Heads up: Dropped PHP 5.5 support. Minimum PHP version is now PHP 5.6.0
    (@thekid)

7.2.0: Connection accessors

18 Dec 18:47
Compare
Choose a tag to compare
  • Added isConnected() method to FtpConnection class in order to detect
    and gracefully handle disconnects.
  • Added timeout(), passive(), user and remoteEndpoint accessors
    to FtpConnection class
    (@thekid)

7.1.0: XP8 compatibility

28 Aug 22:32
Compare
Choose a tag to compare
  • Added forward compatibility with XP 8.0.0 - @thekid

7.0.1: Directory listing fix

21 Apr 11:55
Compare
Choose a tag to compare
  • Merged PR #2: Fix problem with listing empty directories - @thekid

7.0.0: XP7 compatibility

21 Feb 23:15
Compare
Choose a tag to compare

6.2.2: XP7 Forward compatibility

23 Jan 21:46
Compare
Choose a tag to compare

6.2.1: Remove ensure

20 Dec 18:05
Compare
Choose a tag to compare
  • Rewrote code to avoid deprecated ensure statement - @thekid