Tag:transfer files
-
Time:2020-10-8
1、 Overview RZ, SZ are the command line tools for zmodem file transfer between Linux / Unix and windows. The advantage is that there is no need to open a SFTP tool to log in to upload and download files. Zmodem protocol is an error checking protocol for modem. Using zmodem protocol, 512 byte data […]
-
Time:2020-10-5
In the new project, we use the API written by springboot, which involves the problem of Ajax cross domain request and file transfer. Let’s record it hereThe first is the front page code <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>test_api</title> <script type=”text/javascript” src=”jquery-1.7.2.js”></script> <script type=”text/javascript”> function test(){ var obj = new Object; obj.name = $(“#name”).val(); […]
-
Time:2019-4-28
Today, when dealing with the migration problem of a project, I suddenly found out how to move so many pictures. Maybe the first thought is to download the pictures from this server and upload them to another server. This method is really feasible, but it is too time consuming. Today, I will teach you how […]