Results 1 to 17 of 17

Thread: FTP server????

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    FTP server????

    I'm using Win2K. Is it in anyway possible for me to use my PC (or a part of it)as a sever. So people can access files on my computer over internet???

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Yes install IIS would be the simplest way.

    Control Panel --> Add/Remove Windows COmponents --> Internet Information Services install it.

    The rest is a lot of explaining and many sites already do so do a search for setting up ftp on IIS.

    Ohh persuming you have a static IP?? Or can use dns2go etc

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    dns2go? I dont think it's free anymore
    try http://www.dyndns.org/ for a DNS

    Umm if you dont like IIS then try BulletProof or ServU
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    But I don't need more then IIS to do this? Or do I have to use dyndns or dns2go too or anything else too...

  5. #5
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Depends on what kind of network connection you have...

    Dynamic DNS works best with normal cable/DSL - you don't need it if you have a static IP address.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  6. #6

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    i have ADSL, so I think my IP will change every time we turn of our router...that may happend if the a fuse or something goes off...OK, so if I understood it right now....I will install IIS, and doenload "dyndns" and try...

  7. #7
    Fanatic Member scr0p's Avatar
    Join Date
    Oct 2002
    Location
    VA
    Posts
    720
    If you dont care about the IP changing, just use G6, They merged with bulletproof so just look for bulletproof FTP server, run it and just add a user/pass and directory for them to access.
    asdf

  8. #8

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    OK...I have signed up at dyndns.com now. And I have made an account.

    klubbscenen.dyndns.org

    but I have no idea on how to use it. I have downloaded a client for it. But where on my PC do I put my html/php files, and what address should I write in IE to access it????

    Thanks for any help....

  9. #9

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Ok...if I'm right my files should be at

    http://www.klubbscenen.dyndns.org/

    but I can't access anything there...anyone???

  10. #10
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    All dynamic DNS does is alias you IP address to the name you registered. You still need to set up your own servers, etc, and if you have a firewall (hardware or ZoneAlarm, etc) or NAT router (ex: Linksys), you need to allow access through it to your server's port(s).
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  11. #11
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Also verify this is you - the reverse DNS is incorrect, which is appropriate when dynamic dns is working, so nextgentel.com should be your ISP:
    Code:
    C:\AdminTools>nslookup www.klubbscenen.dyndns.org
    
    Non-authoritative answer:
    Name:    klubbscenen.dyndns.org
    Address:  217.13.7.8
    Aliases:  www.klubbscenen.dyndns.org
    
    C:\AdminTools>nslookup 217.13.7.8
    
    Name:    217-13-7-8.dd.nextgentel.com
    Address:  217.13.7.8
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  12. #12

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    OK, I'm working on the router/firewall thing, but I need some instructions from nextgentel.

    But what do you meen by "the reverse DNS is incorrect"...remeber that I'm a compleet newbie at this. I have never used "nslookup", so I cant' understand the "answer" to the command. But I really apprisiate all the help...


    And one more thing....."You still need to set up your own servers"...OK how do I do this. Do I use IIS, or am I way off here???

  13. #13

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Or is an app like serv_U the right tool to use to make a server????

  14. #14
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Originally posted by NoteMe
    OK, I'm working on the router/firewall thing, but I need some instructions from nextgentel.

    But what do you meen by "the reverse DNS is incorrect"...remeber that I'm a compleet newbie at this. I have never used "nslookup", so I cant' understand the "answer" to the command. But I really apprisiate all the help...
    Okay, normally DNS makes names to ip addresses and vice versa. nslookup is a command line tool to manually do DNS lookup. Normally, you'll look up a server name (ex: www.google.com) to get its ip address, and if you look up the actual ip address, you'll get the original server name (usually, not alway, and maybe only the same domain) back. Dynamic DNS breaks this because the IP address resolves back to the actual owner's DNS name, not the dynamic one. Don't worry too much about this.

    And one more thing....."You still need to set up your own servers"...OK how do I do this. Do I use IIS, or am I way off here???
    Use IIS if you want to run a Web/FTP server, but there are many types of servers and many server programs to choose from.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  15. #15

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    OK so I understand what the nslookup command does do. But I can't see if it is something wrong with the output of the command.

    An other thing I'm able to reach my html file if I write

    http://localhost/klubbscenen/index.html

    in my browser. But I can't reach it from the internet. With using IP or anything. Can anyone explain (I'm now using IIS, but anything goes... )...or do anyone know about a tutorial on the subject. I'm a kind of stuck here, and I can't find anytihing but courses that I have to pay for at the internet.

  16. #16

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    And I am also able to get the FTP area by typing

    ftp://localhost/

    but not from the internet. I really don't get this. Anyone wants to explain for me??? Please

  17. #17
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    In your router, map port 21 on your external IP to your computer's internal IP:

    ex.
    33.33.33.311:21 -> 192.168.1.101:21
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width