Could someone explain to me why this works:
$file = $request->file(\'avatar\'); Storage::disk(\'sftp\')->put(\'2020/10/\', $file);
And that