libdgl/PULL.FTP
Gered a129ef7bac add pull/push ftp and batch scripts
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
2024-07-19 18:22:29 -04:00

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 ..