473,487 Members | 2,452 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 1816
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
2153
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
2367
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
1425
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
2611
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
1849
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
1666
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
4218
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
1750
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
1103
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
3281
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
7106
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
6967
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7181
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7349
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...
0
5442
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4565
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
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1381
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 ...
1
600
muto222
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.