Got it

How to use filezila download or upload file to server side?

Created: Dec 28, 2018 10:06:37Latest reply: Dec 29, 2018 01:05:27 724 3 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

PLEASE! As the title.

Featured Answers
YOO
Created Dec 29, 2018 00:46:16

I think you can refer to the link as below:

https://forum.huawei.com/enterpr ... e/thread/484037-875
ANSWER

you can found find file zila from client side dirctly ,there is intergrated file
the folder : oss/client/client/tools/filezila
Double-click filezilla.exe to start the tool.
2.In the upper left area of the FileZilla window, click .
3.In the lower left area of the Site Manager dialog box, click New Site.
4.On the General tab, set site parameters according to Table 1.
Parameter
Description
Table 1 Parameters in the Site Manager dialog box Parameter
Description
Host
Enter the IP address of the destination U2000 server.
Port
22
Port 22 is the default port number for SFTP transfer.
Server type
SFTP
Logon type
Normal
User
Enter the user name and password of the destination U2000 server. The user is authorized to navigate to the destination directory.
NOTE:
•If the user needs to upload or download files, the user must also be authorized to upload files to or download files from the destination directory.
•After operating system security hardening is performed, you cannot connect to the server through SFTP as user root using the FileZilla. To connect to the server through SFTP, you must use a user account other than root, for example, ossuser.
Password
Comments
Enter the remarks.
5.Click Connect.
NOTE:
•You can ignore the dialog box displayed during the connection. Click OK in the dialog box.
•After the connection is successful, the Remote Site area displays directory information on the remote server.
6.In the Remote site area, set the destination directory on the U2000 server, for example, /opt.
After you set the directory, the Remote site area displays all files stored in this directory.
7.In the Local site area, set the source directory on the PC, for example, D:\FILE.
After you set the directory, the Local site area displays all files stored in this directory.
8.Perform the following operations as required.
If You Need To...
Then...
Upload files
In the Local site area, right-click the file to be uploaded and choose Upload from the shortcut menu.
Download files
In the Remote site area, right-click the file to be downloaded and choose Download from the shortcut menu.
NOTE:
You can click the Successful transfers or Failed transfers tab to view the upload process. If the upload or download fails, click the Failed transfers tab in the lower left area of the FileZilla window. Then, right-click the file that fails to be transferred and choose Reset and requeue selected files from the shortcut menu to resume the file transfer.
9.If the file you uploaded is a text file in DOS format, perform the following operations to convert the text file from the DOS format to the ISO format.
NOTE:
FileZilla does not convert the text file from the DOS format to the ISO format during the upload. Therefore, you need to manually convert the text file from the DOS format to the ISO format. Otherwise, the Solaris or SUSE Linux OS cannot recognize the text file.
a.Use PuTTY to log in to the server as a user who has the required rights, for example, user ossuser.
b.Run the following commands to convert the text file from the DOS format to the ISO format.
$ cd directory for saving the file
$ dos2unix -n file name nattemp.txt
$ cat nattemp.txt > file name
$ rm nattemp.txt

$ cd directory for saving the file
$ dos2unix file name > nattemp.txt
$ cat nattemp.txt > file name
$ rm nattemp.txt





View more
  • x
  • convention:

All Answers
https://forum.huawei.com/enterprise/en/How-to-use-filezila-download-or-upload-file-to-server-side/thread/484037-875
ANSWER

you can found find file zila from client side dirctly ,there is intergrated file
the folder : oss/client/client/tools/filezila
Double-click filezilla.exe to start the tool.
2.In the upper left area of the FileZilla window, click .
3.In the lower left area of the Site Manager dialog box, click New Site.
4.On the General tab, set site parameters according to Table 1.
Parameter
Description
Table 1 Parameters in the Site Manager dialog box Parameter
Description
Host
Enter the IP address of the destination U2000 server.
Port
22
Port 22 is the default port number for SFTP transfer.
Server type
SFTP
Logon type
Normal
User
Enter the user name and password of the destination U2000 server. The user is authorized to navigate to the destination directory.
NOTE:
•If the user needs to upload or download files, the user must also be authorized to upload files to or download files from the destination directory.
•After operating system security hardening is performed, you cannot connect to the server through SFTP as user root using the FileZilla. To connect to the server through SFTP, you must use a user account other than root, for example, ossuser.
Password
Comments
Enter the remarks.
5.Click Connect.
NOTE:
•You can ignore the dialog box displayed during the connection. Click OK in the dialog box.
•After the connection is successful, the Remote Site area displays directory information on the remote server.
6.In the Remote site area, set the destination directory on the U2000 server, for example, /opt.
After you set the directory, the Remote site area displays all files stored in this directory.
7.In the Local site area, set the source directory on the PC, for example, D:\FILE.
After you set the directory, the Local site area displays all files stored in this directory.
8.Perform the following operations as required.
If You Need To...
Then...
Upload files
In the Local site area, right-click the file to be uploaded and choose Upload from the shortcut menu.
Download files
In the Remote site area, right-click the file to be downloaded and choose Download from the shortcut menu.
NOTE:
You can click the Successful transfers or Failed transfers tab to view the upload process. If the upload or download fails, click the Failed transfers tab in the lower left area of the FileZilla window. Then, right-click the file that fails to be transferred and choose Reset and requeue selected files from the shortcut menu to resume the file transfer.
9.If the file you uploaded is a text file in DOS format, perform the following operations to convert the text file from the DOS format to the ISO format.
NOTE:
FileZilla does not convert the text file from the DOS format to the ISO format during the upload. Therefore, you need to manually convert the text file from the DOS format to the ISO format. Otherwise, the Solaris or SUSE Linux OS cannot recognize the text file.
a.Use PuTTY to log in to the server as a user who has the required rights, for example, user ossuser.
b.Run the following commands to convert the text file from the DOS format to the ISO format.
$ cd directory for saving the file
$ dos2unix -n file name nattemp.txt
$ cat nattemp.txt > file name
$ rm nattemp.txt

$ cd directory for saving the file
$ dos2unix file name > nattemp.txt
$ cat nattemp.txt > file name
$ rm nattemp.txt
View more
  • x
  • convention:

I think you can refer to the link as below:

https://forum.huawei.com/enterpr ... e/thread/484037-875
ANSWER

you can found find file zila from client side dirctly ,there is intergrated file
the folder : oss/client/client/tools/filezila
Double-click filezilla.exe to start the tool.
2.In the upper left area of the FileZilla window, click .
3.In the lower left area of the Site Manager dialog box, click New Site.
4.On the General tab, set site parameters according to Table 1.
Parameter
Description
Table 1 Parameters in the Site Manager dialog box Parameter
Description
Host
Enter the IP address of the destination U2000 server.
Port
22
Port 22 is the default port number for SFTP transfer.
Server type
SFTP
Logon type
Normal
User
Enter the user name and password of the destination U2000 server. The user is authorized to navigate to the destination directory.
NOTE:
•If the user needs to upload or download files, the user must also be authorized to upload files to or download files from the destination directory.
•After operating system security hardening is performed, you cannot connect to the server through SFTP as user root using the FileZilla. To connect to the server through SFTP, you must use a user account other than root, for example, ossuser.
Password
Comments
Enter the remarks.
5.Click Connect.
NOTE:
•You can ignore the dialog box displayed during the connection. Click OK in the dialog box.
•After the connection is successful, the Remote Site area displays directory information on the remote server.
6.In the Remote site area, set the destination directory on the U2000 server, for example, /opt.
After you set the directory, the Remote site area displays all files stored in this directory.
7.In the Local site area, set the source directory on the PC, for example, D:\FILE.
After you set the directory, the Local site area displays all files stored in this directory.
8.Perform the following operations as required.
If You Need To...
Then...
Upload files
In the Local site area, right-click the file to be uploaded and choose Upload from the shortcut menu.
Download files
In the Remote site area, right-click the file to be downloaded and choose Download from the shortcut menu.
NOTE:
You can click the Successful transfers or Failed transfers tab to view the upload process. If the upload or download fails, click the Failed transfers tab in the lower left area of the FileZilla window. Then, right-click the file that fails to be transferred and choose Reset and requeue selected files from the shortcut menu to resume the file transfer.
9.If the file you uploaded is a text file in DOS format, perform the following operations to convert the text file from the DOS format to the ISO format.
NOTE:
FileZilla does not convert the text file from the DOS format to the ISO format during the upload. Therefore, you need to manually convert the text file from the DOS format to the ISO format. Otherwise, the Solaris or SUSE Linux OS cannot recognize the text file.
a.Use PuTTY to log in to the server as a user who has the required rights, for example, user ossuser.
b.Run the following commands to convert the text file from the DOS format to the ISO format.
$ cd directory for saving the file
$ dos2unix -n file name nattemp.txt
$ cat nattemp.txt > file name
$ rm nattemp.txt

$ cd directory for saving the file
$ dos2unix file name > nattemp.txt
$ cat nattemp.txt > file name
$ rm nattemp.txt





View more
  • x
  • convention:


  1. Double-click filezilla.exe to start the tool.
  2. In the upper left area of the FileZilla window, click p_scan_software.png.
  3. In the lower left area of the Site Manager dialog box, click New Site.
  4. On the General tab, set site parameters according to Table 1.

 

无标题

 

In the Remote site area, set the destination directory on the U2000 server.
After you set the directory, the Remote site area displays all files stored in this directory.

5.In the Local site area, set the source directory on the PC.
After you set the directory, the Local site area displays all files stored in this directory.

6.Perform the following operations as required.

 

If You Need To...
 

Then...
 


Upload files
 
In the Local site area, right-click the file to be uploaded and choose Upload from the shortcut menu.
 

Download files
 
In the Remote site area, right-click the file to be downloaded and choose Download from the shortcut menu.
 


 NOTE:

You can click the Successful transfers or Failed transfers tab to view the upload process. If the upload or download fails, click the Failed transfers tab in the lower left area of the FileZilla window. Then, right-click the file that fails to be transferred and choose Reset and requeue selected files from the shortcut menu to resume the file transfer.


7.If the file you uploaded is a text file in DOS format, perform the following operations to convert the text file from the DOS format to the ISO format.

 NOTE:

FileZilla does not convert the text file from the DOS format to the ISO format during the upload. Therefore, you need to manually convert the text file from the DOS format to the ISO format. Otherwise, the Solaris or SUSE Linux OS cannot recognize the text file.

a.Use PuTTY to log in to the server as a user who has the required rights, for example, user ossuser.
b.Run the following commands to convert the text file from the DOS format to the ISO format.

$ cd directory for saving the file

$ dos2unix -n file name nattemp.txt

$ cat nattemp.txt > file name

$ rm nattemp.txt

 

$ cd directory for saving the file

$ dos2unix file name > nattemp.txt

$ cat nattemp.txt > file name

$ rm nattemp.txt



http://support.huawei.com/hedex/hdx.do?lib=EDOC1100007632AEH02285&docid=EDOC1100007632&lang=en&v=04&tocLib=EDOC1100007632AEH02285&tocV=04&id=&tocURL=resources%2fag%5fen%2fimap%2ftopics%2ffaq%2fclient%5foper%2fp%5ffilezilla%5ftransfer%5ffile%2ehtml&p=t&fe=1&ui=3&keyword=download&keyword=upload&text=How%252BDo%252BI%252BUse%252BFileZilla%252Bto%252BTransfer%252BFiles%25253F

View more

This article contains more resources

You need to log in to download or view. No account? Register

x
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.