I need to upload multiple files from directory to the server via FTP and SFTP. I've solved this task for SFTP with python, paramiko and threading. But I have problem with doing it for FTP. I tried to use ftplib for python, but it seems that it doesn't support threading and I upload all files one by one, which is very slow.
Ben merak ediyorum onu (çok uzun sürüyor) ayrı bağlantıları / yetki yaratmadan FTP protokolü ile çoklu yüklenenler yapmak bile mümkün değildir?
Çözüm Python veya PHP üzerinde olabilir. Belki CURL? Herhangi bir fikir için minnettar olacaktır.