Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-24-2013, 10:29 AM   PM User | #1
eavitan
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
eavitan is an unknown quantity at this point
how to access ftp files

i uploaded photos via filezilla to my FTP acount,
when im copying the file link to the browser it ask for username & password.

the link start with "ftp://..."

thank you for your help.
eavitan is offline   Reply With Quote
Old 01-24-2013, 03:04 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,613
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Well, yes, if you are accessing the files via the file transfer protocol (ftp://), of course you need to input a user name and password, just as you would with any FTP client (like Filezilla). If you want to view/download the files in your browser without entering a password you need the hypertext transfer protocol (http://).
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 01-24-2013, 03:07 PM   PM User | #3
jerry62704
Senior Coder

 
jerry62704's Avatar
 
Join Date: Oct 2007
Location: Springfield, IL
Posts: 1,049
Thanks: 9
Thanked 81 Times in 81 Posts
jerry62704 is on a distinguished road
When you move the file via FTP it will ask you for a user/password. The process you use (protocol) is FTP://.....

If you moved a file to my_web you would access it with http://my_web/my_image.jpg assuming isn't not a secured (https) server.
__________________
.
.
...and gladly would he learn and gladly teach

Visit www.LiberalsWin.com for humor and the unique Bush/Obama Approval Polls
jerry62704 is offline   Reply With Quote
Old 01-24-2013, 03:47 PM   PM User | #4
vincewicks
New Coder

 
Join Date: Jun 2012
Location: New York
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
vincewicks is an unknown quantity at this point
It's a standard case. To reach your FTP server through browser you need to be authorized.
vincewicks is offline   Reply With Quote
Old 01-25-2013, 09:19 AM   PM User | #5
eavitan
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
eavitan is an unknown quantity at this point
i can move it to the site folder and see the file but i prefer to kip the files in the ftp folder.

how can i change my protocol from ftp: to http: without relocate the files?
eavitan is offline   Reply With Quote
Old 01-25-2013, 03:04 PM   PM User | #6
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,653
Thanks: 4
Thanked 2,451 Times in 2,420 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
You simply use http as your protocol instead of ftp.
That assumes that the files moved via FTP are available to be served from a published directory such as public_html. If they are above the public_html or www or whatever published directory, you cannot use http to access them.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Reply

Bookmarks

Tags
ftp access, ftp acounts

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:25 AM.


Advertisement
Log in to turn off these ads.