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
40 lines
323 B
Plaintext
Executable file
40 lines
323 B
Plaintext
Executable file
ftp
|
|
ftp
|
|
|
|
binary
|
|
prompt
|
|
|
|
cd Projects/libdgl
|
|
|
|
mdelete *
|
|
mput *
|
|
mput *.*
|
|
|
|
mkdir SRC
|
|
cd SRC
|
|
lcd SRC
|
|
mdelete *
|
|
mput *
|
|
mput *.*
|
|
cd ..
|
|
lcd ..
|
|
|
|
mkdir TEST
|
|
cd TEST
|
|
lcd TEST
|
|
mdelete *
|
|
mput *
|
|
mput *.*
|
|
cd ..
|
|
lcd ..
|
|
|
|
mkdir EXAMPLES
|
|
cd EXAMPLES
|
|
lcd EXAMPLES
|
|
mdelete *
|
|
mput *
|
|
mput *.*
|
|
cd ..
|
|
lcd ..
|
|
|