FTP是在TCP/IP网络和INTERNET上最早使用的协议之一,它属于网络协议组的应用层。
FTP客户机可以给服务器发出命令来下载文件,上传文件,创建或改变服务器上的目录。
FTP在工作上经常用到,其实主要是上传,下载文件. 下面列出其常用的命令:
01. ftp 192.168.0.1 #输入用户名和密码,登陆ftp服务器
[root@host ~]$ ftp 192.168.0.1
Connected to 127.0.0.1.
220 (vsFTPd 2.2.2)
530 Ple...
分类:
其他好文 时间:
2014-09-19 22:31:06
阅读次数:
461
微软近期Open的职位:Do you have a passion for embedded devices and services?   Does the following make you excited: Internet of Things, “Connected” Car, S...
分类:
其他好文 时间:
2014-09-19 17:07:35
阅读次数:
299
Fully Connected NetworksIn the sparse autoencoder, one design choice that we had made was to "fully connect" all the hidden units to all the input uni...
分类:
其他好文 时间:
2014-09-19 17:02:25
阅读次数:
238
Walk
Problem Description
I used to think I could be anything, but now I know that I couldn't do anything. So I started traveling.
The nation looks like a connected bidirectional graph, and ...
分类:
其他好文 时间:
2014-09-17 18:44:22
阅读次数:
385
375. Query on a tree
Problem code: QTREE
You are given a tree (an acyclic undirected connected graph) with N nodes, and edges numbered 1, 2, 3...N-1.
We will ask you to perfrom ...
分类:
其他好文 时间:
2014-09-16 16:00:20
阅读次数:
312
实验:使用DBMS_FGA实现细粒度审计
1,创建测试表
TEST_USR1@PROD1> create table audit_test (x number );
Table created.
2,创建审计策略
TEST_USR1@PROD1> conn / as sysdba
Connected.
SYS@PROD1> begin
DBMS_FGA.ADD_POLICY (
...
分类:
数据库 时间:
2014-09-15 21:24:59
阅读次数:
294
Virtual Networking Computing(VNC) is a Kind of remote sharing system that makes it possible to take control of any other computer connected to interne...
分类:
数据库 时间:
2014-09-15 12:49:28
阅读次数:
800
Problem Description
I used to think I could be anything, but now I know that I couldn't do anything. So I started traveling.
The nation looks like a connected bidirectional graph, and I am rando...
分类:
其他好文 时间:
2014-09-14 01:27:16
阅读次数:
274
Problem Description
I used to think I could be anything, but now I know that I couldn't do anything. So I started traveling.
The nation looks like a connected bidirectional graph, and I am randoml...
分类:
其他好文 时间:
2014-09-13 22:50:06
阅读次数:
202
Working on customer case today I ran into interesting problem – query joining about 20 tables (thank you ORM by joining all tables connected with fore...
分类:
数据库 时间:
2014-09-13 17:17:05
阅读次数:
294