Re: [ANet-devel] Got some TCP/IP code for Linux?
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@ma...> - 2001-01-23 02:47:47
|
>Hi- >Could you please give instructions to connect to the project's CVS >server? I can't seem to get cvs to connect over ssh. DO NOT CHECKIN IN CVS YET! I will do the initial checkin next week. For now, just upload the files to the ftp server. Here's how to do it: scp -aqvC -c 3des myFile.c be...@an...:myFile.c (change "benad" for your login name). This will upload "myFile.c" to your home directory ("cd /home/users/benad"). Then, ssh -v -l benad -c 3des anet.sourceforge.net Once you're logged, do this: cd /home/groups/ftp/pub/anet You are now at the "root" of the ftp server at ftp://anet.sourceforge.net/pub/anet/ You should be able to make directories and move your files there. Make sure that the files are readeable by all, and that directories are writeable by the group ("users"), and read+execute by all. If unsure, send me the files by email. - Benad |