473,472 Members | 2,257 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Need to Make an FTP Site

tharden3
916 Contributor
Hey all, had a question for you. I had volunteered to do some work in computers for my Engineering Academy's director. She asked that I build an FTP web site for a company in New York. Where do I start? Should I write this by hand or invest in Dreamweaver or something?
P.S. I am very fluent in HTML/CSS
Sep 24 '08 #1
8 1815
Nepomuk
3,112 Recognized Expert Specialist
What do you mean with "FTP Site"? Are you talking about something like this? Or do you want to setup an FTP Server?

Greetings,
Nepomuk
Sep 24 '08 #2
tharden3
916 Contributor
What do you mean with "FTP Site"? Are you talking about something like this? Or do you want to setup an FTP Server?

Greetings,
Nepomuk
I assume something like in the provided link, although a client to client FTP would be faster and more secure. She wasn't very clear on directions, but I'm pretty sure it'd be a browser run FTP.
Sep 24 '08 #3
tharden3
916 Contributor
What do you mean with "FTP Site"? Are you talking about something like this? Or do you want to setup an FTP Server?

Greetings,
Nepomuk
yes, I need something like you've provided in your link. I'd like clients to be able to navigate to an HTTP site, then login w/ a password, and provide a link to the FTP (just like the one above). How do I go about doing this? I'm awfully confused.
Oct 8 '08 #4
joedeene
583 Contributor
It seems like there is no authentication basically or some kinda of server-side code that shows it all, here's where the link leads to "ftp://ftp-mirror.internap.com/pub/ubuntu-releases/hardy/". The beginning is Ftp:// and not Http:// so it seems they basically have no authentication....

joedeene
Oct 8 '08 #5
tharden3
916 Contributor
Ok, I've looked at Filezilla and have decided that I'm going to use it as my FTP software. Now, I'm new to this, and honestly I don't understand a lot, so try to help make things clearer. I have a web host. I'd like to have an FTP run through a browser. Obviously, Filezilla has to be running from somewhere on some machine. Can I upload it to my web host? Do I have to run the server from my computer? Can I run the server on my web host's machine? What's the difference between a client and a server? Will I need both?

Please Keep in mind, I'd like to run an FTP somewhere, preferably on the web host's machine. Then I'd like to be able to access those files from any browser, on any computer.

I understand these are a lot of questions at once, but I'm really out in the cold as how to do this. Any answers to my questions are appreciated.
Oct 8 '08 #6
Curtis Rutland
3,256 Recognized Expert Specialist
What host are you running on? Linux or Windows?

I'm pretty unfamiliar with Apache, but I know that IIS can easily set up an FTP site.

Here's the thing...if you are on shared hosting like GoDaddy or 1and1 or Dreamhost, you can't install programs on their server...you will have to use the built in FTP tools.

If you have a dedicated server, or a virtual private server, you can install what you need. I have used WS_FTP as an FTP server and found it amazing, although expensive.

Most browsers can handle FTP, so that won't be a problem. FTP is a protocol...like HTTP is. So when you set up a site, you aren't setting up pages, it's more like setting up directories to be exposed. Then any FTP client, including browsers, can handle it. There's no HTML involved or anything.

I hope that helps somewhat. I'd look up a good tutorial on setting up an FTP server, since you're new at this.
Oct 9 '08 #7
Curtis Rutland
3,256 Recognized Expert Specialist
It seems like there is no authentication basically or some kinda of server-side code that shows it all, here's where the link leads to "ftp://ftp-mirror.internap.com/pub/ubuntu-releases/hardy/". The beginning is Ftp:// and not Http:// so it seems they basically have no authentication....

joedeene
It's not that they have "no authentication," it's that they allow anonymous access. You can set different access levels on different directories. Some can be public, some restricted to certain authenticated users or groups.

Just so you know...FTP authentication is sent "in the clear," meaning that it is not encrypted before it is sent. It is relatively unsecure.

If security is a must, you might want to look into SFTP, but that's more complicated.

There are some other possibilities as well. There are services that offer online file storage. For example, Dropbox allows you to make separate accounts, and then link some of your directories to another account to share. Also, they have a public folder that is available to anyone. This may be something to look into if you don't have direct access to your server.

I have used dropbox, and I find their service to be quite useful and neat. Files that follow you around wherever you go, and the ability to "share" some folders makes for quite a powerful tool.
Oct 9 '08 #8
tharden3
916 Contributor
I hope that helps somewhat. I'd look up a good tutorial on setting up an FTP server, since you're new at this.
That clears a whole lot of things up. Thanks very much.
Oct 9 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Robert Maas, see http://tinyurl.com/uh3t | last post by:
System login message says PHP is available, so I tried this: http://www.rawbw.com/~rem/HelloPlus/h.php It doesn't work at all. Browser just shows the source. What am I doing wrong?
3
by: new_GUY | last post by:
I have a HUGE project (at least for me) and need some guidance. I am trying to create a database for a local university movie club that allows users to input there basic personal information...
8
by: Keith Smith | last post by:
I know this is a little off topic but I hope it is still acceptable to this forum. Please read this carefully. I am not looking for a quick answer - I am hoping to find someone who has been in my...
6
by: Jeremy S. | last post by:
Sorry if this is too far OT - I posted this in the IIS group and got no response - so here goes: What would be a good or recommended way to make a Web site in IIS6 inaccessible to users on the...
12
by: nephish | last post by:
Hello there, i am getting to need to make my web stuff more OO. i have a project at work that we are porting to the internet, and i started learning php to do so. the project is now mamoth is...
8
by: Johnfli | last post by:
Most of my ASP programming experience is on NT4. We recently upgraded (replaced) our NT4 webserver with Win2k3 Web Edition. I am looking for a good book that I can go through that will show me...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
8
by: Lloyd Sheen | last post by:
I have a list of JPG's which are found in a SQL Server database. When the page selects a certain piece of data it will refer to the file system (resident on IIS server with a virtual directory)...
1
by: vozzek | last post by:
Hi everyone, For the past four months I've been working on a retail website. Built it from scratch, including the shopping cart, which uses a mySQL database indexed by session id. All the pages...
19
by: Ganesh J. Acharya | last post by:
Hi there, I want to redesign my website and make that look professional. I made this about 6 years ago with very little knowledge of internet. Today I am getting about 4000 visitors a day for...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.