You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use mget -O today and used the wrong file name. It turns out that the side effect of this is that it will create a zero byte named file in the output directory as suggested by -O. This file either shouldn't be created until after we are able to start the request or if it needs to be done in advance and we created it, we should remove it.
The text was updated successfully, but these errors were encountered:
I was trying to use mget -O today and used the wrong file name. It turns out that the side effect of this is that it will create a zero byte named file in the output directory as suggested by -O. This file either shouldn't be created until after we are able to start the request or if it needs to be done in advance and we created it, we should remove it.
The text was updated successfully, but these errors were encountered: