View Single Post
  #3 (permalink)  
Old 12-02-2008, 2:59 PM
Ahren Ahren is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Nov 2008
Age: 20
Posts: 5
Reputation: 0
Ahren is on a distinguished programming path ahead
Default

Im not sure how to explain this but i'll try.

When I connect to ftp normally I just use my ftp hostname
mywebsite.com

Depending on the username and password I put it I am given access to different directories. If I login using a user/pass combo that only lets me access mywebsite.com/upload/users/ that user's home directory is upload/users/

But when I put in the full path ftp://mywebsite.com/upload/users/ and the login info for just upload/users/ it doesn't know what to do with it and gives me an error
Reply With Quote