Your best friend for file transfer.

3208 error (with script) (2 posts)
This is an archived topic. The information in it is likely to be out-of-date and no longer applicable to current versions of Fetch.
- Started 19 years ago by elipyke
- Latest reply 19 years ago from Jim Matthews
-
elipyke Member
-
Jim Matthews Administrator
The important error you're getting isn't the 3208 error but the "Permission denied" message that the server is returning when Fetch tries to upload a file. That indicates that your account does not have permission to upload files in that directory. You probably need to be somewhere in the httpdocs or web_users directory -- contact the server administrator for details.
Thanks,
Jim Matthews
Fetch Softworks
- Page 1
Topic closed
This topic has been closed.
I've been reading through all the discussions on the 3208 error and how it is a server based error and not a software based error, but according to the script I am connected and don't understand why it wouldn't go through...
550 add_classes.html: Permission denied
ftp_store_setup: -30000
ABOR
226 Abort successful
ftp_list: -3208
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
QUIT
421 No Transfer Timeout (300 seconds): closing control connection.
Connecting to www.adventurerivercenter.com port 21 (1/3/04 4:46:26 PM)
220 ProFTPD 1.2.5 Server (ProFTPD) [server1.multiwebhosting.com]
USER ter123
331 Password required for ter123.
PASS
230 User ter123 logged in.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PORT 206,163,36,224,23,115
200 PORT command successful.
STOR biking.html.hqx
550 biking.html.hqx: Permission denied
ftp_store_setup: -30000
ABOR
226 Abort successful
ftp_list: -3208
NOOP
200 NOOP command successful.
PWD
257 "/" is current directory.
CWD /
250 CWD command successful.
PWD
257 "/" is current directory.
PORT 206,163,36,224,79,254
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for file list.
226-Transfer complete.
226 Quotas off
drwxr-xr-x 4 ter123 psacln 512 Dec 18 2002 anon_ftp
drwxr-xr-x 2 root wheel 512 Apr 19 08:11 bin
drwx------ 2 root wheel 512 Dec 18 2002 cert
drwxr-xr-x 2 ter123 psacln 512 Jan 15 2001 cgi-bin
drwxr-xr-x 2 root wheel 512 Nov 25 2001 conf
drwxr-xr-x 2 root wheel 512 Apr 19 08:11 error_docs
drwxr-xr-x 2 root wheel 512 Apr 19 08:11 ftpstat
drwxr-xr-x 16 ter123 psacln 1536 Apr 27 18:02 httpdocs
drwxr-xr-x 2 ter123 psacln 512 Dec 18 2002 httpsdocs
drwxr-xr-x 2 root wheel 512 Apr 19 12:32 logs
drwxr-xr-x 2 root wheel 512 Nov 25 2001 pd
drwxr-xr-x 2 root wheel 512 Nov 25 2001 web_users
drwxr-xr-x 2 root wheel 512 Apr 19 08:11 webstat
drwxr-xr-x 2 root wheel 512 Apr 19 08:11 webstat-ssl
PORT 206,163,36,224,164,99
200 PORT command successful.
STOR add_classes.html
550 add_classes.html: Permission denied
ftp_store_setup: -30000
ABOR
226 Abort successful
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
PORT 206,163,36,224,117,246
200 PORT command successful.
STOR add_classes.html.hqx
550 add_classes.html.hqx: Permission denied
ftp_store_setup: -30000
ABOR
226 Abort successful
PORT 206,163,36,224,106,21
200 PORT command successful.
STOR add_classes.html
550 add_classes.html: Permission denied
ftp_store_setup: -30000
ABOR
226 Abort successful
TYPE I
200 Type set to I.
PORT 206,163,36,224,179,57
200 PORT command successful.
STOR add_classes.html.bin
550 add_classes.html.bin: Permission denied
ftp_store_setup: -30000
ABOR
226 Abort successful
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
QUIT
421 No Transfer Timeout (300 seconds): closing control connection.
This script shows a few attempts to upload web pages...
Thank you
Posted 19 years ago #