Guest.Visitor
01-01-1995, 02:00 AM
I'm having a heck of a time with FTP from PC to 400. I'm using a python script on the PC to login to and upload about 125 files to our 400. I can login and start the ftp just fine , but every time I've tried it, it quits at random places for seemingly no reason. It quits on small and large files. It quits early in the list and almost at the end. I've taken extraneous blanks out of the end of the files, to no effect. By quit, I mean that it will just stop for a while until the connection times out. the file it times out on gets successfully transferred. The messages from the python script seem to indicate that the 400 can't talk to the PC. An ideas? I and our resident PC gurus are stumped. I'm also open to alternatives. I need to automate this file transfer. *cmd* 'TYPE A' *resp* '200 Representation type is ASCII nonprint.' *cmd* 'PORT 192,68,181,119,5,171' *resp* '200 PORT subcommand request successful.' *cmd* 'STOR H2.ekibase' *resp* '150 Sending file to member EKIBASE in file H2 in library JHANAK.' *resp* '426-Unable to receive data from TCP/IP. 12426 Data transfer ended.'