Getting Round An FTP Problem?

Soldato
Joined
7 Jan 2003
Posts
4,458
Location
Gold Coast, Australia
Im at uni and i have my own webserver but of course my uni blocks the ftp port, are there any websites that let you access ftp through html if you catch my drift.
 
Does your hosting provide a web control panel? Most of them come with a file manager that can be used to upload via a browser.
 
Can't you try SSH/Secure FTP through port 22? Probably easier to go with GMail. I'm not sure what the status of the "GMail Drive" application is these days but I used to use that when it first came out.
 
afraser2k said:
Can't you try SSH/Secure FTP through port 22? Probably easier to go with GMail. I'm not sure what the status of the "GMail Drive" application is these days but I used to use that when it first came out.

Don't know what u mean by status, but my gmail drive works fine.
 
I do have a control panel but it doesnt use internet ports.

I need to be able to access my webserver as it has a website and forums running on it.
 
demon8991 said:
I am home now but i cant seem to get this thing to work ive put the wexlite folder in my root folder but when i type the address in.

http://mywebserver.com/wexlite/

it doesnt work, just comes up with a list of files.

Isnt that what you was after???

demon8991 said:
are there any websites that let you access ftp through html if you catch my drift.
 
Yer its what im after but i cant seem to get it to work on my server...

I need to be able to upload to my server.
 
Last edited:
Which bit doesn't work? The upload? Have you clicked the upload button on the top right? If so whats the error message?
 
Does it look anything like this?

wexlite01.png
 
Does your hosting have ASP support?

If so you may need to change the name of default.asp to index.asp and see if that works.

If it doesn't have ASP support but PHP there are alternatives but we will cross that bridge when it arrives.

By the way there are several web based ftps like: http://www.net2ftp.com/
I personally have only ever trusted ones that I have hosted.
 
Zap said:
you need to go to ftp:// not http://

No he doesn't

MaxPower said:
Does your hosting have ASP support?

If so you may need to change the name of default.asp to index.asp and see if that works.

If it doesn't have ASP support but PHP there are alternatives but we will cross that bridge when it arrives.

By the way there are several web based ftps like: http://www.net2ftp.com/
I personally have only ever trusted ones that I have hosted.

Spot on. But i would not change the default.asp to index.asp. Instead in your hosting control panel you should have an option to set default documents. Add default.asp to the list.
 
tonyyeb said:
No he doesn't



Spot on. But i would not change the default.asp to index.asp. Instead in your hosting control panel you should have an option to set default documents. Add default.asp to the list.
The file listing he gets looks more Apache than IIS. ASP probably isn't supported (unless the host installed Apache::ASP)
 
Back
Top Bottom