Gered
a129ef7bac
for transferring files to/from a file server for the purposes of managing git vcs on the project these are extensions of previous versions of these scripts that were used previously but never committed here
29 lines
208 B
Plaintext
Executable file
29 lines
208 B
Plaintext
Executable file
ftp
|
|
ftp
|
|
|
|
binary
|
|
prompt
|
|
|
|
cd Projects/libdgl
|
|
|
|
mget *.*
|
|
|
|
cd SRC
|
|
lcd SRC
|
|
mget *.*
|
|
cd ..
|
|
lcd ..
|
|
|
|
cd TEST
|
|
lcd TEST
|
|
mget *.*
|
|
cd ..
|
|
lcd ..
|
|
|
|
cd EXAMPLES
|
|
lcd EXAMPLES
|
|
mget *.*
|
|
cd ..
|
|
lcd ..
|
|
|