|
| ||||||||||
| Tags: ftp client, ftp server, ftp url, http url, password, trivial php script |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What is the correct FTP URL with username and password
|
|
#2
| |||
| |||
| Re: What is the correct FTP URL with username and password
Hello nice question, if you wanted to go to the FTP server, you need to start with he correct protocol identifier fir e.g.: As you have given link and this will work without any issue but there is no other Anonymously for using this because there is no authentication and is you keep the authentication on your server then everyone will get access to your database. |
|
#3
| |||
| |||
| Re: What is the correct FTP URL with username and password Quote:
|
|
#4
| |||
| |||
| Re: What is the correct FTP URL with username and password
Do not confuse with the public_html file. the public_html is directory that's exposed the Internet for HTTP server, this means the public_html file on FTP server directory become / (the root directory) on the HTTP server. as i know the HTTP URL doesn't need to nay user name and to access the ftp://username:password@example.com/public_html/test/ because this usually becomes http://example.com/test/ |
|
#5
| |||
| |||
| Re: What is the correct FTP URL with username and password
By directing the browser and application to this link you will get all files listing on the directory which is called index listing. there are two cases exist if you don't have index listing i.e. you have standard browser on your system. if there is an valid valid or proper index document you will get the on the server and this will automatically load on the on server. and this is the reason why we wont write the index document on the URLs. if you do that you will get the error message saying that:"HTML error 403 (Forbidden)" and to get rid qthis issue you should include the image file name into the URL foe e.ghttp://example.com/test/img1.png. |
|
#6
| |||
| |||
| Re: What is the correct FTP URL with username and password
for index listings on your server you can make sue of the trivial php script application on your server and this will return the all the directory's content and use this as index document. if your server correctly index listing, then there is no need to trivial php script and if this not working and then i would suggest you this: trivial php script. i have got the index listing issue and then i have followed this to get rid the issue. |
|
#7
| |||
| |||
| Re: What is the correct FTP URL with username and password
According to me the URL provided by you doesn't not lead to index listing in fact if you load the index.html document directory loaded on the browser. the complete URL like:http://testtest.example.com/test/index.html wont index listing and this page even advertises. the main fact on this is this created web album generator on very page. |
|
#8
| |||
| |||
| Re: What is the correct FTP URL with username and password
Th URL given by you not lead to an index listing There's an index.html document in the directory which is loaded by the browser. Through this your able to index listing as well. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What is the correct FTP URL with username and password" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need to bypass username password | Desmare | Windows Software | 1 | 10-12-2011 01:03 PM |
| Need help for getting the DSL username and password | Road-Runner | Networking & Security | 4 | 03-12-2010 04:18 PM |
| please verify username and password are correct... | MR Gorman | Windows Vista Mail | 3 | 20-02-2009 03:13 AM |
| backup to a network drive is asking for username and password...whatusername and password? | Lisa Hetherington | Vista Help | 7 | 04-02-2008 08:05 PM |
| Windows XP - No username/password box | mcamp | Operating Systems | 4 | 22-04-2007 09:37 PM |