Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルがローカル コピーよりも新しい場合に、ftp を使用してワイルドカードに一致するファイルのみを取得する方法があるかどうか疑問に思っていました。
mget * を使用できることはわかっていますが、それはすべてを取得し、ファイルがローカル コピーよりも新しい場合にのみ取得したいと考えています。mget を newer と組み合わせて使用する方法はありますか?
これを行うrsyncをチェックしてください。