Article Title: A good FTP client software under Linux Command Line. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I borrowed my brother department to put some video files in the space of N servers nationwide. Since I only op
Description: filezilla is a free and open-source FTP client software. It can be divided into client and server versions and has all FTP software functions. the controllable and organized interface and simplified method for managin
For ftp client software in FedoraCore6, we recommend that you use gftp-Linux Enterprise Application-Linux server application information. For more information, see the following. Installation Method: # yum-y install gftp
If Chinese garbled characters are displayed on the server, edit the/usr/bin/gftp file,
Command: # vi/usr/bin/gftp
In #! /Bin/sh and add
In front, we played HTTP, quite a bit of meaning, in this article, we continue to play FTP (File Transfer Protocol). Both HTTP and FTP are application-layer protocols built on TCP, no matter how they are packaged, how they are loaded bigger, and ultimately TCP end-to-end transmission. This paper is divided into two parts: first. Use Wireshark to capture the content of F
, and then expand local server ], then expand domains, and then expand [www.cn-lan.com], and finally find [users], right-click [users], in the pop-up menu click [new user], to start creating an account, the process of creating an account is similar to that of the wizard. After the above settings are complete, the FTP server created with Serv-U can be used normally. We recommend that you test the FTP serve
need to classify the user according to the type of the user. By default, the VSFTPD server will attribute all established accounts to real users. However, this often does not meet the needs of enterprise security. Because this type of user can not only access their own home directory, but also access to other users ' directories. This will give other users the space to bring a certain security risks. Therefore, the enterprise should according to the actual situation, modify the user's category.
Use the Apache FTP client to obtain the file list on the FTP Server FTP Response 421 resolved ed. Server closed connection
@ For ever 2009-12-09
Use the Apache FTP client (Java open-source package commons-net-2.0) to obtain th
Linux on the Internet cannot be connected to ftp_connect of php through ftp commands. I tried three machines and can ping them. However, the system remains in the waiting state during the initial connection, not to mention logging on to the ftp server. However, the local windows Server can be connected through the ftp commands in the
Public network of Linux through the FTP command and PHP ftp_connect can not connect, tried 3 machines, can ping, but in the initial connection when the time has been waiting, not to mention the landing FTP server.
However, the local Windows machine can be connected and logged on via the FTP command under the client or
Solaris software manages FTP and solaris software ftp
Install Common Software
Relationship between applications and system commands:
The system command file is located under/bin/sbin or shell commands to complete basic management of the system. Generally, it is run on the Ch
user's home directory, and to discover the files that were created before.LS Error 500, no off SELinuxlftp [email protected]:/>?? You can see which commands are supported by FTP.Transfer the Testftp.txt to this machine:lftp [email protected]:/> get testuser1/testftp.txtlftp [Email protected]:/> quit[[email protected] ~]# lsTestftp.txtThe directory that accepts the file is the current directory, which is the directory into the FTP service.Common comma
-f /etc/vsftpd/vsftpd_login /etc/vsftpd/vsftpd_login.db //将密码转换为二进制文件 mkdir /etc/vsftpd/vsftpd_user_conf cd /etc/vsftpd/vsftpd_user_conf
The profile name is the same as the user name in the user password filevim testuser1 //加入如下内容local_root=/home/virftp/testuser1 //指定虚拟用户的家目录anonymous_enable=NO //是否允许匿名用户write_enable=YES //是否允许可写local_umask=022 //创建文件或目录的默认权限anon_upload_enable=NO //是否允许匿名用户上传anon_mkdir_write_enable=NO //是否允许匿名用户创建文件夹,写文件idle_session_timeout=600
virftp:virftp/home/virftp--folder directory a Read permission
VIM/ETC/PAM.D/VSFTPD//At the front Plus
auth sufficient /lib64/security/pam_userdb.so db=/etc/vsftpd/vsftpd_login #最开始二进制定义的密码文件account sufficient /lib64/security/pam_userdb.so db=/etc/vsftpd/vsftpd_login #最开始二进制定义的密码文件Note: in CENTOS6 "/lib64/security/pam_userdb.so" The file needs to be differentiated between 32-bit and 64-bit versions
vim/etc/vsftpd/vsftpd.conf--Edit master configuration file
Change
After introducing the FTP protocol, let's take a look at
The main interface of the client is shown in figureAs shown in the following figure::
Data Input Interface: Used to allow users to enter the server address, user name, password, and port number.
Site menu, local menu, remote menu, and help menu.
Local file information display interface: Mainly used to display the local file list
One: When the client mounts, plus-o nfsvers=3, meaning that the version of NFS is specified as 3, not in the 4 versionMount-t nfs-o nfsvers=3 192.168.202.130:/tmp//mnt/If you do not want to uninstall, the direct mount, you can use Mount-t nfs-oremount,nfsvers=3 192.168.202.130:/tmp//mnt/(if the first to mount)Method Two: Change the configuration file vim/etc/idmapd.conf, "#Domain = local.domain.edu" to "Domain = xxx.com" (Here xxx.com, feel free to d
check parent directory permissionsAll_squash any visitor to anonymous YongRoot_squash Root user accesses this directory and maps to the same permissions as the anonymous user (default)No_root_squash root user access to this directory with root operation privilegesIntroduction to FTPFTP is the abbreviation for the file Transfer Protocol (document Transfer Protocol), which is used to control the two-way transmission of files over the Internet.The primary role of
Reference 1 click the Open linkReference 2 Click the Open linkCodeClient.cpp: Defines the entry point of the console application. #include "stdafx.h" #include Using the C language socket to enable the Windows PC to communicate with the FTP server---socket implementation FTP client
Exportfs commandThe EXPORTFS command can add a shared directory without restarting the NFS service.
Test: First change the server-side NFS configuration file
[[emailprotected] ~]# vim /etc/exports ##增加以下内容/tmp 192.168.63.101(rw,sync,no_root_squash) ##共享给192.168.63.101这个ip
Executive Exportfs-arv
[[emailprotected] ~]# exportfs -arv
Mount on client
[[emailprotected] ~]# mount -t nfs 192.168.6
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.