The two ways in which FTP transfers data are _______________ and _______________ FTP.

Fill in the blank(s) with the appropriate word(s).


passive; active

correct

Computer Science & Information Technology

You might also like to view...

List and explain the four interviewing techniques mentioned in the text for learning about users and their jobs. Explain the advantages and disadvantages of each.

What will be an ideal response?

Computer Science & Information Technology

When passing an array to a function, it is not necessary to indicate the size of the array in the array parameter. Explain why.

What will be an ideal response?

Computer Science & Information Technology

What is the openSUSE Configured Software Repositories tool and how do you open it?

What will be an ideal response?

Computer Science & Information Technology

Which if statement would be true if you needed to see if x (an int) was 5 and y (an int) was 7?

A. if ( x = 5 && y = 7 ) B. if ( x == 5 || y == 7 ) C. if ( x == 5 || y =7 ) D. if( x == 5 && y == 7)

Computer Science & Information Technology