Search found 5 matches

by mauz
Mon Aug 26, 2024 7:21 pm
Forum: Coding Questions
Topic: multiplayer game demo?
Replies: 1
Views: 520

multiplayer game demo?

hi, there is some examples for start multiplayer game programming?
by mauz
Sun Nov 13, 2022 8:43 am
Forum: Coding Questions
Topic: SendFTPFile() file 0 byte
Replies: 14
Views: 1806

Re: SendFTPFile() file 0 byte

how can force ftp send file in UTF-8?
by mauz
Wed Nov 09, 2022 11:48 am
Forum: Coding Questions
Topic: SendFTPFile() file 0 byte
Replies: 14
Views: 1806

Re: SendFTPFile() file 0 byte

Is the ftp example in help, i used it on Altervista server sendin an image.


If OpenFTP(0, "server.altervista.org", "test", "test", 0)

Result = SendFTPFile(0, OpenFileRequester("Choose a file to send", "", "*.*", 0), "image.ico", 1)

Repeat
Debug FTPProgress(0)
Delay(300)
Until FTPProgress ...
by mauz
Wed Nov 09, 2022 10:55 am
Forum: Coding Questions
Topic: SendFTPFile() file 0 byte
Replies: 14
Views: 1806

Re: SendFTPFile() file 0 byte

maybe a bug?,beyond a sin...
by mauz
Wed Nov 09, 2022 10:14 am
Forum: Coding Questions
Topic: SendFTPFile() file 0 byte
Replies: 14
Views: 1806

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..