View Full Version : to upload a file to 100 folders
stanwell
11-23-2005, 02:30 PM
Version 3.2 on Windows 98
Hi
i often have to upload one file (htacces) to a large amount of folders which takes a lot of work.
Even better would be uploading to many folders simultanously. But i have not found such a feature at FlashFXP. Does anybody have an idea?
Another problem is to login to my root, it does not work. Using WinSCP is no problem, but FlashFXP seems to access only the incoming file.
Thanks
MxxCon
11-23-2005, 07:01 PM
Hi
i often have to upload one file (htacces) to a large amount of folders which takes a lot of work.
Even better would be uploading to many folders simultanously. But i have not found such a feature at FlashFXP. Does anybody have an idea?flashfxp can't do it.
you could create a queue once, save it and then reload it whenever you want to upload that file.
why don't you just create a recursive htaccess file?
Another problem is to login to my root, it does not work. Using WinSCP is no problem, but FlashFXP seems to access only the incoming file.check configuration of your ftp server. it might have different root dir from your regular shell.
stanwell
11-23-2005, 08:14 PM
i am not sure where the root of the FTP server is placed.
My ordinary server root dir is in the same folder like etc dir.
This is the .conf file of my FTP daemon:
ServerName "ProFTPD"
ServerType inetd
ServerType inetd
DefaultServer on
<Global>
DefaultRoot ~ psacln
AllowOverwrite on
</Global>
DefaultTransferMode binary
UseFtpUsers on
Port 21
Umask 022
AllowForeignAddress on # Allow FXP (FTP to FTP transfers)
AllowStoreRestart on # Allow Upload Resumes
AllowRetrieveRestart on # Allow Download Resumes
MaxInstances 30
ScoreboardFile /var/run/proftpd/scoreboard
TransferLog /usr/local/psa/var/log/xferlog
<Directory /home/httpd/vhosts>
GroupOwner psacln
</Directory>
Include /etc/proftpd.include
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.