Answer the question
In order to leave comments, you need to log in
How to transfer xlsx file via ftp?
I wrote a batch file to a friend to upload an Excel file to the site, the file I created in my ultraoffice arrives correct, the file created by a friend in Excel 13 arrives broken, what needs to be corrected?
He sends me the same file by mail, ultrafis opens it normally ...
@Echo Off
(echo.login
echo.password
echo.mput tab.xlsx
echo.quit)>ftp_command.txt
ftp -s:ftp_command.txt -i anyhost.ru
del /F /Q ftp_command.txt
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question