ftp mget does not show successful completion

vkaul11

I was using ftp and successfully connecting to the host. Then I do

 mget test.tar.gz

Even though it successfully test.tar.gz, I have to check the size of the file manually with ls -l command in the other terminal. Is there any way that mget or some other command will indicate to me that the transfer of the file is complete.

Bjoern

It depends a bit on the implementation of the FTP server, but in most cases you should receive something like

250 transfer complete.

250 basically is the return code for Requested file action okay, completed. while the text messages differ sometimes between servers.

In order to make sure you see all the return codes, run your ftp with -v, which enables verbose mode. This forces ftp (and many other linux ftp clients I know of) to show all responses from the remote server, as well as report on data transfer statistics.

A list of most server return codes can be found here.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

ftp mget 덮어 쓰지 않음

분류에서Dev

Apache camel ftp component - notification on successful transfer

분류에서Dev

Arch Linux ARM: Send email after successful ftp transfer

분류에서Dev

FTP.exe 및 mget을 사용하여 FTP 디렉터리에서 파일 및 디렉터리 다운로드

분류에서Dev

Command Completion does not work on names containing `:`

분류에서Dev

내 FTP 스크립트가 mget 명령을 사용하여 모든 파일을 가져 오지 못하는 이유는 무엇입니까?

분류에서Dev

How to make zsh completion show the first guess on the same line (like fish's)?

분류에서Dev

Android GUI does not show up

분류에서Dev

the canvas onDraw does not show enything

분류에서Dev

Nested Fragment does not show properly

분류에서Dev

'htop' does not show the correct CPU%, but 'top' does

분류에서Dev

Intern test of async service (ftp) does not fail test on error

분류에서Dev

Why does WinSCP prompt for credentials while no FTP servers are active?

분류에서Dev

Facebook does not show thumbnail when a photo is shared

분류에서Dev

Passing variable in query does not show any result

분류에서Dev

git merge branch bitbucket does not show merge

분류에서Dev

Why awk does not show the correct record length?

분류에서Dev

Python does not show result of print statements in class

분류에서Dev

zip does'n show me any issue

분류에서Dev

Achartengine does not show value for single data

분류에서Dev

Why does Ubuntu only show 3GB of RAM?

분류에서Dev

Less output does not show output in terminal after quitting it

분류에서Dev

Why does my corner-widget not show up in QTabWidget?

분류에서Dev

<rich:select> does not show all items in search mode

분류에서Dev

Why does this decimal show 8 decimal places on ToString()?

분류에서Dev

Selenium JUnit script shows errors and TestNG does not show errors

분류에서Dev

Kendo UI batch edit grid DropDownList does not show up

분류에서Dev

why does htop meter show >90% while table is 0.0%?

분류에서Dev

Simple iFrame does not show some cross domain pages

Related 관련 기사

  1. 1

    ftp mget 덮어 쓰지 않음

  2. 2

    Apache camel ftp component - notification on successful transfer

  3. 3

    Arch Linux ARM: Send email after successful ftp transfer

  4. 4

    FTP.exe 및 mget을 사용하여 FTP 디렉터리에서 파일 및 디렉터리 다운로드

  5. 5

    Command Completion does not work on names containing `:`

  6. 6

    내 FTP 스크립트가 mget 명령을 사용하여 모든 파일을 가져 오지 못하는 이유는 무엇입니까?

  7. 7

    How to make zsh completion show the first guess on the same line (like fish's)?

  8. 8

    Android GUI does not show up

  9. 9

    the canvas onDraw does not show enything

  10. 10

    Nested Fragment does not show properly

  11. 11

    'htop' does not show the correct CPU%, but 'top' does

  12. 12

    Intern test of async service (ftp) does not fail test on error

  13. 13

    Why does WinSCP prompt for credentials while no FTP servers are active?

  14. 14

    Facebook does not show thumbnail when a photo is shared

  15. 15

    Passing variable in query does not show any result

  16. 16

    git merge branch bitbucket does not show merge

  17. 17

    Why awk does not show the correct record length?

  18. 18

    Python does not show result of print statements in class

  19. 19

    zip does'n show me any issue

  20. 20

    Achartengine does not show value for single data

  21. 21

    Why does Ubuntu only show 3GB of RAM?

  22. 22

    Less output does not show output in terminal after quitting it

  23. 23

    Why does my corner-widget not show up in QTabWidget?

  24. 24

    <rich:select> does not show all items in search mode

  25. 25

    Why does this decimal show 8 decimal places on ToString()?

  26. 26

    Selenium JUnit script shows errors and TestNG does not show errors

  27. 27

    Kendo UI batch edit grid DropDownList does not show up

  28. 28

    why does htop meter show >90% while table is 0.0%?

  29. 29

    Simple iFrame does not show some cross domain pages

뜨겁다태그

보관