--- Begin Message ---
Rene-
Cripes, how did you read my mind... I typed all these things in my
answer, and then deleted them cause I didn't like my long answer. >_<
In any case, just wanted to tell you that putty has an accompanying scp
client 'pscp' which you can download as well, plus I'm pretty sure that
openssh's scp has been ported to windows. I can't really compare to your
winscp though because vse.cz. isn't resolving at all for me right now.
--hachi
> Make sure you do a make clean in all your directories, and get rid of
> all those superfluous object files.
>
> Go grab WinSCP ( http://winscp.vse.cz/eng/ ) and start
> storing stuff on
> your own machines.
>
> Finally, /tmp has no quotas. I would suggest copying your stuff into
> that directory, and compiling it there. Once you're done, do a make
> clean and copy it back. You could even tar-gzip it before
> you copy it back.
>
> Rene
>
> PS bzip2 does a much better job of compressing files than
> gzip, but it's
> slower. tar can handle bzip2 files with the 'j' option
> substituted in
> for any 'z' options.
>
> For example, to tar-bzip2 a directory called pgm1, the command would
> look like this:
> $ tar -cjvf pgm1.tar.bz2 pgm1
>
> To extract pgm1 from that file:
> $ tar -xjvf pgm1.tar.bz2
>
> Rene
--- End Message ---