FTP Possible?

Questions regarding syntax

FTP Possible?

Postby elgunvo » Mon Sep 06, 2010 11:02 am

Hi There,

I am asking because everytime i open an ftp connection with UDPSocket1 it crashes.

The feature i want to add to my program is "Connecting to FTP" then to generate a list of files on the server.

I would then like to allow users to edit the file in a RichTextBox and then save again.
elgunvo
 
Posts: 17
Joined: Wed Aug 18, 2010 9:47 am

Re: FTP Possible?

Postby berndnoetscher » Tue Sep 07, 2010 7:56 am

elgunvo wrote:Hi There,

I am asking because everytime i open an ftp connection with UDPSocket1 it crashes.

The feature i want to add to my program is "Connecting to FTP" then to generate a list of files on the server.

I would then like to allow users to edit the file in a RichTextBox and then save again.


FTP with UDPSockets? Is this possible?

Qt has special functions for FTP, which are not supported yet in KBasic.
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am

Re: FTP Possible?

Postby elgunvo » Tue Sep 07, 2010 8:21 am

Okay thanks. I will program an FTP App in qt

I only asked as if i connect to server on MacOSX through finder it appears in the drives list but when you hit save nowt happens and I suppose that is the ground as to why.

I could perhaps use the KBasic source code and add it to my version of kbasic. Will this be in version 2? because when it will be ill just wait :)

Oh and i have seen the Q7Basic preview... Sweet Work Bernd cant wait :)
elgunvo
 
Posts: 17
Joined: Wed Aug 18, 2010 9:47 am

Re: FTP Possible?

Postby berndnoetscher » Wed Sep 08, 2010 8:19 am

elgunvo wrote:Okay thanks. I will program an FTP App in qt

I only asked as if i connect to server on MacOSX through finder it appears in the drives list but when you hit save nowt happens and I suppose that is the ground as to why.

I could perhaps use the KBasic source code and add it to my version of kbasic. Will this be in version 2? because when it will be ill just wait :)

Oh and i have seen the Q7Basic preview... Sweet Work Bernd cant wait :)


Well, Q7Basic will have a ftp upload and download function.

About V2:
I plan to integrate all relevant KBasic parts into Q7Basic even the interpreted pcode someday. So KBasic V2 will be a sort of mixed KBasic V1 and Q7Basic having the form designer etc. and the Qt designer side by side.
The Q7Basic prototype is nearly finished - the garbage collector is still incomplete.
Uploaded a version for Mac (with mysql support, which was really hard), Windows and Linux.
Working on mingw support for mysql was succesfull and postgresql is still work in progress...
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am


Return to Coding Questions

cron