Using different FTP client for rclone ftp support

Hi

  • What is the possibility to use different ftp client for fclone ftp support such https://github.com/secsy/goftp ?
  • Need an FTP client that support ACTIVE mode due to legacy system.
  • Have little knowledge with Go programming but eager to learn.

Thanks !

That looks quite good, that FTP library, it supports FTPS also unlike rclone’s current FTP library. However it doesn’t look very well maintained at the moment.

It probably wouldn’t be too hard to use https://github.com/secsy/goftp instead of https://github.com/jlaffaye/ftp

However It might be easier to contribute an active mode to https://github.com/jlaffaye/ftp

Hi,

  • Thanks for the replies and suggestion.
  • rclone still rocks.

Thanks !

1 Like