Junior Member
Join Date: Mar 2004
Posts: 4
|
FTP uploading problems
I have a problem uploading to some ftp sites, although i'm not sure how to describe the problem , but here goes nothing...
Connecting to: NT Server
OS: XP SP2
Windows Firewall: Disabled
Other Firewall: Sygate Firewall Pro - no blocking of ftp reported in my logs
Other notes:
1) FTP server will not accept passive mode
2) Not using the directory - l setting will not allow me to list the server directory and just hangs
3) Once connected, i can delete files from the server, but trying to copy gives me the following error:
4) I can connect to other ftp servers, both unix and windows on different hosts, although i do have trouble sometime where the one day i can connect to a specific unix server, but the following day, i can't connect using the exact same settings.
5) I can connect to the below servers using
Connection log using alternate mode:
[R] Connecting to Lighthouse -> DNS=ftp.xxx.com
IP=xx.xx.x.xx PORT=21
[R] Connected to Lighthouse
[R] 220 tfwalker Microsoft FTP Service (Version 5.0).
[R] USER hs100815
[R] 331 Password required for hs100815.
[R] PASS (hidden)
[R] 230 User hs100815 logged in.
[R] SYST
[R] 215 Windows_NT version 5.0
[R] FEAT
[R] 500 'FEAT': command not understood
[R] PWD
[R] 257 "/hs100815" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] STAT -la
[R] List Complete: 87 bytes in 1.05 seconds (0.1 KB/s)
[R] CWD wwwroot
[R] 250 CWD command successful.
[R] PWD
[R] 257 "/hs100815/wwwroot" is current directory.
[R] STAT -la
[R] List Complete: 626 bytes in 1.53 seconds (0.4 KB/s)
[R] PORT 81,155,223,197,8,58
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] PORT 81,155,223,197,8,65
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] PORT 81,155,223,197,8,71
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] PORT 81,155,223,197,8,73
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] STAT -la
[R] List Complete: 626 bytes in 0.52 seconds (1.2 KB/s)
Transfer queue completed
1 File failed to transfer
Connection log using standard mode:
[R] Connecting to Lighthouse -> DNS=ftp.lighthouse.uk.com IP=64.85.5.19 PORT=21
[R] Connected to Lighthouse
[R] 220 tfwalker Microsoft FTP Service (Version 5.0).
[R] USER hs100815
[R] 331 Password required for hs100815.
[R] PASS (hidden)
[R] 230 User hs100815 logged in.
[R] SYST
[R] 215 Windows_NT version 5.0
[R] FEAT
[R] 500 'FEAT': command not understood
[R] PWD
[R] 257 "/hs100815" is current directory.
[R] List (cached)
[R] List Complete: 87 bytes in 0.30 seconds (0.3 KB/s)
[R] CWD wwwroot
[R] 250 CWD command successful.
[R] PWD
[R] 257 "/hs100815/wwwroot" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] STAT -la
[R] List Complete: 626 bytes in 1.05 seconds (0.6 KB/s)
[R] PORT 81,155,223,197,8,234
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] PORT 81,155,223,197,8,236
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] PORT 81,155,223,197,8,238
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] PORT 81,155,223,197,8,241
[R] 200 PORT command successful.
[R] STOR robots.txt
[R] 150 Opening ASCII mode data connection for robots.txt.
[R] 425 Can't open data connection.
[R] Transfer Failed!
[R] STAT -la
[R] List Complete: 626 bytes in 0.84 seconds (0.7 KB/s)
Transfer queue completed
1 File failed to transfer
This should hopefully be the info someone would need to help point me in the right direction
|