Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application stops at "int i = f.readint();" #5

Open
Duffman- opened this issue Jul 7, 2011 · 0 comments
Open

Application stops at "int i = f.readint();" #5

Duffman- opened this issue Jul 7, 2011 · 0 comments

Comments

@Duffman-
Copy link

Duffman- commented Jul 7, 2011

Hello,

I am trying to get the .net implementation of rsync up and running but I'm experiencing a few problems. Most of them I figured out on my own but I'm pretty stuck now. The communication between the server and the client has been established because whenever I shut down the server app, the client throws an error but I'm experiencing a problem while sending the files to the server. In the class "sender.cs" (55th line of the class, procedure SendFiles) the application hangs on the line that says "int i = f.readInt();". Is this a bug or am I most likely doing something wrong?
I call the application like this (on the client-side):
static void Main(string[] args) {
args = new string[] { "-a", "-v", "-v", "-v","-v", "-z", "-r", "c:\test", "rsync://duffman@PC-duff/ftp" };
MainClass mc = new MainClass();
mc.Run(args);
}

Does anybody know why the application hangs while sending the files?

Thanks,
Duffman-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant