I've been using TP on 98 and ME for years. I just upgraded to XP and now the ftpActiveDoc.bat macro I was using hangs. It makes the connect to the ftp serrver and begins transfer, but then times out. Nothing has changed on my ftp server.
Any known bugs with the Add-On and XP. Is there another ftp add-on that works with XP. I lover the macro and would rather not live without it.
FTP Add-On and Windows XP
Moderators: AmigoJack, bbadmin, helios, MudGuard
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
I just downloaded the AddOn that you referred to. This is just a simple straight-forward batch file. It is not a macro.
I would suggest that you go through and review the user-defined parameters, especially the Path settings. They may need to be edited. They may have changed on your XP from your earlier system.
I also noticed that some of the references to line numbers are not correct, but that should not be a problem. (You can edit those to be correct at the same time).
Hope this was helpful................good luck,
Bob
I would suggest that you go through and review the user-defined parameters, especially the Path settings. They may need to be edited. They may have changed on your XP from your earlier system.
I also noticed that some of the references to line numbers are not correct, but that should not be a problem. (You can edit those to be correct at the same time).
Hope this was helpful................good luck,
Bob
-
heyj
- Posts: 4
- Joined: Thu Sep 25, 2003 2:18 pm
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
A few thoughts:
One is to to execute the ftp command outside of TextPad. Take the output file that is generated and execute the ftp client against it (ftp -s c:\location\ftpascii.txt)
Next thought is to do the above but thow the -d option in as well for debugging info
Next thought would be to execute the ftp script by hand, so
ftp
open FtpServer
UID
PWD
cd DestinationDir
etc
Assuming that doesn't help, post the script here (minus UID and PWD) and see if we can eyeball it.
One is to to execute the ftp command outside of TextPad. Take the output file that is generated and execute the ftp client against it (ftp -s c:\location\ftpascii.txt)
Next thought is to do the above but thow the -d option in as well for debugging info
Next thought would be to execute the ftp script by hand, so
ftp
open FtpServer
UID
PWD
cd DestinationDir
etc
Assuming that doesn't help, post the script here (minus UID and PWD) and see if we can eyeball it.
I choose to fight with a sack of angry cats.
-
heyj
- Posts: 4
- Joined: Thu Sep 25, 2003 2:18 pm
Ran ftp by hand and it seems to be the problem. I can login but it hangs when I send a file
I get the
"200 PORT command successful." prompt
then it stalls
then i get the following error
"550 Cannot connect to 208..59..... - Operation timed out.
Connection closed by remote host."
I've tried on 2 different servers and am having the same problem.
I realize that this indicates a problem out of the bounds of Textpad, but if anyone has any ideas, I'd be greatful.
I get the
"200 PORT command successful." prompt
then it stalls
then i get the following error
"550 Cannot connect to 208..59..... - Operation timed out.
Connection closed by remote host."
I've tried on 2 different servers and am having the same problem.
I realize that this indicates a problem out of the bounds of Textpad, but if anyone has any ideas, I'd be greatful.
- s_reynisson
- Posts: 939
- Joined: Tue May 06, 2003 1:59 pm
Re: FTP Add-On and Windows XP
There's a so called firewall in win xp, could that be it?
heyj wrote:...I just upgraded to XP and now the ftpActiveDoc.bat macro I was using hangs...
Then I open up and see
the person fumbling here is me
a different way to be
the person fumbling here is me
a different way to be
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
Can you manually connect using ftp? Either the command line or something like FileZilla should work. The info I found on the web says a 550 ought to be a permanent negative error (never gonna work) having to do with the file or file system. Sounds intriguing, please keep us (at least me) informed on what you find out.
I choose to fight with a sack of angry cats.