FlashFXP Forums

FlashFXP Forums (https://oss.azurewebsites.net/forum/)
-   General Discussion (https://oss.azurewebsites.net/forum/flashfxp/general-discussion/)
-   -   to upload a file to 100 folders (https://oss.azurewebsites.net/forum/flashfxp/general-discussion/10904-upload-file-100-folders.html)

stanwell 11-23-2005 02:30 PM

to upload a file to 100 folders
 
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

Quote:

Originally Posted by stanwell
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?

Quote:

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


All times are GMT -5. The time now is 04:44 AM.

Powered by vBulletin® Version 3.8.11 Alpha 3
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)