473,406 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

ftplib acting weird

Hi All,

I have written a little script to upload some files to an ftp folder.
The problem is as follows :

I wrote the script on my windows laptop, and I want to run it from
mylinux server. Everything worked fine so I uploaded it to my linux
machine. Every time I tun the script I get the following error:

************************************************** ************************************************** ***********************

[root@moses ftpsync]# python ftpsync.py
!!!!!!!!!!
The Connection to the Server Could not be established.
Please Check all neccesary settings and run the script again.
Thank you
!!!!!!!!!!
Traceback (most recent call last):
File "ftpsync.py", line 194, in ?
ftplisting()
File "ftpsync.py", line 83, in ftplisting
ftpconn.cwd(remotedir) #This changes to the remote directory
File "/usr/lib64/python2.4/ftplib.py", line 494, in cwd
return self.voidcmd(cmd)
File "/usr/lib64/python2.4/ftplib.py", line 245, in voidcmd
self.putcmd(cmd)
File "/usr/lib64/python2.4/ftplib.py", line 175, in putcmd
self.putline(line)
File "/usr/lib64/python2.4/ftplib.py", line 170, in putline
self.sock.sendall(line)
AttributeError: 'NoneType' object has no attribute 'sendall'
[root@moses ftpsync]#

************************************************** ************************************************** ***********************

When I copy the same piece of scripting and run it from the python
command shell, it works...

what am I doing wrong? I have double checked everything about a
million times, but to no avail.

Blessings!

May 4 '07 #1
1 3261
On May 4, 3:43 am, Merrigan <charl.loub...@gmail.comwrote:
Hi All,

I have written a little script to upload some files to an ftp folder.
The problem is as follows :

I wrote the script on my windows laptop, and I want to run it from
mylinux server. Everything worked fine so I uploaded it to my linux
machine. Every time I tun the script I get the following error:

************************************************** ************************************************** ***********************

[root@moses ftpsync]# python ftpsync.py
!!!!!!!!!!
The Connection to the Server Could not be established.
Please Check all neccesary settings and run the script again.
Thank you
!!!!!!!!!!
Traceback (most recent call last):
File "ftpsync.py", line 194, in ?
ftplisting()
File "ftpsync.py", line 83, in ftplisting
ftpconn.cwd(remotedir) #This changes to the remote directory
File "/usr/lib64/python2.4/ftplib.py", line 494, in cwd
return self.voidcmd(cmd)
File "/usr/lib64/python2.4/ftplib.py", line 245, in voidcmd
self.putcmd(cmd)
File "/usr/lib64/python2.4/ftplib.py", line 175, in putcmd
self.putline(line)
File "/usr/lib64/python2.4/ftplib.py", line 170, in putline
self.sock.sendall(line)
AttributeError: 'NoneType' object has no attribute 'sendall'
[root@moses ftpsync]#

************************************************** ************************************************** ***********************

When I copy the same piece of scripting and run it from the python
command shell, it works...

what am I doing wrong? I have double checked everything about a
million times, but to no avail.

Blessings!
Can you show the code?

--
Carlos Hanson

May 7 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: python | last post by:
Hi: I want to write a procedure to automatically upload some files for me, but I'm getting stuck. Before I write my own gruesome put() function, I wanted to check if there is an easier way. ...
5
by: Kevin Ollivier | last post by:
Hi all, I've come across a problem that has me stumped, and I thought I'd send a message to the gurus to see if this makes sense to anyone else. =) Basically, I'm trying to upload a series of...
0
by: Joshua Burvill | last post by:
Hello, I am trying to print something to a print server using the following function but I get errors, does anyone have any pointers? Rgds, Josh Traceback (most recent call last): File...
2
by: Matija Papec | last post by:
I would like to reimplement ftplib "nlst" using ftplib.dir (ftp server doesn't support nlst) so I'm trying to guess how to use ftp callbacks. Any help is appreciated. tia! ============...
2
by: siggy2 | last post by:
Hi, I'm using Python 2.3.4 (#53, May 25 2004, 21:17:02) on win32 I've noticed a strange (= not deterministic) behaviour of ftplib.py: sometimes (not always) it fails (after a variable number of...
2
by: Harlin Seritt | last post by:
Using ftplib from Python I am trying to get all files in a particular directory using ftplib and then send those same files to another ftp server. I have tried using commands like 'get *' and 'mget...
1
by: Ëåîíîâ Àëåêñåé | last post by:
Hello! I use this code: from ftplib import FTP def handleDownload(block): file.write(block) print "." file = open('1', 'wb') ftp = FTP('ftp.utk.ru')
6
by: half.italian | last post by:
Hi all, I'm using ftplib to transfer large files to remote sites. The process seems to work perfectly with small files, but when the file gets to large ~20GB I begin getting errors that...
1
by: Jon Bowlas | last post by:
Hi All, I've written a little method to connect to an ftpserver which works well, however when I send a file using this ftp connection oddly I _sometimes_ get returned an EOFError from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.