|
Failed starting the upload. For FTP, the server typically denied the STOR command. The error buffer usually contains the server's explanation for this.
|
הפעלת ההעלאה נכשלה. עבור FTP, השרת דחה בדרך כלל את הפקודה STOR. מאגר השגיאות מכיל בדרך כלל את ההסבר של השרת לכך.
|
|
There was a problem reading a local file or an error returned by the read callback.
|
אירעה בעיה בקריאת קובץ מקומי או שגיאה שהוחזרה על-ידי ההתקשרות החוזרת לקריאה.
|
|
A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occurs.
|
בקשה להקצאת זיכרון נכשלה. זה רע רציני והדברים נדפקים קשות אם זה יקרה אי פעם.
|
|
Operation timeout. The specified time-out period was reached according to the conditions.
|
פסק זמן למבצע. תקופת פסק הזמן שנקבעה הושגה בהתאם לתנאים.
|
|
The FTP PORT command returned error. This mostly happens when you have not specified a good enough address for libcurl to use. See CURLOPT_FTPPORT.
|
הפקודה FTP PORT החזירה שגיאה. זה קורה בעיקר כאשר לא ציינת כתובת טובה מספיק עבור libcurl להשתמש. ראה CURLOPT_FTPPORT.
|
|
The FTP REST command returned error. This should never happen if the server is sane.
|
הפקודה FTP REST החזירה שגיאה. זה לא אמור לקרות אם השרת שפוי.
|
|
The server does not support or accept range requests.
|
השרת אינו תומך או מקבל בקשות טווח.
|
|
This is an odd error that mainly occurs due to internal confusion.
|
זוהי שגיאה מוזרה המתרחשת בעיקר עקב בלבול פנימי.
|
|
A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.
|
אירעה בעיה איפשהו בלחיצת היד של SSL/TLS. אתה באמת רוצה את מאגר השגיאה ולקרוא את ההודעה שם כפי שהוא מאתר את הבעיה קצת יותר. יכולים להיות אישורים (תבניות קובץ, נתיבים, הרשאות), סיסמאות ועוד.
|
|
The download could not be resumed because the specified offset was out of the file boundary.
|
לא היתה אפשרות לחדש את ההורדה מכיוון שההסטה שצוינה הייתה מחוץ לגבול הקובץ.
|
|
A file given with FILE:// could not be opened. Most likely because the file path does not identify an existing file. Did you check file permissions?
|
לא היתה אפשרות לפתוח קובץ שניתן עם FILE://. סביר להניח מכיוון שנתיב הקובץ אינו מזהה קובץ קיים. האם בדקת הרשאות קבצים?
|
|
LDAP cannot bind. LDAP bind operation failed.
|
LDAP אינו יכול להיקשר. פעולת איגוד LDAP נכשלה.
|
|
LDAP search failed.
|
חיפוש
|
|
Function not found. A required zlib function was not found.
|
הפונקציה לא נמצאה. פונקציית zlib נדרשת לא נמצאה.
|
|
Aborted by callback. A callback returned "abort" to libcurl.
|
בוטל על ידי התקשרות חוזרת. שיחה חוזרת החזירה את המילה "בטל" ל-libcurl.
|
|
A function was called with a bad parameter.
|
פונקציה נקראה עם פרמטר רע.
|
|
Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with URLOPT_INTERFACE.
|
שגיאת ממשק. לא היתה אפשרות להשתמש בממשק יוצא שצוין. הגדר באיזה ממשק להשתמש עבור כתובת ה- IP המקורית של חיבורים יוצאים עם URLOPT_INTERFACE.
|
|
Too many redirects. When following redirects, libcurl hit the maximum amount. Set your limit with CURLOPT_MAXREDIRS.
|
יותר מדי הפניות. בעת ביצוע הפניות, libcurl פגע בסכום המקסימלי. הגדר את המגבלה שלך באמצעות CURLOPT_MAXREDIRS.
|
|
An option passed to libcurl is not recognized/known. Refer to the appropriate documentation. This is most likely a problem in the program that uses libcurl. The error buffer might contain more specific information about which exact option it concerns.
|
אפשרות שהועברה ל- libcurl אינה מוכרת/ידועה. עיין בתיעוד המתאים. זוהי ככל הנראה בעיה בתוכנית המשתמשת libcurl. מאגר השגיאות עשוי להכיל מידע ספציפי יותר לגבי האפשרות המדויקת שבה הוא עוסק.
|
|
An option passed in to a setopt was wrongly formatted. See error message for details about what option.
|
אפשרות שהועברה ל- setopt עוצבה באופן שגוי. ראה הודעת שגיאה לקבלת פרטים אודות איזו אפשרות.
|