Data uploading to a ftp server

A

Ahmed, Shakir

I am getting following error while uploading data to a ftp server. Any
help is highly appreciated.


ftp.storbinary("stor erp.shp", ffile2,8192)
File "C:\Python24\lib\ftplib.py", line 419, in storbinary
conn.sendall(buf)
File "<string>", line 1, in sendall
error: (10054, 'Connection reset by peer')

Thanks
sk
 
A

Aahz

I am getting following error while uploading data to a ftp server. Any
help is highly appreciated.

ftp.storbinary("stor erp.shp", ffile2,8192)
File "C:\Python24\lib\ftplib.py", line 419, in storbinary
conn.sendall(buf)
File "<string>", line 1, in sendall
error: (10054, 'Connection reset by peer')

Can you use a regular FTP client? Please show us the code you use to
establish the connection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top