Search found 7 matches

by lazy
Thu Nov 04, 2004 5:27 pm
Forum: Coding Questions
Topic: Ftp client such as Bobdown
Replies: 7
Views: 1943

thx
by lazy
Thu Nov 04, 2004 3:40 pm
Forum: Coding Questions
Topic: FTP access
Replies: 15
Views: 7986

Thanks a lot Paul, But how can i have the size of the files ?
And if you know how can i run the connection procedure in back task
And the last, How can i have the listing about the connection ?

230 Anonymous user logged in.
331 Anonymous access allowed, send identity (e-mail name) as password.
220 ...
by lazy
Thu Nov 04, 2004 2:25 pm
Forum: Coding Questions
Topic: Ftp client such as Bobdown
Replies: 7
Views: 1943

That the procedure :

#INTERNET_SERVICE_FTP = 1
#INTERNET_OPEN_TYPE_DIRECT = 1
#Verzeichniss = 16
#Datei = 128

NewList FindFileData.WIN32_FIND_DATA()

Procedure GetFTPdirectory(hConnect.l, Pfad$)
AddElement(FindFileData())
hFind.l = FtpFindFirstFile_(hConnect, Pfad$ + "*", @FindFileData ...
by lazy
Thu Nov 04, 2004 2:12 pm
Forum: Coding Questions
Topic: Ftp client such as Bobdown
Replies: 7
Views: 1943

I've already checked the forum, I'm know how to connect to a Ftp but i've a problem when i want to change the directory! If there was a space in the path, my prog break!
Could you help me?
by lazy
Thu Nov 04, 2004 12:59 am
Forum: Coding Questions
Topic: Ftp client such as Bobdown
Replies: 7
Views: 1943

Ftp client such as Bobdown

All is in the title,
I would like to create a FtpClient such as BobDown! Only a client, which connect to a server, go to a path and list the directory!

I know it's not very difficult but i'm a naab :(

Someone can help me?
thx
Laz`76
by lazy
Tue Nov 11, 2003 11:54 am
Forum: Tricks 'n' Tips
Topic: MenuItem Help in Statusbar
Replies: 12
Views: 5868

Why my pb tell me : "Invalide name: same as an external command"
for this line :" Procedure LoWord (var) "

i'm waiting for your answer! :lol:
by lazy
Tue Nov 04, 2003 4:34 pm
Forum: Coding Questions
Topic: It's possible to created a Client Ftp
Replies: 3
Views: 1879

It's possible to created a Client Ftp

:oops: At once sorry for my BAD english but i'm not English :oops: :wink:

So... That is my "problems"

I want to know if it's possible to create a client ftp which make a list of the contents of the directory.... And we can select a file to download it!

i'have make the design but i can't make the ...