Web Hosting Talk







View Full Version : Anonymous FTP access


ashras99
01-08-2007, 06:17 PM
I want to anonymous ftp access to users, so they can upload anything. But i want that they click on the link ftp://xyz.com/upload and address open for upload, and not have to write any username or passowrd.

Please tell me how to do this. I am on VPS and using cpanel with WHM.

ashras99
02-13-2007, 04:17 PM
Please guys help, I dont want to use a script, i just want a copy/ pasting and already created a ftp account. But the main thing is the address of the ftp (URL) is not supported by IE but working fine in firefox.

So, i need a fix for IE. And the sample URL for ftp is ftp://anonymous@abc.com:guest@ftp.abc.com


Please someone help because i know this is possible because my previous webspace provider set this for me but when i asked how to do this..then he denied to tell and my new webspace server technical staff doesnt know about this.

Patrick
02-13-2007, 06:09 PM
Have you tried:

ftp://username:password@ftp.server.com/directory

That should work fine in IE.

ashras99
02-14-2007, 03:39 AM
Buddy i have written a same thing that you are talking about and IE doesnt take two "@" in the URL.

username: anonymous@abc.com

password: guest

address: ftp.abc.com

directory: incoming

that makes...

ftp://anonymous@abc.com:guest@ftp.abc.com/incoming

rghf
02-14-2007, 03:54 AM
By default ftp clients use anonymous as the username/password and its probably the FTP server that has anonymous turned off. Its a bad idea to allow anonymous people on the internet to upload as you will quickly get warez in there

ashras99
02-14-2007, 03:57 AM
That's a later thing.. what to allow or not. First thing is how to acheive the things.

Btw, on my website i opened a anonymoys login from last 1 year and dint get any warez there... because after uploading that file is not accessible for anyone, so not to worry.

CheapVPS
02-14-2007, 12:28 PM
I did it some year back and don't remember the exact syntax right now. But I can tell you how I achieved that exact FTP URL [using smartftp] for other users to upload or download from a particular folder in ftp. Be sure that the folder has global access. Then just to go to that folder and by clicking on the right on that folder you will get the make url of this folder option and just copy paste that url to provide it to others. [but in this case there are chances that others may get username and passwords through this url, if they tried to find it out.