FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to create an FTP server to receive files?
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
How to create an FTP server to receive files?
Posted: Tue May 19, 2009 02:27 PM

How to create an FTP server to receive files?

FiveWin 9.03 + xHarbour !!
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 03:37 PM
Have a look at http://www.javascript.nu/xerver/ it is a free web / ftp server software package.
Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 04:11 PM

I need make it in fivewin!!

FiveWin 9.03 + xHarbour !!
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 04:29 PM

Sorry ... i read it the wrong way.

Are you looking to make your own FTP Server software or do you just want to send files to an FTP site via FWH ?

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 04:44 PM

Eu preciso fazer um FTP Server e um FTP Client.

Preciso fazer dois computadores trocar arquivos sem o uso de um servidor de internet.

FiveWin 9.03 + xHarbour !!
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 05:21 PM

sem servidor de internet a forma seria montar em SOCKET´s

no samples do fivewin tem exemplos. vc pode adptar ate chegar no que deseja. com ele tenho certeza
que consegue fazer isso. :)

Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 05:25 PM

and not need FTP :wink:

Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 07:29 PM
lailton.webmaster wrote:and not need FTP :-)


Lailton, estou fazendo testes a partir dos arquivos SockCli.PRG e SockServ.PRG de Samples mas não recebe o arquivo corretamente!!!

:-) :-) :-) :-) :-)
FiveWin 9.03 + xHarbour !!
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How to create an FTP server to receive files?
Posted: Tue May 19, 2009 07:42 PM

bom pelo samples tem uma forma de enviar arquivo que pelo que testei o TXT funcionou perfeitamente, o nosso
grande amigo Giovany tambem usa isso com biometria mandando BMP e funciona legal.

:P

Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Re: How to create an FTP server to receive files?
Posted: Wed May 20, 2009 01:32 PM

SockServ.PRG e SockCli.PRG ?

FiveWin 9.03 + xHarbour !!
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: How to create an FTP server to receive files?
Posted: Wed May 20, 2009 03:31 PM

Yes.

Continue the discussion