I\'m working on trying to ftp a file to the server through a silverlight application. Where the location to upload the file on server file system, exists outside the sandbox
Assuming your server is ASP.NET based I would use a simple WebClient POST into a .ashx handler. Have the handler write the body of the post to a file in "C:\User\Uploads".