Closed marvinschroeder closed 2 years ago
Tests are failing. Could you please take a look?
I just traveled back in time down to version 2.1.0 and tests were already failing without my additions. Maybe docker images broken or updated since first written tests?
This pull requests adds a config option to disable the LIST command arguments. It is useable for newer FTP servers, like FileZilla Server versions > 1.1.0, were the FTP command LIST is no longer supporting arguments like "-A" or "-aln".
The additional commit adds the root folder to the
writeStream
andreadStream
methods, sinceCURLOPT_URL
needs an absolute URL and theCWD
command inside thesetConnectionRoot
method has no effect for the two operations.