Questions Tagged With ftphttp://linuxexchange.org/tags/ftp/?type=rssquestions tagged <span class="tag">ftp</span>enThu, 06 Dec 2012 10:28:32 -0500ftp server on linux to send files or receive files from client rather than other way roundhttp://linuxexchange.org/questions/2985/ftp-server-on-linux-to-send-files-or-receive-files-from-client-rather-than-other-way-round<p>Hi Guys, <br> <strong>SERVER</strong> -&gt; Linux Fedora 12 <br> <strong>DUT</strong> -&gt; could be based on any platform.<br> . I want to test the DUT for transferring of files to and from server.</p> <p>I can easily test the scenario when client wants to upload and download the files from the server.</p> <p><strong>What I want</strong> is suppose there is a GUI on server side and executing command on GUI , the server automatically sends the file to the client side and record the download or upload logs . I don't want client to initiate the transaction. <br> </p> <p>is this is possible ?</p> <p>Please share your thoughts. <br> </p> <p>Thanks and regards, <br> Sam</p>SampratThu, 06 Dec 2012 10:28:32 -0500http://linuxexchange.org/questions/2985/ftp-server-on-linux-to-send-files-or-receive-files-from-client-rather-than-other-way-roundftplinuxchroot FTP vs SFTPhttp://linuxexchange.org/questions/433/chroot-ftp-vs-sftp<p>Is there any advantage in using an FTPd in a chroot environment over using SFTP that is standard with SSHd?</p>ranxxeroxMon, 10 May 2010 16:21:18 -0400http://linuxexchange.org/questions/433/chroot-ftp-vs-sftpftpsshchrootSlow ftp login/authenticationhttp://linuxexchange.org/questions/103/slow-ftp-loginauthentication<p>Hi all, When I'm trying to login to the ftp server with appropriate username and password its taking almost 10-15 seconds to authenticate making the login process slow, even when I'm uploading files its again hanging for 10-15 seconds before completing the job successfully. Its not like its happening every time, but 7 times out of 10. Any idea how can make the authentication fast?</p> <p>I'm using gftp to connect to the ftp server, while connecting it hangs after showing this message:</p> <pre><code>Quote:gFTP 2.0.19, Copyright (C) 1998-2008 Brian Masney &lt;masneyb@gftp.org&gt;. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from my website at http://www.gftp.org/ gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file Looking up 192.168.1.95 Trying 192.168.1.95:21 Connected to 192.168.1.95:21 220 Welcome to blah FTP service. USER h15 331 Please specify the password. PASS xxxx </code></pre> <p>But after 10-15 seconds it logs in successfully.</p> <pre><code>Quote:230 Login successful. SYST 215 UNIX Type: L8 TYPE I 200 Switching to Binary mode. PWD 257 "/var/ftp/pub/users/h15" Loading directory listing /var/ftp/pub/users/h15 from server (LC_TIME=en_US.UTF-8) PASV 227 Entering Passive Mode (192,168,1,95,96,165). LIST -aL 150 Here comes the directory listing. 226 Directory send OK. </code></pre>sayan_acharjeeTue, 20 Apr 2010 07:18:12 -0400http://linuxexchange.org/questions/103/slow-ftp-loginauthenticationftp