Job Recruitment Website - Ranking of immigration countries - How to enter ftp and ftp server addresses

How to enter ftp and ftp server addresses

Detailed steps of ftp login and connection.

1。 First, find the "this pc" option on the computer desktop, and double-click to enter. 2. Then, in the interface that appears, click the search bar at the top.

3. Enter the IP address of the ftp server you want to connect to in the search field.

4. After the input is completed, click the arrow on the right to enter the ftp server.

Finally, you can connect to the ftp server. After connecting, you can download the files you need from the server.

How to boot ftp?

How to open FTP service under linux

1. First, the server should install ftp software, and check whether the ftp software has been installed:

#whichvsftpd

If you see a directory with vsftpd, ftp software has been installed on the server.

2. Check the ftp server status

#servicevsftpdstatus

3. Start the ftp server

#servicevsftpdstart

4. Restart the ftp server

#servicevsftpdrestart

5. Check whether the service has been started.

#netstat-an|grep2 1

TCP 000.0.0.0: 210.0.0.0: * Listen.

If you see the above information, it proves that the ftp service has been started.

6. If you need to open the ftp permission of the root user, you need to modify the following two files.

Comment out the root in # vi/etc/vsftpd.ftpusers.

#vi/etc/vsftpd.user_list also comments out root.

Then restart the ftp service.

7 . vsftpd 500 oops:cannotchangedirectory

Login error:

C: >; FTP 192. 168.0 . 10 1

Connect to192.168.0.101.

220(vsFTPd2.0.5)

User (192.168.0.101:(None)): Frank.

33 1 Please enter the password specially.

Password:

500 oops:cannot change directory:/home/frank

Login failed.

Ftp> Limit Switch

500 alas: the child is dead.

Connectionclosedbyremotehost。

Solution:

setsebolftpd _ disable _ trans 1

servicevsftpdrestart

It will be fine!

This is the setting command of SELinux. You can turn off SELinux before you are familiar with it.

8. Permanently open, that is, automatically open ftp service after os restarts.

Method 1:

Cd/etc/xinetd.d, edit the settings of the configuration file gssftp of ftp service:

Vi/etc/xinetd.d/gssftp, two items will be modified:

(a)server_args=-l_a Delete -a and change it to server_args=-l.

(b) Change "Disabled = Yes" to "Disabled = No"

(c) Save and exit.

Method 2:

(a) System-Configuration-Service. Enter the system service in the graphical interface to check whether there is a vsftpd item. If you don't switch to 2. , save and exit.

(b) Install this service on the third disk of redhat (Start-Remove/Add Programs), which is about 200K K k.

# Settings

You can now see the vsftpd item. Select this service item at this time, save and exit.

How does the external network enter the FTP of the campus network?

There are two ways to access FTP in the campus network: 1, dial into the campus network through VPN, and then use the campus network IP to access FTP2, contact the administrator in charge of gateway maintenance in the campus network, and request to open the FTP port and map it to the public network.

How to access and use ftp?

1 You need the IP address of the FTP server before logging in to each step. Open a browser and enter the ftp:// server IP address in the address bar. Then go back to the car.

At this time, a verification interface will appear, and you need to enter the assigned user name and password. If you don't have text, you can't access it. Enter the password, and then click Login.

Next, you enter the FTP server, where you can upload and download files.

Disk access mode

First, double-click the computer or my computer to open the disk dialog box, and then enter the ftp://FTP server IP address in the path bar.

At this time, the verification interface will pop up and enter your user name and password.

After successful login, the following interface will be displayed, and files can be uploaded and downloaded. Upload and download only need to copy and paste, which is more convenient and intuitive.

How does Apple log in to the ftp folder?

1. In the macbook, open a folder at will and right-click in the blank to open the menu.

2. In the menu interface that opens, find the option to connect to the server function bar and click Open.

3. Enter the ftp service to be opened in the input box.

4. In the jump interface, enter your name and password, and click the link below.

5. After that, you can successfully open the ftp service.

How to connect to FTP server?

Windwos comes with command-line tools:

User & gtFtp// enters Ftp mode.

Ftp> Open the address and port of192.168.31.121/FTP server.

Connect to192.168.438+0.1.

220 Microsoft services

User (192.168.31.1:(None)): guest// Enter the user name of the remote ftp, here is the guest.

33 1 password requiredforguest。

Password: * * *//Enter the password of ftp server user guest here.

230 user login.

Ftp & gtLs// has entered the ftp server. You can use the ls command to list files for viewing.