silexlabs / unifile

Unified access to cloud storage services through a simple web API.
https://silexlabs.github.io/unifile/
MIT License
144 stars 32 forks source link

FTP stat is wrong #127

Closed lexoyo closed 6 years ago

lexoyo commented 6 years ago

On my machine, the stat of FTP returns a list of files without the '.' folder, so folder is null here

JbIPS commented 6 years ago

Could you give more context?

Thank you

lexoyo commented 6 years ago

Hi I just started with a fresh install of fedora which is shipped with vsftpd Right now FTP is not working, waiting for this fix https://github.com/silexlabs/CloudExplorer2/pull/34 But even with the fix, nothing is working locally but the listing of folders... No writing at all nor creating folders and it is unclear what is happening I'll need testers as soon as the fix is merged

lexoyo commented 6 years ago

With an FTP from OVH, it seems to work but when I upload an image and then download it (all with CE), it is corrupted

Can you reproduce?

lexoyo commented 6 years ago

Also delete a non empty folder still doesn't work

lexoyo commented 6 years ago

And to stick with the stat issue, I reproduce the stat bug with OVH mutu

lexoyo commented 6 years ago

to summerize

FTP ovh mutu

Thank you

JbIPS commented 6 years ago

I had some problems on WIndows with the current FTP client (cf https://github.com/mscdex/node-ftp/issues/126) so I switch to JSFTP and I'm still adjusting the code to this new lib.

JbIPS commented 6 years ago

Closed by #136