Is there any C# implementation of RapidShare Perl upload script? I have tested some articles like this one, but doesn't works for me.
Asked
Active
Viewed 377 times
0
-
Why do you want c# version instead of perl version ? – Kakawait Mar 31 '11 at 15:42
-
Because I'm going to use in my C# app! I know nothing about of Perl. – Sadegh Mar 31 '11 at 16:05
-
If you need this program very soon you can compile perl code and use the "exe" through c# – Kakawait Mar 31 '11 at 17:08
-
But there is no flexibility in your solution! – Sadegh Mar 31 '11 at 19:01
-
yeah it's just a "dirty quick" solution ... Because this perl script is too long to translate easily in csharp ! Sorry atm i don't have any other solution – Kakawait Mar 31 '11 at 19:04
-
You know about perl? You can suggest me if i want to translate? – Sadegh Mar 31 '11 at 19:34
-
Hey can u compile perl script? i can't figure it out! – Sadegh Mar 31 '11 at 20:33
-
There are perlcc & perl2exe but never test. But I have tested the Perl Dev Kit from [ActiveState](http://www.activestate.com/perl-dev-kit) ... It's commercial kit nevertheless there is trial. – Kakawait Mar 31 '11 at 20:38
1 Answers
0
From your comments I understand that you need to implement this in your C# app. Rapidshare has a .net library.
See for an example here: http://www.codeproject.com/KB/cs/Rapidshare-Download_Class.aspx

Mengo
- 210
- 3
- 9