PDA

View Full Version : problem with ftping backup to NT



pilpelet
06-15-2004, 04:22 PM
Hi to all ,

I cant seem to ftp the DA backup to a NT server , i tried few mehods with the path e.g / /.... c: d: c:/ none worked .

Any ideas ?

DirectAdmin Support
06-17-2004, 11:49 AM
Hello,

Try just "/" and you'd set the path your NT server. When the ftp program logs in, it should be sitting right where you want the files to be saved. Also, the "list" part of the php script doesn't work on all ftp servers.. so it might able to upload fine, but you won't be able to see it through DA.. just check yourself to make sure it works.

John

pilpelet
06-17-2004, 11:59 AM
Hello ,

I tried with "/" then "/path_to_root_ftp_account" none of them worked .

I watched the FTP server logger online to see whats going on and noticed that DA is getting to the server but rejected for some resone to pass the loging part and moving the backup .

Also i didnt get the PHP part of your reply .

Thanks ,

DirectAdmin Support
06-20-2004, 02:11 PM
Hello,

DA uses php scripts to upload/download the files:
/usr/local/directadmin/scripts/ftp_*.php

Might be an issue with the script itself (quite basic), or the functions that it's using. It *should* be giving you some sort of error if it isn't working.

John