Begining yesterday, every file I try to upload fails after one second and does a loop of trying to upload. What is causing this?
This is the loop it goes through:
Status: Starting upload of C:\Users\alexh\Desktop\testfile.bz2
Status: Retrieving directory listing of "/public_html/tf"...
Command: PASV
Response: 227 Entering Passive Mode (198,91,81,8,117,170)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 8 matches total
Command: PASV
Response: 227 Entering Passive Mode (198,91,81,8,118,64)
Command: STOR testfile.bz2
Response: 150 Accepted data connection
Response: 226-Error during write to file
Response: 226 Transfer aborted
Error: File transfer failed after transferring 81,920 bytes in 1 second
This is the loop it goes through:
Status: Starting upload of C:\Users\alexh\Desktop\testfile.bz2
Status: Retrieving directory listing of "/public_html/tf"...
Command: PASV
Response: 227 Entering Passive Mode (198,91,81,8,117,170)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 8 matches total
Command: PASV
Response: 227 Entering Passive Mode (198,91,81,8,118,64)
Command: STOR testfile.bz2
Response: 150 Accepted data connection
Response: 226-Error during write to file
Response: 226 Transfer aborted
Error: File transfer failed after transferring 81,920 bytes in 1 second