Silverlight Ftp Upload

Posted by Curtis on Stack Overflow See other posts from Stack Overflow or by Curtis
Published on 2009-07-14T20:54:04Z Indexed on 2010/04/11 5:23 UTC
Read the original article Hit count: 1132

Filed under:
|
|

Hi

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 area for the web server. In this case the web server root exists at "C:\test\www\" and the location to upload the file will exist at "C:\User\Uploads". In this scenerio i'm not sure if Http POST will work (doesn't that use the web server root). I just need to upload the file selected by the user to a different location that may exist outside the sandbox. With silverlight i'm thinking sockets are my last option based on the limited port range for silverlight being 4502-4532. Can i do this using WebClient and Http POST? Can i make an ftp connection through silverlight or javascript?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about ftp