Open nagman opened 5 years ago
Just on the odd chance that the server on the other end is filezilla ftpd, I noticed this comment in a project using this module:
// for some reason filezilla ftp server does not like order REST PASV STOR, but needs PASV REST STOR or else it overwrites the file instead of resuming it ??!
Not that this helps, but...
Hi,
I'm trying to add lines to a distant file on an FTP server, but the
append
method doesn't seem to append my string to the file.My code: