Search found 12 matches: tftpclient

Return to advanced search

Re: TFTP vs. TFTPCLIENT

Michael,

Please review these working examples:
FWH\samples\FtpDir.prg and FWH\samples\gallery\icopyfil\copyfil.prg
by Antonio Linares
Thu Dec 03, 2009 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: TFTP vs. TFTPCLIENT

Well James, at least it compiled with that class added to my executable. That's progress. Thank you very much. I'll see how it goes from here. :)
by MichaelMo
Wed Dec 02, 2009 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: TFTP vs. TFTPCLIENT

Then you should have the PRG. Perhaps it didn't get linked into the FW libs for some reason.

Try compiling and linking the PRG into your EXE.

James
by James Bott
Wed Dec 02, 2009 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: TFTP vs. TFTPCLIENT

I believe my version is from January of 09. FWH(9-01) is the name of the install file dated January 26th of this year.
by MichaelMo
Wed Dec 02, 2009 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: TFTP vs. TFTPCLIENT

TCTRLSOCKET

This is a class in the file TCTRLSOCK.PRG. It should already be in one of the FW libs. Perhaps your version of FW is older? Check for the file in FW\SOURCE\CLASSES. Mine is dated 10/12/2008.

James
by James Bott
Wed Dec 02, 2009 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: TFTP vs. TFTPCLIENT

Bump....

I need some help resolving this problem. I'm fine with using the TFtpCli object, but I can't use the object due to the following error.

Error: Unresolved external '_HB_FUN_TCTRLSOCKET' referenced from C:\FWH\LIB\FIVEH.LIB|TFtpCli
by MichaelMo
Wed Dec 02, 2009 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: TFTP vs. TFTPCLIENT

When trying to create an instance of tFtpClient, I get the following error message: --------------------Configuration: ocw - Debug-------------------- Harbour 1.0.1dev Intl. (Rev. 9361) Copyright (c) 1999-2008, http://www.harbour-project.org/ ...
by MichaelMo
Tue Dec 01, 2009 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

TFTP vs. TFTPCLIENT

Does the TFTP object allow for the uploading and downloading of files, or can I only do that via the tFTPClient object? I tried oftp:ftpputfile(file_name) and oftp:ftpgetfile(file_name) with TFTP but it doesn't recognize these methods.
by MichaelMo
Tue Dec 01, 2009 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP vs. TFTPCLIENT
Replies: 8
Views: 1351

Re: file to FTP

Otto, thanks for your help.

What is "nConnect" ? What use - TFTP or TFTPClient ?
by Natter
Sat May 02, 2009 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file to FTP
Replies: 8
Views: 1180

Hello,

I stil have some problems.

I can read a directory, but I can'nt copy file to and from the ftp.

So I look at the TFtpClient Class. But I do not find any samples for that class.

Is there a working example.

Greetings,

Willy
by Willy
Mon Dec 01, 2008 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP problem
Replies: 4
Views: 824

Function no existe _HB_FUN_TCTRLSOCKET

Compilando, con la clase TS
_HB_FUN_TCTRLSOCKET

OFtp:=TFtpClient():New( cWeb, 21, oInternet,cUserName ,cPassword )

Error: Unresolved external '_HB_FUN_TCTRLSOCKET' referenced from C:\FWH\LIB\FIVE
HX.LIB|TFtpCli
by jnavas
Sun Sep 21, 2008 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function no existe _HB_FUN_TCTRLSOCKET
Replies: 2
Views: 639

Problemas com TFTPClient

Olá pessoal, Alguem está conseguindo utilizar esta classe TFTPClient ? Tem algum exemplo funcional para enviar arquivos? Como habilitar o modo passivo (passive ftp) ? No envio de arquivos, (STOR) está ocorrendo este erro: Descricao do errro Error BASE/1004 ...
by rogerio
Tue Mar 18, 2008 12:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas com TFTPClient
Replies: 0
Views: 411

Return to advanced search

cron