O&m deployment problems

1. The page cannot be found when downloading the file

1. Locate the problem

Check whether the static resources of the files to be downloaded are garbled. In Windows, the eclipse encoding format is the default GBK encoding format, and in Linux, the default language encoding format is the default language encoding format. So when Windows uploads files to Linux servers, it will be translated, which is what we see as garbled code, and when you try to download the file, you will be told that the page can’t be found.

Check whether you are using Xftp or SecureFX

3. Xftp tool solution

Step 1: Open Xftp software, click the [File] menu on the menu bar, and select [Properties] from the drop-down menu, as shown in the picture below.

Or click the properties button (with gear) in the shortcut toolbar of the software main interface to open the default session properties dialog box.

Step 2: After performing the above operations, the default session properties dialog box will open, select the “Options” TAB, select “Use UTF-8 encoding”, as shown in the following figure.

Step 3: Upload the file again.

4. SecureFX Tool solution

Step 1: Open SecureFX, find the path with the Chinese name, and check the files with the Chinese name to make sure they have been translated.

Step 2: Select “Options” -“Global Options… “from SecureFX menu .

Step 3 In the Global Options window, select General – Configuration Path, find the Path where the SecureFX Configuration file is stored, and copy the Path.

Step 4: Win+E Open the file manager, paste the SecureFX configuration file path in the address bar, go to this directory, and select Sessions.

Step 5: Locate the link address ini file in Sessions and open it with a text editor.

Step 6: In the open INI file, search for Filenames Always Use UTF8.

Step 7: Change the value of Filenames Always Use UTF8 to 00000001. Save the Settings and exit.

Step 8: Open SecureFX again and go to the file directory with the Chinese name. You can see that the files with the Chinese name are displayed normally.

Two, file download after opening display blank

1. Check whether the file is damaged.
2. Download undamaged files from the SVN and upload them to the server.