ashkumar
July 10th, 2007, 01:54 AM
I've to send someone files from FTP server. How can I develop my FTP Server ?
Please help and give ideas.
Please help and give ideas.
|
Click to See Complete Forum and Search --> : FTP Server ashkumar July 10th, 2007, 01:54 AM I've to send someone files from FTP server. How can I develop my FTP Server ? Please help and give ideas. S_M_A July 10th, 2007, 03:02 AM Frankly, it seems like a lot of work for not much gain. There are a lot of free ftp server software available, filezilla server just to mention one. darwen July 10th, 2007, 03:06 AM I wrote one in C# here ('http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c7409/'). Darwen. ashkumar July 10th, 2007, 03:36 AM thanks. Let me know for FTP server I've to take web space or I can run it from other website ????? I'm new to FTP So please help me to run my own FTP server. Ashkumar S_M_A July 10th, 2007, 03:41 AM You just run the server on your machine. If you are behind a router you however have to give the server the public ip address and some ports to use for passive FTP transfers. You also have to setup router to forward port 21 traffic and some (selected by you) ports for passive ftp. PeejAvery July 10th, 2007, 07:36 AM I think a little clarification for the OP might be good. FTP itself stands for file transfer protocol. FTP itself is not a server nor a machine, it is only a protocol (method) of how files are transfered between a server and a client. The transfers can also be secure but take longer. Almost all web servers which you can purchase hosting on have FTP access already. If you are planning on building your own web server, then you will need FTP server software. As already stated, there are many freeware versions out there. There is no need to build your own unless you see features that are missing from every freeware package. vglass@jscape.com July 27th, 2007, 04:22 PM another good free one is jscape server. it's platform independent and supports both ftp/ftps, has remote admin support and is free (Community Edition) http://www.jscape.com/secureftpserver/ codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |