Search found 1 match

by otis
Mon Nov 14, 2022 3:32 am
Forum: Coding Questions
Topic: SendFTPFile() file 0 byte
Replies: 14
Views: 1806

Re: SendFTPFile() file 0 byte


hi, i did try SendFTPFile() to send a file about 5 kb on server, the file is arrived but on server result 0 byte.. among us wordle


The problem is that SendFTPFile() does not support sending more than 5 kb. This is because the server can only handle a maximum of 5 kb per transfer. So if you try ...