Hello, I am currently uploading a csv file that changes fairly frequently (1-2 seconds) via a batch script and ftp. While this does work it's fairly slow. More time is spent on the ftp commands than actually uploading the file (300-500 bytes).
Any assistance or guidance in a better process would be greatly appreciated.
upload.bat
:loop
ftp -s:ftp.txt
goto loop
ftp.txt
open ftp.site.com
login
password
binary
put "file.csv"
disconnect
bye
This is so the rich and powerful get world class models before the rest of us, the reality is dumb politicians and rich people don't realize that dense models are on there way out and MOE models are coming in, meaning after PCI-E 8 spec goes live, we run via streaming world class frontier models on a 16gb graphics card.
Question
sini
Hello, I am currently uploading a csv file that changes fairly frequently (1-2 seconds) via a batch script and ftp. While this does work it's fairly slow. More time is spent on the ftp commands than actually uploading the file (300-500 bytes).
Any assistance or guidance in a better process would be greatly appreciated.
upload.bat
ftp.txt
Link to comment
https://www.neowin.net/forum/topic/1384028-upload-file-script-assistance/Share on other sites
2 answers to this question
Recommended Posts