The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: assembie1 on March 20, 2006, 05:20:57 PM

Title: FTP Server, java compatable, all in Assembler
Post by: assembie1 on March 20, 2006, 05:20:57 PM


FTP Server, java compatable, all in Assembler

anyone working on a server , or know of some good sites where people like coding protocalls and ftp servers or really any kind of server...     ? :green2
Title: Re: FTP Server, java compatable, all in Assembler
Post by: Tedd on March 20, 2006, 06:14:47 PM
www.apache.org (http://www.apache.org)

Happy conversion! :bdg
Title: Re: FTP Server, java compatable, all in Assembler
Post by: Eóin on March 20, 2006, 07:27:26 PM
I am currently working on a HTTP server, but it is in C++ so probably not of any use to you. I would point you to the NanoHTTP part of cSOAP (http://csoap.sourceforge.net/) which would probably be more easily translated into ASM. Don't have any such links for FTP unfortunatly.
Title: Re: FTP Server, java compatable, all in Assembler
Post by: assembie1 on March 24, 2006, 05:39:42 PM
thank you for your replies  EOIN & TEDD
Somebody has got the goodies some where, its just a matter of finding it   

but first i must practice, after all i am a promising Celloist or something like that im sure     :boohoo:

ah hummmmmmmmm     :snooty:
Title: Re: FTP Server, java compatable, all in Assembler
Post by: Mark Jones on March 24, 2006, 06:52:47 PM
Also don't forget about this: http://www.masmforum.com/simple/index.php?topic=431.0

Apparently forgotten about?
Title: Re: FTP Server, java compatable, all in Assembler
Post by: Tedd on March 27, 2006, 09:57:02 AM
http://spiff.tripnet.se/~iczelion/files/cserver.zip
Title: i am writting a program for mobile phone?please help me
Post by: lequangtrung on April 17, 2006, 01:39:05 PM
 i am writting a program for mobile phone with j2me,please help me?
Title: Re: FTP Server, java compatable, all in Assembler
Post by: Ar-ras on April 19, 2006, 12:42:51 PM
google for analftp
kill the stupid trojanfunctions (just installation and icq notification)

then you have a multisession ftpserver
only problem is the usermanagement

Ar-ras
Title: Re: FTP Server, java compatable, all in Assembler
Post by: eliran on April 19, 2006, 08:29:22 PM
Ar-ras - any chance you post a link/source ? Google :naughty: help me, and I did try few combinations  :eek
Title: Re: FTP Server, java compatable, all in Assembler
Post by: James Ladd on May 12, 2006, 08:28:13 AM
Ok, the myFastServer project isnt dead, its just v e r y slow.
Im working on the non-blocking io support for linux and good examples of this are
hard to find. That and working hard at work. Too hard.

rgs, James.
Title: Re: FTP Server, java compatable, all in Assembler
Post by: PBrennick on May 12, 2006, 09:43:24 PM
James,
I am glad to hear that the myFastServer project is not dead as it is an important project in today's world!

Paul
Title: Re: FTP Server, java compatable, all in Assembler
Post by: James Ladd on May 12, 2006, 10:24:09 PM
Thanks for the support.

Please could somone help me find a good example (in any language) of
non-blocking, async IO in linux ?
I know it exists as I have one article on it, but no examples.

Rgs,James.
Title: Re: FTP Server, java compatable, all in Assembler
Post by: Eóin on May 13, 2006, 12:02:58 PM
Maybe look up something call epoll for linux kernel 2.16.*. That might give you some examples. I heard about it here (http://asio.sourceforge.net/boost-asio-proposal-0.3.6/libs/asio/doc/design/designimplementation.html%3Cbr%20/%3E).
Title: Re: FTP Server, java compatable, all in Assembler
Post by: James Ladd on May 13, 2006, 10:49:15 PM
Thankyou Ill check that link and start google-ing :)
Title: Re: FTP Server, java compatable, all in Assembler
Post by: ecube on September 17, 2006, 12:33:24 AM
I have a great one, but I ripped it from a recent ASM virus so doubt i'd be allowed to post it here. I took out the malicious code though, up to the mods.
Title: Re: FTP Server, java compatable, all in Assembler
Post by: hutch-- on September 18, 2006, 11:12:01 AM
Cube,

If you have decent clean source code, I don't see any problems but make sure you don't post risky binaries in here as our members do not appreciate it.
Title: Re: FTP Server, java compatable, all in Assembler
Post by: ecube on September 27, 2006, 07:33:55 AM
Yes, i'll ofcourse only post the source code, i'm at work atm though, will post when I get home.
Title: Re: FTP Server, java compatable, all in Assembler
Post by: ecube on September 27, 2006, 09:14:41 PM
Ok I attached the source, I left the authors original comments throughout the source files, some of them are annoying but in anycase enjoy.

[attachment deleted by admin]