libdgl/PUSH.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

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