Click to See Complete Forum and Search --> : could not find a part of the path(path of the file),when uploading a file using ftp


kumar_k508
October 15th, 2008, 01:19 AM
when uploading a file using FTP in asp.net(vb.net), in my local mechine the whole functionality is working good....
where as after hosted on the server except file uploading functionality remaining part of the project is working properly...
when uploading file i got an error:
Could not find a part of the path 'C:\Documents and Settings\user\Desktop\New Folder\Uniq.zip'

mmetzger
October 15th, 2008, 08:56 AM
Can you show some code of exactly what you're trying to do? It sounds like you have a static path in your code somewhere. The error is telling you that the path does not exist on your hosted server.

kumar_k508
October 17th, 2008, 06:07 AM
Hi,

Thanks for your reply...
that problem was solved for me....


Can you show some code of exactly what you're trying to do? It sounds like you have a static path in your code somewhere. The error is telling you that the path does not exist on your hosted server.

guido van herten
January 15th, 2009, 07:17 AM
how did you solve it, i have the same problem

GUido