diff options
Diffstat (limited to 'lib/ftp.pl')
-rw-r--r-- | lib/ftp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp.pl b/lib/ftp.pl index f366cdb6fd..bfddcb8837 100644 --- a/lib/ftp.pl +++ b/lib/ftp.pl @@ -245,7 +245,7 @@ sub ftp'login local( $remote_user, $remote_password ) = @_; if( $proxy ){ - &ftp'send( "USER $remote_user@$site" ); + &ftp'send( "USER $remote_user\@$site" ); } else { &ftp'send( "USER $remote_user" ); |